diff --git a/.gitignore b/.gitignore index 543750b..b3df0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -119,5 +119,8 @@ crud/ # Pseudbot API keys pseud.json +# Pseudbot JSON dumps +*.dump.json + # The editor that people seem to like for some reason .vscode diff --git a/examples/pseud.example.json b/examples/pseud.example.json new file mode 100644 index 0000000..8268fea --- /dev/null +++ b/examples/pseud.example.json @@ -0,0 +1,7 @@ +{ + "consumer": "key goes here", + "consumer_secret": "key goes here", + "bearer_token": "key goes here", + "tok": "key goes here", + "tok_secret": "key goes here" +}