pyoverleaf
pyoverleaf copied to clipboard
Python Overleaf API and simple CLI
When I have Chrome opened with Overleaf I always get the following error with `api.login_from_browser() `: ``` PermissionError: [Errno 13] Permission denied: 'C:\\Users\User_name\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Network\\Cookies' ``` Just for reference, in case...
Previously, all requests are hardcoded to go through to `www.overleaf.com` - this PR parameterises it in the `Api` class instead.
Thank you for your effort in this project. Is there any chance that `pyoverleaf` could handle/visualize tags? Even only reading the tags associated with a project could be helpful, but...
When trying to run the program, it failed with: ``` File "/home/nathan/.local/lib/python3.10/site-packages/pyoverleaf/__main__.py", line 38, in list_projects_and_files projects = api.get_projects() File "/home/nathan/.local/lib/python3.10/site-packages/pyoverleaf/_webapi.py", line 183, in get_projects tag = Tag.from_data(tag_data) File "/home/nathan/.local/lib/python3.10/site-packages/pyoverleaf/_webapi.py",...