- I don't have the csv access, so I copy-pasted frm the website and rehandled the data
- already filtered (floor price between 0.05 ~ 0.12)
- from https://pro.nansen.ai/nft-paradise
cretiria (can be customized)
- mean_tweets_per_week
- mean_tweets_per_week_exclu_retweets
- mean_like_count
- mean_retweet_count
- mean_reply_count
- create developer account at https://developer.twitter.com/en (I'm using the API V2 here, because V1 is not accessible)
- go to the developer portal, then go to the User authentication settings, then make OAuth 1.0a on and click it "Read and write", put CallbakcURL "https://127.0.0.1" (local host, we don't use that, so doesn't matter)
- go back to the developer portal, click the "Keys and tokens", generate "Access Token and Serect"
- create a .env file, put your API_KEY, API_KEY_SECRET, ACCESS_TOKEN and ACCESS_TOKEN_SECRET
- run "pip install -r requirements.txt"
- you are ready to go !!!
首先通过nansen NFT Paradise找到NFT列表,复制粘贴到文件夹。然后,每个项目找到twitter,检查twitter条件,符合则保留,并记录数据
- 粉丝数
- 每周更新tweet 次数
- 每条平均点赞
- 每条平均转发
- 每条平均评论