Skip to content

Telegram Bot Server

Actions
Deploy telegram bot server in github workflows
v1
Latest
By zjns
Star (15)

Tags

 (1)

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.

Telegram Bot Server is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy telegram bot server in github workflows
v1
Latest
By zjns

Tags

 (1)

Telegram Bot Server is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.