Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 344 Bytes

File metadata and controls

13 lines (10 loc) · 344 Bytes

Telegram Bot 框架 - 主體部份

概述

這是一台以模組理念下去製作的一個框架。

文件

參閱 docs 資料夾部份。

如何編譯?

  1. 執行 go build -o TGBot.run *.go
  2. 執行 ./TGBot.run 即可。

目前尚不支援 Windows 作業系統,若使用 Windows 10 可使用 Bash 子系統使用。:D