Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanjosalvador/maria-bot
Just another Telegram bot that can welcome your group's new members.
https://github.com/juanjosalvador/maria-bot
Last synced: 8 days ago
JSON representation
Just another Telegram bot that can welcome your group's new members.
- Host: GitHub
- URL: https://github.com/juanjosalvador/maria-bot
- Owner: JuanjoSalvador
- License: mit
- Created: 2017-08-10T17:20:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:43:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:46:46.234Z (25 days ago)
- Language: Python
- Size: 131 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 environmentvirtualenv env
source env/bin/activate
Install the requirementspip 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.