m0re4u / sharelatex-scraper

Download all your sharelatex files to back them up locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharelatex-scraper

Download all your ShareLatex projects to back them up locally.

  • Uses Python3
  • See requirements.txt for requirements

Example json account file

{
    "email": "test@example.com",
    "password": "daggertail"
}

Running the script

See python3 main.py -h for help, or try the example command below.

python3 main.py output test.json  -l DEBUG

About

Download all your sharelatex files to back them up locally


Languages

Language:Python 100.0%