It is a telegram bot that parser NFTs from Magic Eden
- 💪 Aiogram
- 😄 Peewee
- 🤹🏽 Loguru
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
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
API_TOKEN=api token of the bot
ADMIN=admin id
DEBUG=True or False
python bot.py