Skip to content

Lookup a YouTube channel by the custom url, handle, username, vanity and channel ID

License

Notifications You must be signed in to change notification settings

ddd/youtube-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-lookup

Windows of Ken

Description

youtube-lookup is a Rust tool to lookup a channel by the custom url, handle, username, vanity and channel ID and provide as much metadata as possible

It supports:

  • channel/conditional redirect detection
  • subscriptions
  • blocked countries list

... and so much more!

Installation (docker)

  1. Update .env with your YouTube Data API key
$ echo "API_KEY=your_youtube_api_key_here" > .env
  1. Build the docker container
$ sudo docker build -t youtube-lookup .
  1. Run docker container
$ sudo docker run --env-file .env -p 3000:3000 youtube-lookup

The frontend & API should be running on 0.0.0.0:3000

More Screenshots

Jason Urgo

1

Future Proof

About

Lookup a YouTube channel by the custom url, handle, username, vanity and channel ID

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published