/Telegram-Bot-Bootcamp

This repository holds code to be used during Telegram Bot Bootcamp.

Primary LanguagePythonMIT LicenseMIT

Telegram Bot Bootcamp

This repository holds code to be used during Telegram Bot Bootcamp.

Slides

slides.com/realslimshanky/tbotpython

How To Deploy

Cloning this repository

$ git clone https://github.com/realslimshanky/Telegram-Bot-Bootcamp.git
$ cd Telegram-Bot-Bootcamp/

Installing Dependencies

$ pip3 install pipenv
$ pipenv install
$ pipenv shell

Running Jupyter Notebook

$ jupyter notebook

Running Sample Bot

$ python sample_bot.py

To Be/Used in following Bootcamps