buddhirangana / Info-Bot

A simple Telegram bot develop using python-telegram-bot library

Home Page:https://t.me/tecroominfo_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEC ROOM INFO BOT 🤖

TEC ROOM official website and all other social media links are available through this bot.

Requirements

Installation

Install this module via pip and conda with the below command.

# installing via pip
pip install python-telegram-bot

# installing via conda
conda install -c conda-forge python-telegram-bot

Run the program.

python3 bot.py

Usage

First, clone this repo:

git clone https://github.com/buddhirangana/Info-Bot
cd Info-Bot

To run the bot, change the "BOT_TOKEN" string in the line #8 with the token of your bot. Also change website url, social media links and some details your own.

Bot Commands

Command Description
/help To see the commands available
/about About TEC ROOM
/website To get the Website URL
/facebook To get the Facebook page URL
/youtube To get the YouTube channel URL
/instagram To get the Instagram profile URL
/linkedin To get the LinkedIn URL
/twitter To get the Twitter URL
/tiktok To get the TikTok URL
/pinterest To get the Pinterest URL
/telegram To get the Telegram URL

License

See the LICENSE file for license rights and limitations (MIT).

About

A simple Telegram bot develop using python-telegram-bot library

https://t.me/tecroominfo_bot

License:MIT License


Languages

Language:Python 99.6%Language:Procfile 0.4%