Skip to content

zjns/telegram-bot-server

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Telegram Bot Server

This action allow you run a local telegram bot server in workflows.

With this action, you'll unlock some limitations, details in here. If you only need do something about telegram in github workflows, like upload a larger(bigger than 50MB) app to telegram channel when build finished, it's a good choice.

Usage

Inputs

  • api_id - Telegram api_id, required.
  • api_hash - Telegram api_hash, required.
  • server-port - Local server port to deploy, optional, default to 8088.

Outputs

  • server - Server address. it will be http://127.0.0.1:8088 if server-port not changed.

State

Only support Ubuntu now. Not support Windows and macOS yet.

License

The scripts and documentation in this project are released under the MIT License.