diff options
author | clarkzjw <[email protected]> | 2023-02-20 13:47:26 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-20 13:47:26 -0800 |
commit | f7f99f41e768e6740adbf2ee708488b29fe6265a (patch) | |
tree | 125b6ec833af57b2ec1813309506dbe6b791b35f /README | |
parent | 3a230798be1bc63b363cf75b8b1cae3a508cca84 (diff) | |
download | swarm2fediverse-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 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ | |||
1 | # Swarm2Fediverse | 1 | # Swarm2Fediverse |
2 | 2 | ||
3 | Foursquare Swarm like Telegram bot to checkin at places and post to Fediverse (Mastodon/Pleroma) | 3 | Foursquare Swarm like Telegram bot to checkin at places and post to Fediverse (Mastodon/Pleroma) |
4 | |||
5 | TODO: | ||
6 | |||
7 | - Attach up to four images to each checkin | ||
8 | - Set default checkin visibility to followers-only and add option to set individual checkin visibility | ||
9 | - Amazon .bot domain | ||
10 | - i18n | ||
11 | - Anonymized analysis | ||
12 | - OAuth login to Mastodon/Pleroma | ||
13 | - Delayed checkins | ||