gurdeepsinghiet / YouTrends

REST API of YouTube Trending + Telegram bot with feed dispatching

Home Page:http://telegram.me/YouTrendsBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@YouTrendsBot
YouTube Trending REST API
YouTube Trending analyse instruments
Daily distribution of YouTube trends into telegram
Free access now!!!

Main features:

- access to YouTube trends feed by our REST API;
- access to analytics info by REST API;
- dispatch of trends feed every day;
- opportunity see top channels by conut hours in trends by last week;
- opportunity see top channels by conut videos in trends by last week;
- every day feed include most frequent words in video titles by last week;
- filtering by channels and tags in the title;
- only videos not older than 24 hours fall into feed;
- sort by count of views;
- feed contains 10 videos (for you after filtration).

YouTube Trending REST API

You can get YouTube Trending feed for FREE on www.youtrends.org:8080

Methods

1) Trending.

This is main method. You can get feed from YouTube Trending.
Example request:
http://www.youtrends.org:8080/trends
Response:
Array of Video.

2) Popular words.

Return popular word in video titles by last day.
Example request:
http://www.youtrends.org:8080/popularWords
Response:
Array of top popular words with count entries by last day

3) Top channels by unique videos in trending by last week.

Example request:
http://www.youtrends.org:8080/topByVideosCount
Response:
Array of top channels with count videos by last week

4) Top channels by count hours in trending by last week.

Example request:
http://www.youtrends.org:8080/topByHoursCount
Response:
Array of top channels with count hours in trending by last week

About

REST API of YouTube Trending + Telegram bot with feed dispatching

http://telegram.me/YouTrendsBot

License:GNU General Public License v3.0


Languages

Language:Java 98.4%Language:Shell 1.2%Language:HTML 0.3%