https://github.com/bunnykek/udemydone
Marks all the lectures of a course as done.
https://github.com/bunnykek/udemydone
automation python udemy
Last synced: about 1 year ago
JSON representation
Marks all the lectures of a course as done.
- Host: GitHub
- URL: https://github.com/bunnykek/udemydone
- Owner: bunnykek
- Created: 2022-09-27T20:42:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T20:50:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T06:02:04.527Z (over 1 year ago)
- Topics: automation, python, udemy
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UdemyDone
Marks all the lectures of a course as done.
### How to use
- Get `access_token` value from browser cookies and put it on line number 11 of `done.py`
```
pip install requirements.txt
py done.py
```
--by bunny