https://github.com/maifeeulasad/scrape-twitter
https://github.com/maifeeulasad/scrape-twitter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maifeeulasad/scrape-twitter
- Owner: maifeeulasad
- License: mit
- Created: 2022-11-17T08:44:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T06:57:15.000Z (over 3 years ago)
- Last Synced: 2025-02-13T21:37:37.350Z (over 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrape-twitter
## How to run
```bash
# python version 3.10.6
pip install -r requirements.txt
python maifee.py
```
## Progress
Fields to Scrape:
- [x] Posts,
- [x] Post URL,
- [x] Post Time,
- [x] Post Text,
- [x] No. of Comments,
- [x] No. of Retweets,
- [x] No. of Likes,
- [x] Commenter Name,
- [x] Commenter profile URL,
- [x] Comment time,
- [x] Comment,
- [ ] Who Retweets,
- [ ] Retweet Text,
- [ ] Re-Tweeter URL