🎥 Generate YouTube PoTokens with ease!
This project automates the generation of { visitorData, poToken }
pairs, used for YouTube’s PoToken authentication process.
🚀 Fully automated with GitHub Actions!
Credit to YunzheZJU
🚀 Want the latest YouTube VisitorData & PoToken automatically?
Join our Telegram channel "YouTube VisitorData & PoToken Generator"
🔹 AUTOMATICALLY GENERATE 30 YouTube VisitorData & PoToken EVERY 15 MINUTES
This project automates the generation of YouTube visitorData
and poToken
pairs using the youtube-po-token-generator
package. The process is handled by a GitHub Actions workflow, which can be manually triggered or scheduled to run automatically.
The workflow performs the following steps:
- Checkout Repository → Ensures the latest code is used.
- Install Dependencies → Installs
youtube-po-token-generator
,date-fns
, andaxios
. - Generate Data → Fetches fresh
visitorData
andpoToken
pairs. - Log & Upload → Saves results in
generated_results.log
and uploads them as an artifact.
This project includes a GitHub Actions workflow that supports both manual and scheduled execution.
- You can manually start the workflow and specify how many visitor data entries to generate.
- This is useful when you need on-demand PoTokens.
- The workflow runs automatically every 15 minutes.
- Ensures fresh
visitorData
andpoToken
pairs are generated consistently.
All generated tokens are logged in generated_results.log
and uploaded as an artifact in GitHub.
The file contains entries like:
------------------------------------------
🎥 YOUTUBE VISITORDATA & POTOKEN GENERATOR
------------------------------------------
👤 CREATED BY Okki Dwi
🔄 FORKED FROM [YunzheZJU](https://github.com/YunzheZJU/youtube-po-token-generator)
🌐 VISIT: [GitHub Repo](https://github.com/okkidwi/youtube-visitordata-potoken-generator)
------------------------------------------
ENTRY #1
------------------------------------------
📆 Timestamp: 2025-02-07 12:00:00 UTC
🔹 VisitorData: VISITOR123XYZ
🔑 PoToken: TOKEN-ABCDEFG
------------------------------------------
This project is inspired by: 📌 iv-org/youtube-trusted-session-generator
This repository was forked from: 📌 YunzheZJU/youtube-po-token-generator
- Debugging YouTube’s PoToken system is complex due to constant changes.
- Altering injected scripts or userAgent settings may affect PoToken validity.
🚀 Enjoy the automation! If you find this useful, feel free to fork & contribute! 😊