TweetVault is a Python script that scrapes tweets from a list of users' timelines and saves them in a highly compressed JSON format and Markdown.
- Scrapes tweets using web scraping
- Compresses JSON data with a custom algorithm
- Saves tweets to a
.json.zlib
file and Markdown format - Downloads media at highest quality
- Supports multiple users
- Python 3.x
- requests
- BeautifulSoup4
- markdown2
- Clone the repository:
git clone https://github.com/your_username/TweetVault.git cd TweetVault
- Install the dependencies:
pip install -r requirements.txt
- Run the script:
python tweetvault.py
- Enter the Twitter usernames separated by commas when prompted.
- Web scraping may be subject to rate limits or blocks by Twitter. Please ensure you comply with Twitter's terms of service.
- This script is for educational purposes only.
This project is licensed under the MIT License.