Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |