A telegram bot to monitor the latest NFT price on BSC
This is a telegram bot for monitoring price and ranking of NFT on Binance Smart Chain. Can fetch latest ranking and price in real time. .Pancake_NFT/nft-web3.py: Main file to fetch transaction and log through web3. .Pancake_NFT/pancake_nft.py: Original version to fetch log from bscscan. Now aborted. 0x00 Requirement Available for Python3.8+, recommend to use virtualenv to run this project. python-telegram-bot==13.7 web3==5.24.0 0x01 Usage Modify configuration in config.py TEST_BOT_TOKEN : tgbot token of test environment PROD_BOT_TOKEN: tgbot token of produce environment COLLECTION_CONTRACT_ADDRESS: […]
Read more