All Projects → terorie → ytpriv

terorie / ytpriv

Licence: GPL-3.0 license
YT metadata exporter

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to ytpriv

Oie Resources
A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.
Stars: ✭ 283 (+910.71%)
Mutual labels:  big-data, datascience
gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (-32.14%)
Mutual labels:  big-data, datascience
masc
Microsoft's contributions for Spark with Apache Accumulo
Stars: ✭ 20 (-28.57%)
Mutual labels:  big-data
accumulo-docker
Apache Accumulo Docker
Stars: ✭ 17 (-39.29%)
Mutual labels:  big-data
incubator-tez
Mirror of Apache Tez (Incubating)
Stars: ✭ 60 (+114.29%)
Mutual labels:  big-data
R-Learning-Journey
Some of the projects i made when starting to learn R for Data Science at the university
Stars: ✭ 19 (-32.14%)
Mutual labels:  datascience
ML-DS-Guide
Complied Resources for learning Machine Learning & Data Science
Stars: ✭ 42 (+50%)
Mutual labels:  datascience
Detecting-Malicious-URL-Machine-Learning
No description or website provided.
Stars: ✭ 47 (+67.86%)
Mutual labels:  big-data
blogpost codes
Repo of my blogpost articles codes
Stars: ✭ 41 (+46.43%)
Mutual labels:  datascience
schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (-21.43%)
Mutual labels:  datascience
assigner
Population assignment analysis using R
Stars: ✭ 17 (-39.29%)
Mutual labels:  datascience
bagri
XML/Document DB on top of distributed cache
Stars: ✭ 40 (+42.86%)
Mutual labels:  big-data
predictionio-sdk-ruby
PredictionIO Ruby SDK
Stars: ✭ 192 (+585.71%)
Mutual labels:  big-data
bullet-core
Bullet is a streaming query engine that can be plugged into any singular data stream using a Stream Processing framework like Apache Storm, Spark or Flink.
Stars: ✭ 36 (+28.57%)
Mutual labels:  big-data
Data-Science
Using Kaggle Data and Real World Data for Data Science and prediction in Python, R, Excel, Power BI, and Tableau.
Stars: ✭ 15 (-46.43%)
Mutual labels:  datascience
predictionio-sdk-python
PredictionIO Python SDK
Stars: ✭ 199 (+610.71%)
Mutual labels:  big-data
acousticbrainz-server
The server components for the AcousticBrainz project
Stars: ✭ 128 (+357.14%)
Mutual labels:  big-data
Social-Network-Analysis-in-Python
Social Network Facebook Analysis (Python, Networkx)
Stars: ✭ 26 (-7.14%)
Mutual labels:  big-data
accumulo-testing
Apache Accumulo Testing
Stars: ✭ 14 (-50%)
Mutual labels:  big-data
Clustering4Ever
C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.
Stars: ✭ 126 (+350%)
Mutual labels:  big-data

ytpriv 💾

Note: This software is not maintained and will be archived soon. I do not provide support in any way. Learn to code and fork this repository if you need a feature/bugfix.

A fast tool for exporting YouTube data using their undocumented JSON APIs.

No API keys or logins required, and no stability guarantees given.

If you find it useful, please give it a star!

Please only use this tool to the extent permitted by the YouTube ToS.

Installation

From source

Requires a Go 1.14+ toolchain.

Run go install ./cmd/ytpriv to install to $(go env GOPATH)/bin/ytpriv.

Features

ytpriv [command]
  channel     Scrape a channel
  livestream  Scrape a livestream
  playlist    Scrape a playlist
  video       Scrape a video

Channel

ytpriv channel [command]
  overview    Get overview of channel
  videos      Get full list of videos of channel
  videos_page Get videos page of channel

Livestream

ytpriv livestream [command]
  chat        Follow the live chat

Playlist

ytpriv playlist [command]
  videos      Get full list of videos in playlist
  videos_page Get page of videos of playlist

Video

ytpriv video [command]
  comments    Scrape comments of videos
  detail      Get details about a video

Attributions

Developed by @terorie

Using the amazing Go ecosystem including:

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