Skip to content

ArturoBlazquez/tw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Small script that saves all your twitter tl to an html file. This file is located inside the html folder, has the date in the title, and sorts tweets from oldest at the top to newest at the bottom.

Installation

You need to install tweepy, it should work with PyPI:

    pip install tweepy

if it doesn't work check their documentation: https://github.com/tweepy/tweepy

Usage

python tw.py

To run the script on a server periodically you can run

sudo crontab -e

and add:

00 2,8,14,20 * * * python <path_to_script>/tw.py

Author

Arturo Blázquez

About

Save twitter TL to an html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published