Tweet archive parser
This is a simple tool to parse Twitter archived JSON files and convert to PDF document file format.
Acknowledgements
- Isaac Koi
- Forked from vrruiz/tweet-js
- qedjoe
- DejaVu Fonts
Installation
Install Python.
Install this package in your current environment using the command below:
pip install tweets2pdf
Upgrade
To update to the latest version of this software:
pip install --upgrade tweets2pdf
Usage
Download your Twitter archive
See: Twitter Help Centre How to download your Twitter archive. Once you have downloaded your archive, look for the tweets.js
JSON file which contains all your tweets. This code will process that file.
Run the script
The basic usage is:
tweets2pdf -f tweets.js --images -p output.pdf
The --images
option enables the downloading of pictures from Twitter, which will make the process much slower.
For more details:
tweets2pdf --help
Development
Contributing
Please see CONTRIBUTING.md for information about participating in this project.
Please submit bug reports using GitHub Issues.