Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroc0d3/udemy-auto-downloader
Udemy Auto Downloader Script
https://github.com/zeroc0d3/udemy-auto-downloader
auto-downloader downloader udemy
Last synced: 24 days ago
JSON representation
Udemy Auto Downloader Script
- Host: GitHub
- URL: https://github.com/zeroc0d3/udemy-auto-downloader
- Owner: zeroc0d3
- License: mit
- Created: 2019-08-28T03:17:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T22:49:38.000Z (over 5 years ago)
- Last Synced: 2024-10-30T03:49:18.684Z (2 months ago)
- Topics: auto-downloader, downloader, udemy
- Language: Python
- Size: 1.28 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Udemy Auto Downloader
### Requirements
* Udemy Account
* Python (2.7.x or 3.x)
* [Udemy-Downloader](https://github.com/r0oth3x49/udemy-dl)
* [Get Access Token with Chrome](https://github.com/r0oth3x49/udemy-dl/issues/389#issuecomment-492569372)
* [Get Access Token with Firefox](https://github.com/r0oth3x49/udemy-dl/issues/389#issuecomment-491903900)### Installation
* Install python with PyEnv (Python Environment)```
make install-pyenv
```* Get Udemy Downloader
```
make setup
```### Setup Auto Downloader
* Rename `access.key.example` to `access.key`
* Add acccess_token in `access.key` file
* List your udemy course url in `list_course.txt`
* Running terminal:
```
make run # or type #
bash run.sh
```### Gretz
* [r0oth3x49](https://github.com/r0oth3x49)### License
* MIT License