All Projects → gaoxingliang → geek-time-courses

gaoxingliang / geek-time-courses

Licence: MIT license
Geektime courses sharing repo

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to geek-time-courses

the-great-courses-of-the-Internet
List of the great courses of the internet
Stars: ✭ 20 (+33.33%)
Mutual labels:  courses
funny-initial-git-commit
Funny initial git commit messages
Stars: ✭ 30 (+100%)
Mutual labels:  courses
Free-courses-with-Certificates
Collection of free courses with certificates
Stars: ✭ 41 (+173.33%)
Mutual labels:  courses
awesome-psychology
An awesome list of psychology courses, videos and books. Please, contribute!
Stars: ✭ 68 (+353.33%)
Mutual labels:  courses
competitive-programming
A one stop resource for competitive programming.
Stars: ✭ 59 (+293.33%)
Mutual labels:  courses
computer-science-resources
Сollection of interesting Computer Science resources
Stars: ✭ 133 (+786.67%)
Mutual labels:  courses
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (+1446.67%)
Mutual labels:  courses
r4excel users
Бесплатный видео курс "Язык R для пользователей Excel"
Stars: ✭ 14 (-6.67%)
Mutual labels:  courses
SuperLibrary
Information Security Library
Stars: ✭ 60 (+300%)
Mutual labels:  courses
physics-learning-path
This is my physics learning path. Best courses I've found to learn physics online.
Stars: ✭ 37 (+146.67%)
Mutual labels:  courses
teaching
Courses & workshops led by members of the Krishnan Lab.
Stars: ✭ 23 (+53.33%)
Mutual labels:  courses
School-Programming
Хранилище за свободно учебно съдържание по програмиране, информатика и ИТ за българските училища
Stars: ✭ 82 (+446.67%)
Mutual labels:  courses
IIITDMK Courses Repositories
A collection of course repositories of IIITDM Kancheepuram students
Stars: ✭ 25 (+66.67%)
Mutual labels:  courses
pluralsight-downloader-chrome-extension
[WIP] A chrome extension to download and track Pluralsight courses. 😈
Stars: ✭ 227 (+1413.33%)
Mutual labels:  courses
playground-portfolio
Playground portfolio.
Stars: ✭ 45 (+200%)
Mutual labels:  courses
Computer Science
🎓 Path to a free self-taught education in Computer Science!
Stars: ✭ 103,613 (+690653.33%)
Mutual labels:  courses
links-to-free-online-courses
📖 Free online courses resources.
Stars: ✭ 51 (+240%)
Mutual labels:  courses
classgame
Ruby on Rails, course platform with gamification, here you can learn to play. It is classgame.
Stars: ✭ 16 (+6.67%)
Mutual labels:  courses
hiddencodecademy.github.io
This is the place for hidden courses on Codecademy
Stars: ✭ 19 (+26.67%)
Mutual labels:  courses
courses
课件:数字图像处理,计算机视觉,人工智能导论,机器学习,深度学习
Stars: ✭ 58 (+286.67%)
Mutual labels:  courses

geek-time-courses

Geektime courses/极客时间 https://time.geekbang.org/ sharing course repo
Username or passwords will NOT be collected.

The below functions are provided:

  1. provide a tool to parse and download videos.

how to download geektime videos

clone this repo and run with:

python3 geektime.py https://time.geekbang.org/course/intro/181

Download videos for a course:

python3 -d geektime.py https://time.geekbang.org/course/intro/181
# run this when you have bought a class to see ALL courses:
python3 -U yourCellphone -P yourPassword -d geektime.py https://time.geekbang.org/course/intro/181

Only get download urls for a course:

python3 -p geektime.py https://time.geekbang.org/course/intro/181

other helps just run:

python3 geektime.py

How to contribute to share more courses

If you have ever bought/subscribed an video course:
run below code to share the m3u8 files and you can download it and share it by a PULL request or an issue :

python3 -U yourCellphone -P yourPassword -d geektime.py https://time.geekbang.org/course/intro/181

or not downloading and just providing the urls:

python3 -U yourCellphone -P yourPassword -p geektime.py https://time.geekbang.org/course/intro/181

Note: NO passwords will be collected. check our source code. Thanks for your SHARING.

免责声明: 所有资源来自互联网, 侵权删除.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].