Skip to content

Code4SierraLeone/MWashBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWashBot

This telegram bot is an extension of the MWash website.

Configuration

Get the Bot Token from Telegrams's BotFather

Add the token here on line 3

define('BOT_TOKEN', '');

Update the database configuration on line 128

$hostname = ''; $dbname = ''; $username = ''; $password = '';

Add the host URL on line 275

define('WEBHOOK_URL', '');

Set the Webhook URL by sending a http request on your browser or terminal

https://api.telegram.org/[bot_token]/setWebhook?url=https://www.example.com

Run the composer install command in the root of the cloned project's directory. This command will download and install the dependencies.

About

A Telegram Bot Extension For MWash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages