Generate a "trading card" representation of a website.
This tool could be used to create a physical version of your blogroll.
Example:
First, install the project from source:
git clone https://github.com/capjamesg/website-trading-cards
cd website-trading-cards
pip3 install -r requirements.txt
To generate a trading card, run:
python3 app.py --website=https://example.com
If a website has a semantically marked up description, the description will appear on the card.
If a website does not have an available description, the description space on the card will be used as space to render a larger screenshot of the website, like this:
This project is licensed under an MIT license.