Skip to content

Renolin7/bot-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot

Build Status

Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. You control your bots using HTTPS requests to our Bot API.

What can this bot do?

This bot was created to manage online class meet links.

New features !

  • Added inline buttons to make queries easier.
  • Added inline keyboard buttons for faster replies.

Installation

This bot is created using python.

Installation on termux

Installing required packages

$ pkg install git
$ pkg install python

Installing required python package

$ pip install requests
$ pip install os
$ pip install json

Cloning GitHub repository

$ cd /path/to/cloning/repo
$ git clone https://github.com/Renolin7/telegram-bot

Hosting the bot (requires internet)

$ cd /path/to/repo
$ python index.py

Installation on windows PC

  • Clone the repo into your PC.
  • You can run on any python IDE or editor.
  • Run the index.py file (requires internet)

Note

  • You can edit the bot as you wish.
  • You can deploy on heroku (or) pythonanywhere to run your bot 24x7.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages