Telegram Bot that sends the classic Furcadia "welcome" when a new user joins a chat.
Simply invite @vrrrrrelcome_bot to your Telegram channel and it will automatically start welcoming new users.
- Install the latest version of Python
- Use the command shell to install
python-telegram-botfrom PyPI:pip install python-telegram-bot - Create a new bot account using BotFather
- Use the
/newbotcommand to create a new bot - Be sure to note the token (keep it safe and store it securely!)
- Use the
- Start the bot using the newly minted token:
set TELEGRAM_TOKEN=... python vrrrrrelcome-bot

