NFT 지갑 알림 봇
$ git clone https://github.com/GeunYeongii/nefty-telegram-bot.git
$ cd nefty-telegram-bot
$ python -m venv env
$ env/Script/acticate.bat
$ pip install -r requirements.txt
$ python bot.py
# -- Whale Tracker -- #
from WhaleTracker.nftgo import nftgoAPI
nft = nftgoAPI()
nft.get_bought_list()