Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - bot: support pleroma instances | clarkzjw | 2023-02-23 | 1 | -0/+21 |
| | | | | - 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: add command templates | clarkzjw | 2023-02-23 | 1 | -2/+0 |
| | |||||
* | bot: change create_poi to create_or_update_poi | clarkzjw | 2023-02-23 | 1 | -2/+2 |
| | |||||
* | bot: set default toot visibility to private | clarkzjw | 2023-02-23 | 1 | -1/+0 |
| | |||||
* | bot: test peewee sqlite3 | clarkzjw | 2023-02-23 | 1 | -3/+2 |
| | |||||
* | bot: enable location search | clarkzjw | 2023-02-21 | 1 | -6/+8 |
| | |||||
* | attach top popular photo to mastodon media post | clarkzjw | 2023-02-20 | 1 | -4/+21 |
| | |||||
* | minor reformatting | clarkzjw | 2023-02-20 | 1 | -2/+5 |
| | |||||
* | implemented basic functions: | clarkzjw | 2023-02-20 | 1 | -4/+19 |
| | | | | | | | | - 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 | -0/+18 |
| | |||||
* | add mastodon.py example | clarkzjw | 2023-02-20 | 1 | -0/+0 |