Skip to content

Instantly share code, notes, and snippets.

@vinovator
vinovator / vinbot.py
Created August 25, 2016 00:05
Python script to listen and respond to commands sent to Telegram bot. Uses telepot library.
# vinbot.py
# Python 3.5
"""
@vin_robot is my telegram bot; telegram.me/vin_robot
This python script listens to commands sent to bot and responds accordingly
"""
import telepot