Skip to content

kudanai/maale-map-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Male' Map TelegramBot

A simple TelegramBot to fetch residential addresses in Male', Maldives. The bot can be queried inline or directly.

sample .env file

DEBUG=false
SQLITE_SOURCE=databases/maalemap.db

MAPBOT_API_TOKEN=telegramtoken
MAPBOT_API_TOKEN_VIBER=vibertoken

# enable webhook support
WEBHOOK_URL=https://google.com
WEBHOOK_PATH=/maalemaps/bot

# local service
WEBAPP_HOST=0.0.0.0
#WEBAPP_PORT=8443

Testing

for testing webhooks, uncomment the following lines

from pyngrok import ngrok
WEBHOOK_URL = ngrok.connect(WEBAPP_PORT).replace("http", "https").rstrip("/")

About

Male' Map Telegram Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published