Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/realslimshanky/telegram-bot-bootcamp
- Owner: realslimshanky
- License: mit
- Created: 2018-09-01T23:05:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T02:34:13.000Z (over 1 year ago)
- Last Synced: 2023-03-04T13:45:43.756Z (over 1 year ago)
- Topics: python, python3, telegram, telegram-bot, telegram-bot-api
- Language: Python
- Size: 202 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)