This commit is contained in:
Karl 2025-04-21 07:45:51 +00:00
parent 63054a2a1d
commit 6c981b82b3
4 changed files with 37 additions and 14 deletions

View File

@ -1,4 +1,4 @@
docker stop bobbytviptv_suzie &&\
docker rm --force bobbytviptv_suzie &&\
docker stop bobbytviptv_suzie &&\
docker rm --force bobbytviptv_suzie &&\
docker build -t bobbytviptv_suzie . &&\
docker run -v ${PWD}/logs:/usr/src/app/logs -p 5000:5000 -d --restart unless-stopped --name bobbytviptv_suzie bobbytviptv_suzie:latest

View File

@ -14,10 +14,7 @@ module.exports = {
var options = {
method: 'GET',
url: 'https://football-pro.p.rapidapi.com/api/v2.0/livescores',
// qs: { tz: 'Europe/London', leagues: '2,5,8,23,24,27,45,81,1326', include: 'localTeam,visitorTeam' },
// qs: { tz: 'Europe/London', leagues: '2,5,8,23,24,27,45,81,1326,501', include: 'localTeam,visitorTeam' },
// qs: { tz: 'Europe/London', leagues: '2,5,8,23,24,27,501', include: 'localTeam,visitorTeam' }, // Champions Leage, Europa, Premier League, Community Shield, FA Cup, Carabo cup, Scottish
qs: { tz: 'Europe/London', leagues: '2,5,8,23,501,732', include: 'localTeam,visitorTeam' }, // Champions Leage, Europa, Premier League, Community Shield, Scottish
qs: { tz: 'Europe/London', leagues: '2,5,8,23,501,732,1326', include: 'localTeam,visitorTeam' }, // Champions Leage, Europa, Premier League, Community Shield, Scottish
headers: {
'x-rapidapi-host': 'football-pro.p.rapidapi.com',
'x-rapidapi-key': process.env.RAPIDAPI_API_KEY,

View File

@ -103,10 +103,10 @@ const chat = [
"NAME": "- IPTV Guidance",
"TEXT": [
"🚨Basic IPTV Guidance🚨\n\nPlease see below some very basic IPTV guidance for those who are new to IPTV",
"1. What is a sub? A sub is what provides you with your live tv and movies/VOD... They are called different names e.g. GOLD, PREMIUM PLUS, ETC... All offer very similar channels with the difference of VOD, Series and time and money spent on servers.",
"1. What is a sub? A sub is what provides you with your live tv and movies/VOD... They are called different names e.g. GRAPHITE, EMERALD, TITANIUM ETC... All offer very similar channels with the difference of VOD, Series and time and money spent on servers.",
"2. What is an APP? An app is something that you load your sub onto, and enables you to view the channels your sub provides.",
"3. For flexibility and ease of use username and password subs are the only way to view your IPTV sub/subs with Bob15tv All subs have their own dedicated apps and are available to download from our unlinked or linktree rooms. There are about 10 different apps available for every sub sold in this room. Updates *8 for more info.",
"4. Things you must know when using IPTV How to refresh DNS (if using some players) How to change your app player settings How to change your app player to an external player How to carry out basic but essential IPTV Maintenance. Updates *17 for more info."
"3. For flexibility and ease of use username and password subs are the only way to view your IPTV sub/subs with Bob15tv All subs have their own dedicated apps and are available to download from our very own appstores or unlinked library. There are about 20 different apps available for every sub sold in this room.",
"4. Things you must know when using IPTV How to refresh DNS (if using crocodile app) How to change your app player settings. Updates *5 for more info How to change your app player to an external player. Updates *5 for more info. How to carry out basic but essential IPTV Maintenance. Updates *17 for more info."
],
"MENU": '[[]]'
},

View File

@ -37,8 +37,8 @@
},
{
"SUB": "Iolite",
"COST": 0,
"STATUS": 1,
"COST": "X",
"STATUS": "X",
"IMAGE": "./data/group/Gold.jpg",
"APPS": [
"Red XCIPTV",
@ -48,6 +48,14 @@
"Tivimate Orange"
]
},
{
"SUB": "Platinum",
"COST": 10,
"STATUS": 1,
"APPS": [
"VOD App"
]
},
{
"SUB": "Ultimate",
"COST": 0,
@ -102,6 +110,19 @@
"Tivimate Orange"
]
},
{
"SUB": "Quartz",
"COST": 0,
"STATUS": 1,
"IMAGE": "./data/group/Topaz.jpg",
"APPS": [
"Red XCIPTV",
"Yellow Sky Q",
"Purple IM",
"Green SMARTERS",
"Tivimate Orange"
]
},
{
"SUB": "Carbon",
"COST": "X",
@ -167,10 +188,15 @@
},
{
"SUB": "Top VOD",
"COST": 10,
"COST": 0,
"STATUS": 1,
"IMAGE": "./data/group/Topaz.jpg",
"APPS": [
"VOD App"
"Red XCIPTV",
"Yellow Sky Q",
"Purple IM",
"Green SMARTERS",
"Tivimate Orange"
]
},
{