Skip to content

Python script to create a pretty HTML grid of tweets

License

Notifications You must be signed in to change notification settings

codepo8/tweetcollector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetcollector

This is a small (<30, dependency-free) Python 3 script that turns a user-provided text file of tweet URLs into an HTML page displaying a grid of embedded tweets.

Usage

Add tweet URLs (one per line, no extra query parameters) to a text file, then pass the filename to tweetcollector like so:

python tweetcollector.py "filename.txt"

An HTML file with the same filename will be generated. It will contain a grid of embedded tweets ideal for screenshotting or admiring in your free time.

TODO

⬜ Use a Masonry-style layout

About

Python script to create a pretty HTML grid of tweets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.4%
  • Python 46.6%