YOMEMJI
Get links Youtube Channel Membership Badges and Emoji then save it to local disk as images
❓
Why The idea is to retrieve image badges and custom emojis from channel youtube automated and make it for personal uses e.g. meme material, emoji discord
❓
How it works I am using chromedp for get all links and http package for download image and save it to local disk.
Step:
- Read all url channel youtube at
channel.txt
. - Open url channel via chrome with user data browser that already login to youtube.
- click
Join
button. - Get all images link.
- Save it to
txt
files. - Download images based on images links saved from before.
❓
How to use - List url channel url in
channel.txt
- Change folder User Data Directory if needed
- run file using command
go run main.go
🚧
Limitation - Need Chrome Browser because using
chromedp
- Only tested in
WSL2 Ubuntu
so the code only load Chrome Data Directory Ubuntu. - For exclude login google account etc process i using Chrome User Data from browser that already logged in manually.
⚠️
Disclaimer This project only for personal uses and education purpose.