- crawling tweet berdasarkan mention dari @username (@Telkomsel)
- https://github.com/rusagaib/crawltwitterAPI/
- python3 -m venv name_of_env
- atau
- virtualenv -p python3 envname
- atau
- virtualenv my_project
pip install -r requirements.txt
https://developer.twitter.com/en/apply-for-access
- cd crawling/crawl1
- python crawl.py
- enjoy :)