Skip to content

This shows how to use github actions to do periodic data scraping

Notifications You must be signed in to change notification settings

xl400v/scrape-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17,452 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download collected statistics in format json

  • git archive -v --format=tar.gz --output=./121941.tar.gz data:roi ./121941.json
    # or
    git clone -b data ssh://[email protected]:443/<your_username>/scrape-json.git .
    # or
    git archive -v --format=tar.gz --output=./121941.tar.gz master:data roi/121941.json

Preparing to work with a local copy of the repository

  • Download the master branch from the remote repository
    git clone --single-branch -c core.autocrlf=input ssh://[email protected]:443/<your_username>/scrape-json.git .
  • Check line breaks for text files in the remove repository
    git ls-files --eol
  • Set user.email to sing commits
    git config --local user.name "<your_username>"
    git config --local user.email <your_id>+<your_username>@users.noreply.github.com

About

This shows how to use github actions to do periodic data scraping

Topics

Code of conduct

Stars

Watchers

Forks