Name changes & removed links.json

This commit is contained in:
Dylan 2022-05-13 19:50:39 +01:00
parent 66a6af4cc3
commit 7a0b2660c5
3 changed files with 4 additions and 14 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
config.json
__pycache__
venv/
links.json

View file

@ -1,3 +0,0 @@
{
"test": "test"
}

View file

@ -41,9 +41,9 @@ if not os.path.exists("config.json"):
"table":"TwiFix",
"method":"youtube-dl",
"color":"#43B581",
"appname": "TwitFix",
"repo": "https://github.com/robinuniverse/twitfix",
"url": "https://fxtwitter.com"
"appname": "vxTwitter",
"repo": "https://github.com/dylanpdx/BetterTwitFix",
"url": "https://vxtwitter.com"
},
"api":{"api_key":"[api_key goes here]",
"api_secret":"[api_secret goes here]",
@ -82,14 +82,6 @@ elif link_cache_system == "db":
table = config['config']['table']
db = client[table]
@app.route('/bidoof/')
def bidoof():
return redirect("https://cdn.discordapp.com/attachments/291764448757284885/937343686927319111/IMG_20211226_202956_163.webp", 301)
@app.route('/discord/')
def discord():
return redirect("https://discord.gg/ztz2hHwZXv", 301)
@app.route('/stats/')
def statsPage():
today = str(date.today())