Discord
👉 999 unique CryptoBabyPunks on Opensea.
🍼 Some are baby Girls or Boys and very few are Zombies, Apes or Alien.
💎 There are 47 ≠ attributes. Your CryptoBabyPunk may have zero, one, two or three attributes.
🥰 Find out who the parents of your BabyPunks are with Punks.Family!
💬 Join the BabyPunks Family on Discord!
beautifulsoup4 == 4.9.3
discord.py == 1.7.2
emoji == 1.2.0
nest_asyncio == 1.5.1
pandas == 1.0.1
requests == 2.25.1
.
├── Dockerfile
├── bot
│ ├── config.py
│ ├── guild.py
│ └── opensea.py
├── data
│ └── cryptobabypunks.pkl
├── discord-bot.tar.gz
├── requirements.txt
├── static
│ └── sc.png
├── templates
│ └── retrieve_assets.txt
└── utils
└── mapping.py
$ docker build . -t discord-bot
$ docker run -it \
-e DISCORD_TOKEN="DISCORD_TOKEN" \
-e DISCORD_GUILD="DISCORD_GUILD" \
discord-bot
This project is licensed under the MIT License