Skip to content

capjamesg/website-trading-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Trading Cards

Generate a "trading card" representation of a website.

This tool could be used to create a physical version of your blogroll.

Example:

Screenshot 2024-04-29 at 10 46 28

Use this Tool

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:

en-wikipedia-org_1

License

This project is licensed under an MIT license.