{"id":15198886,"url":"https://github.com/supersjgk/pyoverleafbot","last_synced_at":"2026-03-06T19:33:39.251Z","repository":{"id":255593400,"uuid":"849582866","full_name":"supersjgk/pyoverleafbot","owner":"supersjgk","description":"Overleaf Bot to Appear Active","archived":false,"fork":false,"pushed_at":"2024-09-06T05:40:45.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T13:47:43.679Z","etag":null,"topics":["overleaf","python","selenium","selenium-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supersjgk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T21:23:26.000Z","updated_at":"2025-02-05T13:28:52.000Z","dependencies_parsed_at":"2024-09-06T07:27:10.997Z","dependency_job_id":null,"html_url":"https://github.com/supersjgk/pyoverleafbot","commit_stats":null,"previous_names":["supersjgk/pyoverleafbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/supersjgk/pyoverleafbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supersjgk%2Fpyoverleafbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supersjgk%2Fpyoverleafbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supersjgk%2Fpyoverleafbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supersjgk%2Fpyoverleafbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supersjgk","download_url":"https://codeload.github.com/supersjgk/pyoverleafbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supersjgk%2Fpyoverleafbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30193649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["overleaf","python","selenium","selenium-python"],"created_at":"2024-09-28T01:43:05.485Z","updated_at":"2026-03-06T19:33:39.210Z","avatar_url":"https://github.com/supersjgk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overleaf Automation Bot to Appear Active (pyoverleafbot)\n\n### Overview\npyoverleafbot is built to help users appear active on collaborative Overleaf projects. It automates interactions with Overleaf.\n\n### Tech Stack\n- Python\n- Selenium\n\n### What can this be used for?\n- **For PhD Students:** Helps manage stress\n- **Coffee Break:** Set up the bot to run during breaks to keep your presence active.\n- **Scheduled Runs:** Schedule the bot to run at specific times to maintain activity on projects.\n\n### Why use Selenium rather than simple pyautogui?\n- Selenium is an automation tool\n- Selenium can interact directly with web applications in any browser\n- Selenium provides high level interaction with the web elements\n- Selenium can be used for web scraping\n- Selenium scripts can be used in Headless Mode\n\n### Implementations\n- Platforms:\n    - [x] Windows (Currently only implemented for Windows OS)\n        - Robust Login:\n            - [x] Windows Credential Manager (using email \u0026 password) + Store session information for faster login\n            - [ ] Gmail login\n        - Browsers:\n            - [x] Chrome\n            - [ ] Others\n        - Scheduling (in progress):\n            - [ ] Scheduled Runs when power on (logged in/logged out)\n            - [ ] Scheduled Runs when power off\n        - Functionalities:\n            - [x] Fully automated\n            - [x] Manage credentials securely\n            - [x] Select project you want to work on\n            - [x] Appear active\n            - [x] Headless Mode\n    - [ ] Linux (in progress)\n    - [ ] Mac (in progress)\n\n### One time setup\n- Prerequisites: Windows with Python and Chrome browser installed.\n- Clone the repository: `git clone https://github.com/supersjgk/pyoverleafbot`\n- `cd pyoverleafbot`\n- Install the dependencies: `pip install -r requirements.txt`\n- `cd pyoverleafbot`\n- Set Credentials in Windows Credential Manager by running: `python credential_manager.py set OverleafBot`\n- Run the script: \n    - The Bot displays the available overleaf projects and prompts you to select a project: `python script.py`\n    - To run the script in headless mode (Uses less resources, Browser GUI will not be displayed, the script still runs normally), use argument: `--headless 1`\n    - If you already know the Overleaf Project ID: `python script.py --project_id \u003cProject ID\u003e`\n    - If you want to appear active for x minutes (default 5 minutes), use the argument `--duration \u003cx\u003e`\n    - The bot repeatedly selects a random line (every 5 to 10 seconds) in the project to appear active. To override default values, use the arguments: `--min_change_time \u003cmin_seconds\u003e --max_change_time \u003cmax_seconds\u003e`. It is recommended to set them to atleast 45 and 60, respectively to make it look more natural.\n\n### Something not working?\n- Please create Issue in [Github Repository](https://github.com/supersjgk/pyoverleafbot/issues)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupersjgk%2Fpyoverleafbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupersjgk%2Fpyoverleafbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupersjgk%2Fpyoverleafbot/lists"}