Skip to content

Converts twitter archives (old and new format) to html\pdf files

License

Notifications You must be signed in to change notification settings

n-shevko/twitter_archive_cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Install

git clone https://github.com/n-shevko/twitter_archive_cleaner.git
cd twitter_archive_cleaner
pip install -r packages

for mac os:
brew install python-tk 
brew install gobject-introspection 
brew install pango
brew install weasyprint

for ubuntu:
sudo apt-get install python3-tk 

How to use

python parser.py

This command will open a tkinter UI. After pressing the "Run" button, it will generate a 'parser-output' folder inside the archive folder.

There will be 2 result files inside 'parser-output' folder:

result.html

result.pdf

File result.html will use files from parser-output/media folder. So don't rename this folder.

Based on https://github.com/timhutton/twitter-archive-parser

About

Converts twitter archives (old and new format) to html\pdf files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages