massierc / biodiversipy-bot

Telegram bot for biodiversipy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Biodiversipy Bot

biodiversipy's Telegram bot.

Run your own instance

Create a gcloud function:

gcloud functions deploy <bot_name> --set-env-vars "TELEGRAM_TOKEN=<TELEGRAM_TOKEN>" --runtime python38 --trigger-http --project=<gcloud_project_id> --region=<region>

Set up webhook:

curl "https://api.telegram.org/bot<TELEGRAM_TOKEN>/setWebhook?url=<URL>"

About

Telegram bot for biodiversipy


Languages

Language:Python 98.5%Language:Makefile 1.5%