aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-20 13:47:26 -0800
committerclarkzjw <[email protected]>2023-02-20 13:47:26 -0800
commitf7f99f41e768e6740adbf2ee708488b29fe6265a (patch)
tree125b6ec833af57b2ec1813309506dbe6b791b35f /.gitignore
parent3a230798be1bc63b363cf75b8b1cae3a508cca84 (diff)
downloadswarm2fediverse-f7f99f41e768e6740adbf2ee708488b29fe6265a.tar.gz
implemented basic functions:
- 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fdccc84..eb701d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
1foursquare/location_example.json 1foursquare/location_example.json
2config.ini 2config.ini
3.idea/ 3.idea/
4fsq_poi.db
4# Byte-compiled / optimized / DLL files 5# Byte-compiled / optimized / DLL files
5__pycache__/ 6__pycache__/
6*.py[cod] 7*.py[cod]
Powered by cgit v1.2.3 (git 2.41.0)