aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-20 13:47:26 -0800
committerclarkzjw <[email protected]>2023-02-20 13:47:26 -0800
commitf7f99f41e768e6740adbf2ee708488b29fe6265a (patch)
tree125b6ec833af57b2ec1813309506dbe6b791b35f /config.ini.example
parent3a230798be1bc63b363cf75b8b1cae3a508cca84 (diff)
downloadswarm2fediverse-f7f99f41e768e6740adbf2ee708488b29fe6265a.tar.gz
implemented basic functions:
- send a location from Telegram to bot - query a list (7) of POIs from Foursquare - send user inline keyboard button to choose a location - post toot status update to Mastodon with a link to OSM - store previously seen locations in local db
Diffstat (limited to 'config.ini.example')
-rw-r--r--config.ini.example20
1 files changed, 7 insertions, 13 deletions
diff --git a/config.ini.example b/config.ini.example
index f803e56..4c29644 100644
--- a/config.ini.example
+++ b/config.ini.example
@@ -1,15 +1,9 @@
1[DEFAULT] 1[DEFAULT]
2BOT_TOKEN="" 2BOT_TOKEN =
3FOURSQUARE_API_KEY =
3 4
4; [DEFAULT] 5[TOOT]
5; ServerAliveInterval = 45 6CLIENT_ID =
6; Compression = yes 7CLIENT_SECRET =
7; CompressionLevel = 9 8API_BASE_URL = https://mastodon.social
8; ForwardX11 = yes 9ACCESS_TOKEN =
9
10; [forge.example]
11; User = hg
12
13; [topsecret.server.example]
14; Port = 50022
15; ForwardX11 = no
Powered by cgit v1.2.3 (git 2.41.0)