Skip to content

lleballex/magiceden-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ MagicEdenBot

It is a telegram bot that parser NFTs from Magic Eden

Tools:

  • πŸ’ͺ Aiogram
  • πŸ˜„ Peewee
  • 🀹🏽 Loguru

πŸ”₯ Getting started

Installing

For linux
git clone https://github.com/lleballex/magiceden-bot.git
cd magiceden-bot
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt

# First write the data to .env (more details below)

cd src
python migrate.py
For windows
git clone https://github.com/lleballex/magiceden-bot.git
cd magiceden-bot
python -m venv env
env\scripts\activate
pip install -r requirements.txt

# First write the data to .env (more details below)

cd src
python migrate.py

magiceden-bot/.env

API_TOKEN=api token of the bot
ADMIN=admin id
DEBUG=True or False

Starting

python bot.py

πŸ™‹πŸ½β€β™‚οΈ Contact me

About

Telegram bot that parses NFTs from Magic Eden

Topics

Resources

License

Stars

Watchers

Forks

Languages