Generate tweet compilation PDF of given user.
- python3.6+
- Create and activate virtual env
- Install packages from requirements.txt
- Install wkhtmltopdf 0.12.6 (with patched qt)
- Creating pdf of all the tweets
python cli.py -u ash_ishh_
- Creating pdf by filtering tweets with keywords
python cli.py -u elonmusk --keywords 'twitter' 'kanye'
- Output pdf will be located in ./output/{user}/{user}{keywords}.pdf