Skip to content

Instantly share code, notes, and snippets.

View nukhes's full-sized avatar
🇧🇷

Pedro Henrique nukhes

🇧🇷
  • ETEC
  • BR
  • 02:17 (UTC -03:00)
View GitHub Profile
@nukhes
nukhes / overleaf_download.sh
Created September 20, 2025 21:24 — forked from MohamedElashri/overleaf_download.sh
Download all projects on overleaf all at once. #python
#!/bin/bash
now=`date +"%Y-%m-%d"`
directory=~/Documents//Overleaf/backup
outputTmpDirectory=$directory/tmp.zip
outputDirectory=$directory/$backup.zip
# To get the cookie
cookie=`python - << EOF
import re
# pip install mechanize