aboutsummaryrefslogtreecommitdiff
path: root/bot.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/+3
|
* attach top popular photo to mastodon media postclarkzjw2023-02-201-3/+12
|
* minor reformattingclarkzjw2023-02-201-5/+7
|
* implemented basic functions:clarkzjw2023-02-201-23/+24
| | | | | | | | - 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-2/+16
|
* add python-telegram-bot inline keyboard exampleclarkzjw2023-02-201-0/+79
    Powered by cgit v1.2.3 (git 2.41.0)