TeleGram-Scraper is a telegram group scraper tool to fetch all information about group members.
How To Install & Setup API ( Termux )
API Setup
Also Read – Bluewall : Firewall Framework Designed For Offensive & Defensive Cyber Professionals
How To Install and Use
$ pkg install -y git python
$ git clone https://github.com/th3unkn0n/TeleGram-Scraper.git
$ cd TeleGram-Scraper
$ python3 setup.py -i
$ python3 setup.py -c
$ python3 scrapr.py
$ python3 smsbot.py members.csv
$ python3 add2group.py members.csv
$ python3 setup.py -u
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…