football and update bot script
This commit is contained in:
parent
a3023e1c0b
commit
67ca518138
4
UpdateBot.sh
Normal file
4
UpdateBot.sh
Normal file
@ -0,0 +1,4 @@
|
||||
docker stop bobbyTvIptv_suzie &\
|
||||
docker rm --force bobbyTvIptv_suzie &\
|
||||
docker build -t bobbyTvIptv_suzie . &\
|
||||
docker run -d --name bobbyTvIptv_suzie bobbyTvIptv_suzie:latest
|
@ -7,7 +7,7 @@ module.exports = {
|
||||
var options = {
|
||||
method: 'GET',
|
||||
url: 'https://football-pro.p.rapidapi.com/api/v2.0/livescores',
|
||||
qs: { tz: 'Europe/London', leagues: '8', include: 'localTeam,visitorTeam' },
|
||||
qs: { tz: 'Europe/London', leagues: '8,9,2,5,23,24', include: 'localTeam,visitorTeam' },
|
||||
headers: {
|
||||
'x-rapidapi-host': 'football-pro.p.rapidapi.com',
|
||||
'x-rapidapi-key': process.env.RAPIDAPI_API_KEY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user