An open API service indexing awesome lists of open source software.

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.

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