Tweetdrop
Generate dispersable airdrops from Twitter threads.
Install / Use
/learn @Anish-Agnihotri/TweetdropREADME
tweetdrop
Simple script to collect and clean Ethereum addresses and ENS names from replies to a Tweet. Inspired by punk4156 needing to airdrop thousands of addresses.
Produces batches of text files containing 100 addresses (one-per-line) per-file in the format address, tokenAmount, in /output, to use with Disperse or Multisender.
Requirements
- Twitter API V2 access (easy to apply for at developer.twitter.com). You will need a V2 API Bearer Token.
- Conversation ID for thread you'd like to scrape. This is the number after
/status/in a tweets direct URL. For example,1428089265641201665for punk4156s tweet (https://twitter.com/punk4156/status/1428089265641201665). Because of Twitter API limitations, the thread must be less than 7 days old. - Optional: If you'd like to resolve ENS names to addresses (necessary for Disperse), an Ethereum RPC url.
Steps
# 1. Copy .env.sample to .env and fill out environment variables
# NUM_TOKENS should be how many tokens you'd like to airdrop per address
cp .env.sample .env
# 2. Install dependencies
npm install
# 3. Run script
npm run start
Credits
Extras
Most recent followers
Inspired by Cole's tweet, Tweetdrop supports scraping your latest X followers.
Limitations:
- Really, none, beyond Twitter imposed timeouts (max: 30,000 followers / 15 minutes). By default, script pulls 15,000 newest followers at once.
Steps:
# 1. Update only TWITTER_BEARER and TWITTER_USER (handle)
cp .env.sample .env
# 2. Install dependencies
npm install
# 3. Run followers script
npm run followers
Outputs:
follower-ids.json: List of all follower idsfollower-details.json: List of follower details (beyond just id:name,handle,description,followers_count,following_count,verified,created_at)
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
