Skip to content

hashed-io/hashed-genesis-token-distribution-scraping

Repository files navigation

hashed-genesis-token-distribution-scraping

Create a vitual env

Linux and macOS

python3 -m venv virtual_environment_name

Linux and macOS

source virtual_environment_name/bin/activate

Install all requirements

install all requirements

pip install -r requirements.txt

or

pip3 install -r requirements.txt

Run the spider

To debug the spider, run the following command

scrapy crawl GenesisToken

To save data of the spider, run the following command (this overwrites the previous file, run with -o to append the info to the old file)

scrapy crawl GenesisToken -O token_info.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published