added API token and server as external config file
This commit is contained in:
parent
4cc44fd78f
commit
b0f832b933
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
|
config.py
|
3
config_default.py
Normal file
3
config_default.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
class configObject ():
|
||||||
|
ACCESS_TOKEN = 'enter_your_api_token_here'
|
||||||
|
SERVER_NAME = 'https://mastodon.example'
|
Loading…
Reference in New Issue
Block a user