added API token and server as external config file

This commit is contained in:
theo1 2020-10-01 18:56:57 +02:00
parent 4cc44fd78f
commit b0f832b933
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
__pycache__
config.py

3
config_default.py Normal file
View File

@ -0,0 +1,3 @@
class configObject ():
ACCESS_TOKEN = 'enter_your_api_token_here'
SERVER_NAME = 'https://mastodon.example'