Skip to content

Releases: danizord/telecli

v0.2.0

04 Jan 06:10
6422489

Choose a tag to compare

Changed

  • tg updates poll without --timeout now loops indefinitely with 50s internal timeout until updates arrive
  • tg updates poll --timeout N performs a single poll (useful for hooks and scripts)
  • Updated polling documentation and examples to reflect new behavior

v0.1.0

04 Jan 05:55
7d87d8d

Choose a tag to compare

Initial release of Telecli - a thin, zero-dependency CLI wrapper around the Telegram Bot API.

Highlights

  • Full Telegram Bot API coverage: messages, media, chats, members, polls, forums, reactions, files, location, inline queries, payments, and more
  • Global installation: bun add -g telecli
  • Token management: Store token via tg config token or use TELEGRAM_BOT_TOKEN env var
  • JSON output: Machine-readable responses for AI agents and scripts
  • Claude Code plugin: Skill, slash commands, and automatic polling hook

Installation

bun add -g telecli
tg config token YOUR_BOT_TOKEN
tg me

Full Changelog

See CHANGELOG.md for details.