Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bas080/youtoot
Simple youtoot script for tooting videos from your CLI
https://github.com/bas080/youtoot
Last synced: 21 days ago
JSON representation
Simple youtoot script for tooting videos from your CLI
- Host: GitHub
- URL: https://github.com/bas080/youtoot
- Owner: bas080
- Created: 2019-03-12T23:02:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T09:32:26.000Z (11 months ago)
- Last Synced: 2024-01-25T11:09:58.173Z (11 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtoot
Toot media that youtube-dl supports.
## Dependencies
> Latest tested versions. Chances are that youtoot works with other versions also.
- pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
- youtube-dl 2020.01.24
- node v11.15.0
- npm 6.7.0## Setup
Require `youtube-dl` as a dependency. Used to get the content meta-data. The
easiest is to install it globally using Python's `pip`.`sudo pip install youtube-dl`
Alternative installation methods of youtube-dl can be found in the youtube-dl
documentation
https://github.com/rg3/youtube-dl/blob/master/README.md#installation## Variables
- CLIENT_KEY
- CLIENT_SECRET
- ACCESS_TOKEN
- TIMEOUT_MS
- API_URL
- YOUTUBE_DL_BIN## Usage
Simply suply an url or something that youtube-dl understand as an identifier.
`./youtoot `
## Roadmap
- [ ] Add an example on how to add multiple files (xargs).
- [ ] Allow to configure (global) toot settings.
- [ ] Define the bin file in the package.json.> This file is generated. Please edit files in ./doc/.