[+] Add sample config

This commit is contained in:
Hykilpikonna
2021-12-13 00:06:56 -05:00
parent 13489fe2b0
commit b08a66b5b3
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -124,6 +124,6 @@ dmypy.json
*.xml
*.out
config.json5
./config.json5
data/
/report/
+8
View File
@@ -0,0 +1,8 @@
{
// Twitter official V2 API keys
// Register for them on the Twitter api portal
consumer_key: 'Your_consumer_key',
consumer_secret: 'Your_consumer_secret',
access_token: 'Your_access_token',
access_secret: 'Your_access_secret',
}