-
Notifications
You must be signed in to change notification settings - Fork 226
/
Copy pathkeys_mastodon.py
26 lines (23 loc) · 1.07 KB
/
keys_mastodon.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# insert your Mastodon username and password in the strings below
usr = ''
pwd = ''
# get DeepL key
# 1. Go to https://www.deepl.com/pro#developer
# 2. Click Sign up for free
# 3. Under DeepL API Free click Sign up for free
# 4. Specify an email/password and click Continue
# 5. Fill in the form and provide a credit card, then click Continue
# CC required to prevent “fraudulent multiple registrations”
# 6. Read the terms and, if you agree, click Sign up for free
# 7. Click the Account Management link on the thank you page
# 8. Click the Account tab and scroll to Authentication Key for DeepL API
# 9. Paste key into string below (make sure you have no spaces before or
# after your key in the string)
deepL_key = ''
# get ipgeolocation.io API key
# 1. Go to https://ipgeolocation.io/signup.html
# 2. Sign up for a free account
# 3. In your Dashboard, copy the API key
# 4. Paste the API key into string below (make sure you have no spaces
# before or after your key in the string)
ipgeolocation_key = ''