That project is a simple parser for Elon Musk tweeter page
Using technologies:
- Playwright (fetching data from requests)
Clone repo to your local storage
git clone https://github.com/Serejka21/Tweet-Parser.git
Install dependiences
pip install requirements.txt
Run it from crawler.py
It save data to data.json file into local directory (if you need to refactor, change _save_data method in Parser class)