Skip to content

guildxyz/social-token-scraper

Repository files navigation

Social Token Scraper

Description

The social token scraper is a tool for scraping social token information from the web and blockchains. It is part of the Agora project.

Getting started

Install dependencies:

npm install

Create a new file called .env and add the following environment variables:

ETHERSCAN_API_KEY="8XR2YH4X5NA5RF426W5BXHWZ7BK9MGD6XM"
REQUEST_DELAY=1000
MTPROTO_API_ID=1234567
MTPROTO_API_HASH=8723462c38764e283d6478e2e3648723

Run the scraper:

Scrape social token info from CoinGecko by category:

npm run social <categories>
# for example:
npm run social social-money fan-token gaming

Scrape NFTs from opensea:

npm run opensea <collections>
# for example:
npm run opensea mutagen boredapeyachtclub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published