0.0.20 • Published 10 years ago

generator-telegram-bot v0.0.20

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

generator-telegram-bot Build Status

Yeoman generator

Getting Started

npm install -g yo
npm install -g generator-telegram-bot
yo telegram-bot
  • This will create your bot directory.
  • To start a bot use ./start.sh and to stop use: ./stop.sh
  • The logs are stored in bot.log
  • Perform message parsing in handlers.py

Changelog

0.0.20

  • Add support for sending documents
  • Add logger.debug appropriately

0.0.19

  • Fix the silliest bug of my life

0.0.18

  • Add support for sending non-text messages

0.0.17

  • Add support for non-text messages to the bot

0.0.16

  • Add logger availability to handlers

0.0.15

  • Add support for empty responses

0.0.14

  • Add handlers.py for modularity and code separation

0.0.13

  • Breaking change. Please delete auth_chats.yml, restart and reauthorize
0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago