From 8f0be7fb1af2836396858f4753aba3f4c1afddff Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 26 Feb 2022 21:28:30 +0300 Subject: Added export and import settings #58 --- src/instances/data.json | 5 ++++- src/instances/get_instances.py | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src/instances') diff --git a/src/instances/data.json b/src/instances/data.json index 66fbf751..94cc6f33 100644 --- a/src/instances/data.json +++ b/src/instances/data.json @@ -74,7 +74,9 @@ "https://nitter.winscloud.net", "https://nitter.tiekoetter.com", "https://nitter.spaceint.fr", - "https://twtr.bch.bar" + "https://twtr.bch.bar", + "https://nitter.exonip.de", + "https://nitter.mastodon.pro" ], "tor": [ "http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion", @@ -272,6 +274,7 @@ "https://serx.cf", "https://spot.ecloud.global", "https://suche.dasnetzundich.de", + "https://suche.tromdienste.de", "https://suche.uferwerk.org", "https://swag.pw", "https://sx.catgirl.cloud", diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py index 971e3b38..80dcc080 100644 --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -55,8 +55,7 @@ mightyList['nitter'] = nitterList print('fetched Nitter') # Bibliogram -r = requests.get('https://bibliogram.art/api/instances') -print(r.text) +r = requests.get('https://bibliogram.1d4.us/api/instances') rJson = json.loads(r.text) bibliogramList = {} bibliogramList['normal'] = [] -- cgit 1.4.1