Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.3 KB

Welcome-BOT(To GDG)

Welcome-BOT(To GDG)

Welcome To GDG it's a simple telegram bot. His job is to say "Welcome" to new members of telegram group, and invite them to join the GDG Catania Forum.

What is a GDG (Google Developers Group) ?

Google Developer Groups are for developers who are interested in Google's developer technology. A GDG can take many forms -- from just a few people getting together, to large gatherings with demos and tech talks, to events like code sprints and hackathons. As of March 2015, there are currently 600+ GDGs worldwide.

Configure Welcome To GDG in other telegram group

Despite this bot is designed for the GDG group you can easily download the bot and use it in any other group to welcome new users! That's how:

For execute the bot your system needs:

  • python2
  • python-pip

Install python-telegram-bot with pip

pip install python-telegram-bot --upgrade

Config:

  • Edit config/welcome_message.html with your welcome message.
  • Rename config/token.conf.dist in config/token.conf and paste your token received from BotFather.