Skip to content

Semelist/LoovCoin-telegram-bot

 
 

Repository files navigation

LovestarBot

LovestarBot is a Telegram bot for work with Facebook events. The bot works in conjunction with the vh-lovestars service

Setting up

  1. Install the composer libraries.
composer install
  1. Copy .env.example to .env
copy cp .env.example .env
  1. In the .env file set the link to your service API
API_URL=https://example.com/admin/telegram-api/
  1. In the .env file set the ID of your telegram bot
BOT_ID=example:example

Useful links for using the bot

Delete webhook https://api.telegram.org/bot{BOTID}/deleteWebhook

Set webhook https://api.telegram.org/bot{BOTID}/setWebhook?url=https://example/webhook.php

Get updates https://api.telegram.org/bot{BOTID}/getUpdates

License

GPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.6%
  • Dockerfile 0.4%