Twitter Profile Followers Count, python only

Job ID: 38099649

Budget: $10 – $30 USD

Looking for an experienced web scraper to extract the followers count data from Twitter user profiles as quickly as possible. Your task is to build a simple and efficient scraper specifically designed for this purpose.

reply with header %fdri30 so i can understand you are not a bot..

the scrapper will read the user names from tweets.txt file the format is like this

Swan;; We are witnessing the Bitcoin Gold Rush. #Bitcoin;; 2024-05-12 15:35:18
Vivek4real_;; The simplest explanation of why we need #Bitcoin;; 2024-05-12 13:13:51

script will edit the tweets.txt file and add each user's followers count to end of line like this

so the logic shouold be to add at the end of each line, the columns order can change...but as long as it adds at the end of each line it is perfect

Swan;; We are witnessing the Bitcoin Gold Rush. #Bitcoin;; 2024-05-12 15:35:18;; 34533
Vivek4real_;; The simplest explanation of why we need #Bitcoin;; 2024-05-12 13:13:51;; 345


Key Requirements:
- Extract follower count from user profiles
- Project completion ASAP

Ideal candidate will have:
- Proven experience in web scraping
- Ability to work under tight deadlines


whne it is run it will process max 50 lines in twitter.txt
the script is for myself i am lazy...