Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lleballex/magiceden-bot

Telegram bot that parses NFTs from Magic Eden
https://github.com/lleballex/magiceden-bot

aiogram aiogram-bot bot magiceden nft parser python telegram-bot

Last synced: 4 days ago
JSON representation

Telegram bot that parses NFTs from Magic Eden

Awesome Lists containing this project

README

        

# โšก MagicEdenBot

It is a telegram bot that parser NFTs from [Magic Eden](https://magiceden.io/)

### Tools:

- ๐Ÿ’ช Aiogram
- ๐Ÿ˜„ Peewee
- ๐Ÿคน๐Ÿฝ Loguru

## ๐Ÿ”ฅ Getting started

### Installing

##### For linux

```bash
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

```bash
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

```bash
python bot.py
```

## ๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ Contact me

[](https://t.me/lleballex)
[](https://vk.com/lleballex)