Create a html page to view thumbnails for links from a file
releases | ||
src | ||
.gitignore | ||
config.cfg | ||
LICENSE | ||
links.txt | ||
README.md | ||
requirements.txt | ||
setup.py | ||
tests.py | ||
thumb.py |
Url Meta Thumbnailer
This is a simple utility to create a HTML file for viewing links in the form of thumbnails, using the meta attributes found in the given links.
Usage
links.txt
should contain the links, one per line. Then run thumb.py
to create the output file, and open out.html in a browser.
Linux
$ pip install -r requirements.txt
$ ./thumb.py
Windows
https://git.tunuifranken.info/flyingscorpio/url-meta-thumbnailer/releases