Skip to content

Version 1.1

Choose a tag to compare

@jaherron jaherron released this 29 Jul 04:00
· 16 commits to main since this release
f89453c

This release adds an NFT tag for ENS names with NFT avatars, and makes use of the pydenticon library to generate Identicons images if the ENS user didn't set an avatar or the script fails to acquire the avatar.

Full changes for this release are in pull request #1.

Changelog

Main additions

  • Instead of a white box, use the pydenticon library to replace the avatar if it doesn't exist or there are errors collecting it 2be516f
  • Show a small blue NFT badge if the script detects that the avatar used is an NFT 2be69a7

Small fixes

  • Added pydenticon to package requirements so that pip could detect it d7de428
  • Errors were happening, I fixed them by adding the main function to __init__.py 7cc062a