aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - bot: support pleroma instancesclarkzjw2023-02-231-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 templatesclarkzjw2023-02-231-2/+0
|
* bot: change create_poi to create_or_update_poiclarkzjw2023-02-231-2/+2
|
* bot: set default toot visibility to privateclarkzjw2023-02-231-1/+0
|
* bot: test peewee sqlite3clarkzjw2023-02-231-3/+2
|
* bot: enable location searchclarkzjw2023-02-211-6/+8
|
* attach top popular photo to mastodon media postclarkzjw2023-02-201-4/+21
|
* minor reformattingclarkzjw2023-02-201-2/+5
|
* implemented basic functions:clarkzjw2023-02-201-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 exampleclarkzjw2023-02-201-0/+18
|
* add mastodon.py exampleclarkzjw2023-02-201-0/+0
    Powered by cgit v1.2.3 (git 2.41.0)