openpgp4fpr:1355981F6FD5F0DC316914B570633DCE4C15B50A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Deep Pink", | |
"author": "GayCookie", | |
"Border": "#6D6D7F7F", | |
"BorderShadow": "#00000000", | |
"Button": "#670039FF", | |
"ButtonActive": "#840049FF", | |
"ButtonHovered": "#840049FF", | |
"CheckMark": "#FF69B4FF", | |
"ChildBg": "#FFFFFF00", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from threading import Timer | |
from requests import request | |
import sqlite3, os | |
api_url = "https://socialclub.rockstargames.com/events/eventlisting?pageId=1&gameId=GTAV" | |
article_url = "https://socialclub.rockstargames.com/events/{}/{}" | |
webhook_url = "" | |
def create_connection(): | |
file = os.path.join(os.getcwd(), 'database.sqlite') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Rarity": 50.0, | |
"InitialCooldown": 0, | |
"SoundEnabled": 1, | |
"DisableNotifications": 0, | |
"NotificationHeading": "Searching", | |
"NotificationText": "You found something...", | |
"NotificationText2": "Nothing found...", | |
"SFLBuildings": [ | |
{ |
OlderNewer