Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deploy: add Dockerfile and docker-compose.yaml | clarkzjw | 2023-02-23 | 1 | -5/+6 |
| | |||||
* | bot: support changing default toot visibility | clarkzjw | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | bot: implement /logout command | clarkzjw | 2023-02-23 | 1 | -0/+5 |
| | |||||
* | bot: encrypt access_key with cryptography.fernet library | clarkzjw | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | bot: add command templates | clarkzjw | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | remove outdated config | clarkzjw | 2023-02-23 | 1 | -9/+0 |
| | |||||
* | bot: set default toot visibility to private | clarkzjw | 2023-02-23 | 1 | -1/+0 |
| | |||||
* | fix oauth login flow | clarkzjw | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | bot: support Mastodon OAuth2 login | clarkzjw | 2023-02-23 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | test callback test mastodon callback test callback clean customwebhook example bot: test oauth login test callback url test callback | ||||
* | more code formatting | clarkzjw | 2023-02-22 | 1 | -0/+6 |
| | |||||
* | optimize imports | clarkzjw | 2023-02-21 | 1 | -14/+0 |
| | |||||
* | refactoring code | clarkzjw | 2023-02-21 | 1 | -0/+36 |
| | |||||
* | renaming functions | clarkzjw | 2023-02-21 | 1 | -0/+2 |
| | |||||
* | minor reformatting | clarkzjw | 2023-02-20 | 1 | -0/+1 |
| | |||||
* | implemented basic functions: | clarkzjw | 2023-02-20 | 1 | -0/+5 |
| | | | | | | | | - 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 | ||||
* | 4sq: add query poi example | clarkzjw | 2023-02-20 | 1 | -25/+5 |
| | |||||
* | add python ini config example | clarkzjw | 2023-02-20 | 1 | -0/+28 |