eyalch / TubeProphet

Predict changes in YouTube videos view count.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TubeProphet

JSON File

{
    "key": "<Your authentication key from Google>",
    "videos": [
        "<YouTube Video ID>",
        "<YouTube Video ID>",
        "<YouTube Video ID>"
    ]
}

Video ID

Every (simple) YouTube URL ends with the video ID, for example:

Here's the URL for Gangnam Style: https://www.youtube.com/watch?v=9bZkp7q19f0

Which means that Gangnam Style's video ID is: 9bZkp7q19f0

Google API Authentication Key

The authentication key may be obtained from:

https://console.developers.google.com/apis/credentials/

About

Predict changes in YouTube videos view count.

License:MIT License


Languages

Language:Python 100.0%