Create a html page to view thumbnails for links from a file
Find a file
2020-12-22 21:54:58 +01:00
releases 20.4.27 release: previous release broken 2020-04-26 23:30:36 -07:00
src Dynamically create expected list 2020-04-29 12:17:50 +02:00
.gitignore Add logs.txt to gitignore 2020-04-27 14:43:40 +02:00
config.cfg Add config file and parsing 2020-04-28 19:51:24 +02:00
LICENSE Add LICENSE 2020-04-25 13:04:06 +00:00
links.txt Add a link 2020-04-28 00:21:39 +02:00
README.md Update releases url 2020-12-22 21:54:58 +01:00
requirements.txt Add requirements 2020-04-26 13:29:14 +02:00
setup.py 20.4.27 release: previous release broken 2020-04-26 23:30:36 -07:00
tests.py Start adding pytests 2020-05-05 14:25:56 +02:00
thumb.py Add config file and parsing 2020-04-28 19:51:24 +02:00

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