aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* deploy: add Dockerfile and docker-compose.yamlclarkzjw2023-02-231-1/+1
|
* bot: support changing default toot visibilityclarkzjw2023-02-231-4/+30
|
* bot: implement /logout commandclarkzjw2023-02-231-0/+5
|
* bot: implement /list commandclarkzjw2023-02-231-0/+13
|
* - bot: support pleroma instancesclarkzjw2023-02-231-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 libraryclarkzjw2023-02-231-4/+2
|
* update READMEclarkzjw2023-02-231-0/+2
|
* bot: multi user workingclarkzjw2023-02-231-0/+9
|
* bot: fix login flowclarkzjw2023-02-231-0/+17
|
* bot: change create_poi to create_or_update_poiclarkzjw2023-02-231-4/+3
|
* bot: set default toot visibility to privateclarkzjw2023-02-231-0/+6
|
* bot: test peewee sqlite3clarkzjw2023-02-232-34/+59
|
* implemented basic functions:clarkzjw2023-02-201-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
    Powered by cgit v1.2.3 (git 2.41.0)