Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realslimshanky/telegram-bot-bootcamp

This repository holds code to be used during Telegram Bot Bootcamp.
https://github.com/realslimshanky/telegram-bot-bootcamp

python python3 telegram telegram-bot telegram-bot-api

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Telegram Bot Bootcamp

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

### Slides

[slides.com/realslimshanky/tbotpython](https://slides.com/realslimshanky/tbotpython)

### How To Deploy

__Cloning this repository__
```bash
$ git clone https://github.com/realslimshanky/Telegram-Bot-Bootcamp.git
$ cd Telegram-Bot-Bootcamp/
```

__Installing Dependencies__
```bash
$ pip3 install pipenv
$ pipenv install
$ pipenv shell
```

__Running Jupyter Notebook__
```Bash
$ jupyter notebook
```

__Running Sample Bot__
```Bash
$ python sample_bot.py
```

### To Be/Used in following Bootcamps

- LinuxChix India Meetup - [2nd September, 2018](https://www.meetup.com/LinuxChix-India-Meetup/events/hkjxzpyxmbdb/)