aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* deploy: add Dockerfile and docker-compose.yamlclarkzjw2023-02-231-5/+6
|
* bot: support changing default toot visibilityclarkzjw2023-02-231-1/+1
|
* bot: implement /logout commandclarkzjw2023-02-231-0/+5
|
* bot: encrypt access_key with cryptography.fernet libraryclarkzjw2023-02-231-1/+1
|
* bot: add command templatesclarkzjw2023-02-231-0/+1
|
* remove outdated configclarkzjw2023-02-231-9/+0
|
* bot: set default toot visibility to privateclarkzjw2023-02-231-1/+0
|
* fix oauth login flowclarkzjw2023-02-231-0/+1
|
* bot: support Mastodon OAuth2 loginclarkzjw2023-02-231-1/+9
| | | | | | | | | | | | | | | | test callback test mastodon callback test callback clean customwebhook example bot: test oauth login test callback url test callback
* more code formattingclarkzjw2023-02-221-0/+6
|
* optimize importsclarkzjw2023-02-211-14/+0
|
* refactoring codeclarkzjw2023-02-211-0/+36
|
* renaming functionsclarkzjw2023-02-211-0/+2
|
* minor reformattingclarkzjw2023-02-201-0/+1
|
* implemented basic functions:clarkzjw2023-02-201-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 exampleclarkzjw2023-02-201-25/+5
|
* add python ini config exampleclarkzjw2023-02-201-0/+28
    Powered by cgit v1.2.3 (git 2.41.0)