Skip to content

benmoose39/ustvgo_to_m3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ustvgo_to_m3u

Grabs m3u links from ustvgo.tv

NEW UPDATE: If you hate setting up cron jobs, just execute server.py (based on Flask, yes it's a webserver) and leave it running.

Steps to run server.py:

Have flask installed: pip install flask

Edit the script to add your server device's IP (change the port too, if you wish)

Assuming port 9000, if your server device's IP is 10.10.10.10, playlist url would be: http://10.10.10.10:9000/ustvgo.m3u

Usage (The raw script, requires you to set up a cron job every 4 hours)

git clone https://github.com/benmoose39/ustvgo_to_m3u.git
cd ustvgo_to_m3u
To run manually:
chmod +x autorun.sh
./autorun.sh
To run automatically every 3 hours:
python3 autoCRON.py

image

Connect with the community

If you need help setting up the script, connect: https://discord.gg/dmgYmAEdee

Support

🙂 https://www.buymeacoffee.com/benmoose39