/nexus-data-collection

Collects the Nexus blockchain data periodically and stores it into a csv file.

Primary LanguagePython

This repo contains code to collect the Nexus blockchain data periodically and store it into a csv file.

Usage

pip3 install -r requirements.py
python3 job.py

OR

  • Create a cronjob to run this script every hour/day.

Example

  • Open crontab in edit mode: crontab -e

  • Add the following line:

0 0 * * * python3 /home/john/nexus-data-collection/job.py
  • To schecdule the job at At 00:00. everyday