Skip to content

TheCryptoBabyPunks/CryptoBabyPunksTwitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CryptoBabyPunksBot

Twitter

💡 Table of Contents


⚡ About the Project

🎉 Introduction

👉 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

📚 Built With

APScheduler == 3.7.0
emoji == 1.2.0
requests == 2.25.1
tweepy == 3.8.0

🎨 Structure

.
├── 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

💥 Quick Start

🔥 Building the Docker 🐳 Image

$ docker build . -t tweet-bot

🚀 Running the Docker 🐳 Image

$ 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

🖥️ Output

📖 License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published