Go to file
Daniel Kluge ca22abd80c „README.md“ ändern 2022-11-15 13:43:05 +01:00
.gitignore Add code 2022-07-27 13:22:55 +02:00
LICENSE Initial commit 2022-07-27 13:20:09 +02:00
README.md „README.md“ ändern 2022-11-15 13:43:05 +01:00
commit_script.sh Add code 2022-07-27 13:22:55 +02:00
pre_sync.sh Add code 2022-07-27 13:22:55 +02:00
requirements.txt Add code 2022-07-27 13:22:55 +02:00
sync.py Add code 2022-07-27 13:22:55 +02:00

README.md

overleaf-git-sync

Read the blog entry at c0ntroller.de

A script that takes an Overleaf project and pushes it to a git remote. It is useable without any premium membership bs.

How to use

Warning: Please be sure the TOS of the Overleaf instance you want to use allows this kind of script! I'm not responsible if you get banned and/or lose your work!

I have done no testing for instances with CAPTCHA enabled. If it is, the script will most certainly not work.

  • Install requirements
  • Open sync.py and insert all the necessary settings
  • Run sync.py

When the settings are filled, it should work without user interaction, so you can run it as a cron job.