All Projects → udacimak → Udacimak

udacimak / Udacimak

Licence: mit
Udacity Nanodegree and Course Downloader

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Udacimak

Popular Movies App
A simple Android app, that helps user to discover movies. Project 1 & 2 of Udacity Android Developer Nanodegree.
Stars: ✭ 293 (-74.81%)
Mutual labels:  udacity
Introduction To Virtual Reality udacity Carnival
Starter project for the VR Foundations Nanodegree > Introduction to Virtual Reality course
Stars: ✭ 26 (-97.76%)
Mutual labels:  udacity
Lung Diseases Classifier
Diseases Detection from NIH Chest X-ray data
Stars: ✭ 52 (-95.53%)
Mutual labels:  udacity
Awesome Pytorch Scholarship
A list of awesome PyTorch scholarship articles, guides, blogs, courses and other resources.
Stars: ✭ 302 (-74.03%)
Mutual labels:  udacity
My Ai Resource
Hello My friend , In This repository I Store My AI and Machine Learning + Deep Learning Resources. In here I list paid and free course and books.
Stars: ✭ 22 (-98.11%)
Mutual labels:  udacity
Constant Vigilance
Learn this if you want to be a software engineer. Constant vigilance means being continually aware of areas that need improvement. For me, I am constantly searching for valuable resources to ensure I am able to solve any problem that comes my way.
Stars: ✭ 30 (-97.42%)
Mutual labels:  udacity
IT-Security-Quiz-App
IT Security Quiz App for Android. Project for Android Basics: User Input course by Udacity
Stars: ✭ 15 (-98.71%)
Mutual labels:  udacity
Android Dev Challenge
Google Android Dev Challenge 2017
Stars: ✭ 57 (-95.1%)
Mutual labels:  udacity
Notifier For Udacity Reviewer
📢 Notifier for Udacity Reviewer - Extension for modern browsers
Stars: ✭ 22 (-98.11%)
Mutual labels:  udacity
Cvnd Udacity
Computer Vision Nanodegree program from Udacity
Stars: ✭ 52 (-95.53%)
Mutual labels:  udacity
Udacity Deep Learning
Udacity Deep Learning MOOC assignments
Stars: ✭ 463 (-60.19%)
Mutual labels:  udacity
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (-39.38%)
Mutual labels:  udacity
Point Cloud Filter
Scripts showcasing filtering techniques applied to point cloud data.
Stars: ✭ 34 (-97.08%)
Mutual labels:  udacity
Learning
Becoming better at data science every day
Stars: ✭ 4,659 (+300.6%)
Mutual labels:  udacity
Udacity Blockchain Developer Nanodegree
The road so far on Udacity Blockchain Developer Nanodegree
Stars: ✭ 53 (-95.44%)
Mutual labels:  udacity
Machine Learning Curriculum
Complete path for a beginner to become a Machine Learning Scientist!
Stars: ✭ 279 (-76.01%)
Mutual labels:  udacity
Particle Filter Prototype
Particle Filter Implementations in Python and C++, with lecture notes and visualizations
Stars: ✭ 29 (-97.51%)
Mutual labels:  udacity
Vehicle Detection
Vehicle detection using machine learning and computer vision techniques for Udacity's Self-Driving Car Engineer Nanodegree.
Stars: ✭ 1,093 (-6.02%)
Mutual labels:  udacity
Pytorch Scholarship Challenge Notes
My notes on PyTorch Scholarship Challenge [Phase 1] 2018/2019
Stars: ✭ 56 (-95.18%)
Mutual labels:  udacity
Uselfdrivingsimulator
Self-Driving Car Simulator
Stars: ✭ 48 (-95.87%)
Mutual labels:  udacity

Udacimak - A Udacity Nanodegree Downloader

npm version Downloads Github stars License Commits to be deployed PRs Welcome

Opened issues Closed issues Opened pull requests Closed pull requests Github last commit

Table of Contents

Description

Udacimak is a command-line interface tool to download Udacity Nanodegree contents and keep them locally on your computer.

Udacimak downloads all videos, images, text contents and present them as local web pages in a similar manner to Udacity classroom website.

Udacimak was inspired after Udacity announced in October 2018 that students who graduate will no longer have life-time access to the course content.

If you want to keep the contents to yourself, Udacimak is built for you; or if you would like to have a local copy to quickly revise the lessons while doing the course, Udacimak is also a good option.

We hope you enjoy this downloader.

Stay Udacious!

If you find this CLI helpful, please support the developers by starring this repository.

Resources:

Instructions

Please refer to the Wiki page for all instructions.

Reporting Issues

Before reporting any issues, please make sure you're using the latest version of Udacimak first:

# show current version
npm list udacimak
# or
udacimak --version

# update udacimak
npm install -g udacimak

# check current version
udacimak --version

If the issue persists, please open issue in Issues tab. Please give us as much information as you can. However, note that you should not provide your Udacity authentication token to anyone - it's a secret token of your own account.

User Privacy

Since you will have to provide the secret Udacity authentication token for the CLI to work, the CLI does have access to your personal information via Udacity API, including name, email address, graduated/enrolled nanodegrees, etc. The token is saved in the CLI config, located at:

# for Linux
~/.udacimak

# for Windows
%USERPROFILE%/.udacimak

However, these details are only used internally in the app to serve its functionalities. None of your personal details, as well as the secret authentication token, will be sent to anybody else.

Disclaimer

This CLI is provided to help you download Udacity Nanodegrees and courses for personal use only. Sharing the content of your subscribed Nanodegrees and courses is strictly prohibited under Udacity's Terms of Use.

By using this CLI, the developers of this CLI are not responsible for any law infringement caused by the users of this CLI.

Resources:

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].