Skip to content

FIZIS-net/NFT_Telegram_Bot_Miki

Repository files navigation

Telegram-bot Miki

Bot for assistance in trading and resale of NFT token's

Libraries

Config file config.py

   TOKEN    = '' # Bot token from @BotFather
   DISTOKEN = '' # Discord token (not used)
   
   HEADERS  = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0'}

   ETHDROPURL = 'https://nextdrop.is/upcoming?chain=ethereum' # Website with information about drops (Ethereum)
   SOLDROPURL = 'https://nextdrop.is/upcoming?chain=solana'   # Website with information about drops (Solana)

   SOLDROPDATA = 'data/solDropData.csv' #A file with the data obtained when parsing Solana drops
   ETHDROPDATA = 'data/ethDropData.csv' #A file with the data obtained when parsing Ethereum drops

About

Bot for assistance in trading and resale of NFT token's

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages