akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
453 stars 32 forks source link

replace non-ASCII emojis with GitHub hosted equivalent images #148

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

The images are GitHub-hosted equivalent for the Unicode emojis. GitHub never actually displayed the Unicode to the end-users but the equivalent images hosted on GitHub servers.

closes #147

akamhy commented 2 years ago

Also using GitHub-hosted images insures that the content depends only on GitHub's state, no need to worry that the emoji hosting service went down and the README is not rendering properly on the repository on GitHub.