Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 723 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 723 Bytes

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