Twitter Scraper to scrape Follower username and Follower user Url. Sends Information of Followers on Telegram Channel.
- python3
- selenium4
- webdriver Manager
- Telebot
- Telethon
- ✨Magic ✨
- Auto logins to your Twitter Account.
- Scrap all your followers usernames and thier urls.
- Export your followers info in a .CSV file named as followers.
- when run afterwards it will automatically create new followers file that will contain the required info of the new followers in a separate csv file.
- sends new Followers info to Telegram Channel.
- Runs After every 6 hours
This Scrapper requires python v10+ to run.
pip install -r requirements.txt
Edit credential.txt replace username and password with your twitter username & password present in the credentials.txt
username
password
run initial.py
python initial.py
this will create a csv file which contains all the records.
after this you can run final.py to know info about new followers.
python final.py
This will create a csv file named "new_followers.csv" which contains all the new_followers that you got and it will also append new followers to the followers.csv.
MIT