https://github.com/devfaysal/youtube_channel_statistics
Analyze YouTube channel's daily view, subscriber and uploads
https://github.com/devfaysal/youtube_channel_statistics
youtube youtube-api youtube-channel
Last synced: 9 days ago
JSON representation
Analyze YouTube channel's daily view, subscriber and uploads
- Host: GitHub
- URL: https://github.com/devfaysal/youtube_channel_statistics
- Owner: devfaysal
- Created: 2017-11-03T19:06:05.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T04:53:34.000Z (about 2 years ago)
- Last Synced: 2025-02-12T05:55:25.641Z (8 months ago)
- Topics: youtube, youtube-api, youtube-channel
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YouTube Channel Statistics
This small app can store daily statistics of YouTube channel


Currently it can store:
- Daily View Count
- Daily Subscriber Count
- Daily uploaded Video Count
Once you setup the app, you can add as much YouTube channel as you wish
Requirements
- Server that can run php
- MySQL/MariaDB
- Cron Job (If you want the app to run itself daily at a certain time)
Setup
- Download the zip file YouTube_Channel_Statistics
- Or using git-
$ git clone https://github.com/iamfaysal/YouTube_Channel_Statistics.git
- Copy the config.sample.php file to config.php
- Add database credentials to config.php
- Add YouTube API key to config.php Learn How to get an YouTube Data API from Here
- Run yourdomain.com/directory/install.php
- After successful installation, remove the install.php file
- Enjoy! add youtube channel
- You can run the app manually to store the statistics of the channel you added or you can add a Cron job to run yourdomain/directory/app.php for you at a certain time everyday. Learn how to setup cron job in cpanel from here
If you have any question, feel free to contact me: devfaysal@gmail.com