🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/rimo10/youtube-api-server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/rimo10/youtube-api-server

v0.0.0-20240328215404-29ecd79a4f23
Source
Go
Version published
Created
Source

Youtube API Server

Overview

This launches a golang server locally that can fetch videos using youtube-api and stores the results in a database(mysql). Before adding the item it checks if the item already exists and whether its etag has changed nor not. If it has changed then it updates the required changes else adds the new item to the database.

Examples

Searching Video

http://localhost:3000/api/search_videos?query=<YOUR_QUERY>&count=<ITEM_COUNT>

Alt text

Fetching Videos

http://localhost:3000/api/get_videos?query=<YOUR_QUERY>&count=<ITEM_COUNT>

Alt text

FAQs

Package last updated on 28 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts