Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaskollmer/archive_scripts
A small collection of Python scripts to archive certain data from the internet
https://github.com/lukaskollmer/archive_scripts
Last synced: 3 months ago
JSON representation
A small collection of Python scripts to archive certain data from the internet
- Host: GitHub
- URL: https://github.com/lukaskollmer/archive_scripts
- Owner: lukaskollmer
- Archived: true
- Created: 2016-04-03T09:34:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T09:44:37.000Z (over 8 years ago)
- Last Synced: 2024-05-16T02:41:56.708Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - lukaskollmer/archive_scripts - A small collection of Python scripts to archive certain data from the internet (Python)
README
# archive_scripts
A small collection of Python scripts to archive certain data from the internet### youtube.py
- Download YouTube videos and move them to a folder of your choice. (You'll need to change the path [in the code](https://github.com/lukaskollmer/archive_scripts/blob/master/youtube.py#L51)).
- This script will read YouTube links from an Evernote note, download them and mark them as downloaded in the note.
- You can add urls to the note using [this Pythonista script](https://github.com/lukaskollmer/pythonista-youtube-archiving)
- Note: you need to create a ``config.json`` file with the following contents:```json
{
"auth_token" : "__YOUR_EVERNOTE_AUTH_TOKEN__",
"note_guid" : "__THE_GUID_OF_THE_NOTE_WHERE_YOU_STORE_THE_YOUTUBE_LINKS__"
}```