aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bot: implement /logout commandclarkzjw2023-02-235-2/+16
|
* bot: implement /list commandclarkzjw2023-02-233-3/+26
|
* Merge branch 'feature/update_menu'clarkzjw2023-02-232-5/+30
|\ | | | | | | bot: fix mastodon.py missing in status.update()
| * fix mastodon.py missing in status.update()clarkzjw2023-02-232-5/+30
|/
* Merge branch 'feature/oauth-pleroma'clarkzjw2023-02-235-15/+64
|\ | | | | | | | | - bot: support pleroma instances - 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: support pleroma instancesclarkzjw2023-02-235-15/+64
|/ | | | - status_update() in mastodon.py currently doesn't support content_type, thus it still fallbacks to text/plain on pleroma instances when adding comments
* Merge branch 'feature/encryption'clarkzjw2023-02-237-19/+36
|\ | | | | | | - bot: encrypt access_key with cryptography.fernet library
| * bot: encrypt access_key with cryptography.fernet libraryclarkzjw2023-02-237-19/+36
|/
* bot: update READMEclarkzjw2023-02-231-3/+3
|
* update READMEclarkzjw2023-02-233-15/+29
|
* update TODOclarkzjw2023-02-231-0/+1
|
* bot: add command templatesclarkzjw2023-02-235-11/+60
|
* remove outdated configclarkzjw2023-02-233-17/+0
|
* bot: multi user workingclarkzjw2023-02-233-22/+42
|
* bot: fix login flowclarkzjw2023-02-232-1/+19
|
* bot: change create_poi to create_or_update_poiclarkzjw2023-02-233-6/+6
|
* bot: set default toot visibility to privateclarkzjw2023-02-235-9/+10
|
* bot: test peewee sqlite3clarkzjw2023-02-239-85/+139
|
* fix oauth login flowclarkzjw2023-02-234-27/+34
|
* create oauth app before user loginclarkzjw2023-02-232-5/+8
|
* bot: support Mastodon OAuth2 loginclarkzjw2023-02-238-204/+171
| | | | | | | | | | | | | | | | test callback test mastodon callback test callback clean customwebhook example bot: test oauth login test callback url test callback
* update TODOclarkzjw2023-02-221-1/+1
|
* support image captionclarkzjw2023-02-221-12/+15
|
* remove some redundant code blocksclarkzjw2023-02-222-90/+91
|
* more code formattingclarkzjw2023-02-224-138/+136
|
* fix /cancel flowclarkzjw2023-02-223-16/+25
|
* add custom webhook exampleclarkzjw2023-02-223-13/+236
|
* update TODOclarkzjw2023-02-211-1/+0
|
* optimize importsclarkzjw2023-02-214-30/+12
|
* refactoring codeclarkzjw2023-02-214-325/+339
|
* renaming functionsclarkzjw2023-02-213-188/+104
|
* support manually adding placesclarkzjw2023-02-211-62/+121
|
* handle telegram built venue locationclarkzjw2023-02-211-7/+41
|
* update conversation flowclarkzjw2023-02-211-11/+21
|
* refine conversation flow with some inline keyboardsclarkzjw2023-02-211-51/+83
|
* bot: enable location searchclarkzjw2023-02-213-34/+58
|
* make bot as a moduleclarkzjw2023-02-212-18/+16
|
* add setting handlerclarkzjw2023-02-211-41/+67
|
* Merge branch 'feature/poi_photo'clarkzjw2023-02-214-25/+236
|\ | | | | | | allow users to upload up to 4 photos when checking in
| * add allow_reentry=True to fix job queue exec without return to conversation ↵clarkzjw2023-02-211-6/+18
| | | | | | | | handler callbacks
| * add TODOclarkzjw2023-02-201-0/+3
| |
| * allow users to upload photosclarkzjw2023-02-201-30/+196
| |
| * add TODOclarkzjw2023-02-201-0/+1
| |
| * add TODOclarkzjw2023-02-201-0/+3
| |
| * attach top popular photo to mastodon media postclarkzjw2023-02-203-8/+34
|/
* minor reformattingclarkzjw2023-02-204-7/+14
|
* basic featuresclarkzjw2023-02-2011-38/+147
|\
| * implemented basic functions:clarkzjw2023-02-2010-61/+111
| | | | | | | | | | | | | | | | - 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-204-27/+41
| |
| * ignore config.ini in .gitignoreclarkzjw2023-02-202-0/+4
| |
Powered by cgit v1.2.3 (git 2.41.0)