rmrk_spy_bot
RMRK spy bot https://t.me/RMRKspyBot for rmrk hacktoberfest https://rmrk.devpost.com/
-
Birds and items price and rarity estimation
-
Reports RMRKv1,2 sales above a certain threshold
-
Monitor cheap items and birds for sale
-
Track the statuses of NFTs
Full description https://devpost.com/software/tools-and-apps-rmrkspybot
Requirements
- Install required modules
pip install -r requirements.txt
- This bot uses rmrk dump files parsed to Postgresql DB https://github.com/mmvds/rmrk2psql
Сonfiguration
- Edit init_tg_rmrk_tables.sql file
set
-
To init telegram tables, use psql "postgresql://$pg_login:$pg_pass@$pg_host/$pg_db_name" -f init_tg_rmrk_tables.sql
-
Change tg_rmrk_config.py file:
pg_login = "
"
pg_pass = "
"
pg_db = "
"
pg_host = "
"
#telegram token
tg_token = "
" #admin tg user id tg_admin_id =
#record channel id, singular sales channel id, kanaria sales channel id tg_allowed_channels = [
,
,
] #used endpoints kanaria_market_url = "https://kanaria.rmrk.app/catalogue/" singular_market_url = "https://singular.rmrk.app/collectibles/" sub_id_url = "https://sub.id/#/" ipfs_gateway_url = "https://gateway.pinata.cloud/" kanaria_nft_api_url = '
' #Kanaria and Singular marketplace fee 5 a 2% kanaria_fee = 5 singular_fee = 2