Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deploy: add Dockerfile and docker-compose.yaml | clarkzjw | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | bot: support changing default toot visibility | clarkzjw | 2023-02-23 | 1 | -4/+30 |
| | |||||
* | bot: implement /logout command | clarkzjw | 2023-02-23 | 1 | -0/+5 |
| | |||||
* | bot: implement /list command | clarkzjw | 2023-02-23 | 1 | -0/+13 |
| | |||||
* | - bot: support pleroma instances | clarkzjw | 2023-02-23 | 1 | -0/+1 |
| | | | | - status_update() in mastodon.py currently doesn't support content_type, thus it still fallbacks to text/plain on pleroma instances when adding comments | ||||
* | bot: encrypt access_key with cryptography.fernet library | clarkzjw | 2023-02-23 | 1 | -4/+2 |
| | |||||
* | update README | clarkzjw | 2023-02-23 | 1 | -0/+2 |
| | |||||
* | bot: multi user working | clarkzjw | 2023-02-23 | 1 | -0/+9 |
| | |||||
* | bot: fix login flow | clarkzjw | 2023-02-23 | 1 | -0/+17 |
| | |||||
* | bot: change create_poi to create_or_update_poi | clarkzjw | 2023-02-23 | 1 | -4/+3 |
| | |||||
* | bot: set default toot visibility to private | clarkzjw | 2023-02-23 | 1 | -0/+6 |
| | |||||
* | bot: test peewee sqlite3 | clarkzjw | 2023-02-23 | 2 | -34/+59 |
| | |||||
* | implemented basic functions: | clarkzjw | 2023-02-20 | 1 | -0/+34 |
- 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 |