Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lleballex/magiceden-bot
- Owner: lleballex
- License: mit
- Created: 2022-01-14T15:49:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T15:38:39.000Z (over 2 years ago)
- Last Synced: 2023-05-02T12:51:17.932Z (over 1 year ago)
- Topics: aiogram, aiogram-bot, bot, magiceden, nft, parser, python, telegram-bot
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 19
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)