Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 1.03 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.03 KB

NOTE: THE REPO IS NO LONGER MAINTAINED and current compatibility cannot be confirmed. Fork at your own risk.

TwitterStatic aka twitter-sync

Python command-line script to automatically download and create markdown copy of all or subset of tweets (and keep in sync going forward). Ideal for making a replicate on a static site. Uses combination of Twitter's own API and Nitter.net to iterate through and parse clean body of messages.

Available as a direct install, e.g. pip install twitter-sync

Dependency on Twitter library and BeautifulSoup4 - if not doing a full package installation above, make sure to install the dependencies (e.g. via "pip3 install python-twitter beautifulsoup4".

Once installed, use sample from https://github.com/ILAsoft/TwitterStatic/blob/master/TwitterSyncSettings.sample to create TwitterSyncSettings.ini one folder above your site's folder and then run "TwitterSync.py" from the website's folder itself. Feel free to add appropriate styles to your website if you want to adjust the look and feel of the "tweets".