Skip to content

Just another Telegram bot that can welcome your group's new members.

Notifications You must be signed in to change notification settings

juandjara/maria-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaríaBot

Just another Telegram bot that can welcome your group's new members.

This bot was created for Andalucía Developers group. If you want to use it for your own group, please fork it, edit it with your info, and host whatever you want.

Development and ussage

Clone the repo.

git clone https://github.com/JuanjoSalvador/maria-bot.git

Set up a virtual environment

virtualenv env
source env/bin/activate

Install the requirements

pip install -r src/requirements.txt

Edit the API key to add yours on src/mariabot.py

And run it using my manager!

bin/manager.sh start

Contribute

Check the issues page and find whatever you can fix. I'm glad to recieve new pull requests.

About

Just another Telegram bot that can welcome your group's new members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • Shell 24.1%