diff --git a/.gitignore b/.gitignore index ed8ebf5..c8ef175 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__ \ No newline at end of file +__pycache__ +config.py \ No newline at end of file diff --git a/config_default.py b/config_default.py new file mode 100644 index 0000000..a0b0775 --- /dev/null +++ b/config_default.py @@ -0,0 +1,3 @@ +class configObject (): + ACCESS_TOKEN = 'enter_your_api_token_here' + SERVER_NAME = 'https://mastodon.example' \ No newline at end of file