Skip to content

Deploy telegram bot server in github workflows.

License

Notifications You must be signed in to change notification settings

longtree/telegram-bot-server

 
 

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.

About

Deploy telegram bot server in github workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%