summaryrefslogtreecommitdiff
path: root/tweet-archive.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'tweet-archive.conf.example')
-rw-r--r--tweet-archive.conf.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/tweet-archive.conf.example b/tweet-archive.conf.example
new file mode 100644
index 0000000..84c8553
--- /dev/null
+++ b/tweet-archive.conf.example
@@ -0,0 +1,18 @@
+{
+ "twitter": {
+ "access_token":"...",
+ "access_token_secret":"...",
+ "consumer_key":"...",
+ "consumer_secret":"..."
+ },
+ "misskey": {
+ "token": "...",
+ "base_url": "https://s.thenautilus.net/ your Misskey base URL",
+ "user_id": "900rccolig your misskey user id"
+ },
+ "db": {
+ "dsn":"dbi:Pg:dbname=tweets",
+ "user":"",
+ "pass":""
+ }
+}