mirror of
https://github.com/assenzostefano/epic-games-notifier-telegram.git
synced 2025-02-16 19:30:41 +01:00
Compare commits
No commits in common. "5e3cf25cda9a2bf86b7ff88a390e047bf990c3e8" and "da08250dbc0caed225cd71e2486ae6e964316d2b" have entirely different histories.
5e3cf25cda
...
da08250dbc
@ -4,7 +4,7 @@ def freegame_command(message, bot):
|
||||
chat_id = message.chat.id #Get chat id
|
||||
#Connect to API
|
||||
try:
|
||||
url = "https://minty.apexie.dev/v1/epicfreegames" #URL API
|
||||
url = "https://api.plenusbot.xyz/epic_games?country=IT" #URL API
|
||||
response = requests.get(url).json() #API in JSON
|
||||
#Take data from API (Current Game 1)
|
||||
image_currentgames1 = response['games'][0]['mainImage'] # First image current games
|
||||
|
@ -4,7 +4,7 @@ def soon_command(message, bot):
|
||||
chat_id = message.chat.id #Get chat id
|
||||
try:
|
||||
# Get data from API
|
||||
url = "https://minty.apexie.dev/v1/epicfreegames" # URL API
|
||||
url = "https://api.plenusbot.xyz/epic_games?country=IT" # URL API
|
||||
response = requests.get(url).json() #API in JSON
|
||||
|
||||
#Take data from API (Future Game 1)
|
||||
|
@ -11,7 +11,7 @@ def recheck_game(collection_game, collection_id, bot):
|
||||
def a(collection_game, collection_id, bot):
|
||||
try:
|
||||
#Connect to API
|
||||
url = "https://minty.apexie.dev/v1/epicfreegames" #URL API
|
||||
url = "https://minty.apexie.eu/v1/epicfreegames" #URL API
|
||||
response = requests.get(url).json() #API in JSON
|
||||
|
||||
# Title of current games
|
||||
|
@ -6,7 +6,7 @@ def notification_game1(collection_game, collection_id, bot):
|
||||
try:
|
||||
print("Try to send first game")
|
||||
|
||||
url = "https://minty.apexie.dev/v1/epicfreegames"
|
||||
url = "https://minty.apexie.eu/v1/epicfreegames"
|
||||
response = requests.get(url).json()
|
||||
|
||||
#All information for first game
|
||||
|
Loading…
x
Reference in New Issue
Block a user