pavelchowdhury99 / youtube_channel_video_details

A program to fetch details about youtube channel and videos

Repository from Github https://github.compavelchowdhury99/youtube_channel_video_detailsRepository from Github https://github.compavelchowdhury99/youtube_channel_video_details

Answers

1. Python script to get data from youtube for a channel (Justin Bieber's)

  1. This repository has a main.py file which along with config settings in utils_and_config module will serve for this problem.
  2. This repo can be cloned and with venv having the modules listed in requirements.txt, we can replicated the process in other local machines.
  3. To change channel, changes number of thread, to remove or add limits for testing, change log file paths and output file path we can configure at config.py inside utils_and_config.
  4. To change logging levels use log_config.
  5. Subset of output is at output.csv, we can alter the video_limit here to scale up.

2 ERD for Movie Booking App

  1. The Spreadsheet contains the ERD for booking.

3. Machine's State Identification

This repo has a process_log.sql which uses MsSql to solve for this, it can be tested in MsQSQL online IDEs like sqliteoneline.com.

About

A program to fetch details about youtube channel and videos


Languages

Language:HTML 98.8%Language:Python 1.0%Language:TSQL 0.3%