👉 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 Twitter
APScheduler == 3.7.0
emoji == 1.2.0
requests == 2.25.1
tweepy == 3.8.0
.
├── Dockerfile
├── bot
│ ├── config.py
│ ├── opensea.py
│ └── tweet.py
├── files
├── requirements.txt
├── static
│ └── sc.png
├── templates
│ ├── created.txt
│ ├── offer_entered.txt
│ └── successful.txt
└── tweet-bot.tar.gz
$ docker build . -t tweet-bot
$ docker run -it \
-e CONSUMER_KEY="<CONSUMER_KEY>" \
-e CONSUMER_SECRET="<CONSUMER_SECRET>" \
-e ACCESS_TOKEN="<ACCESS_TOKEN>" \
-e ACCESS_TOKEN_SECRET="<ACCESS_TOKEN_SECRET>" \
tweet-bot
This project is licensed under the MIT License

