项目作者: p4kl0nc4t

项目描述 :
WhatsApp chatbot for school assignment management.
高级语言: Go
项目地址: git://github.com/p4kl0nc4t/iceberg.git
创建时间: 2020-03-23T10:53:01Z
项目社区:https://github.com/p4kl0nc4t/iceberg

开源协议:MIT License

下载


Iceberg

Iceberg is a WhatsApp chatbot designed to manage school assignments. This is my first Golang project. It was built using go-whatsapp library (https://github.com/Rhymen/go-whatsapp). It also uses a MySQL database to save assignment records. This project is not well-documented but some things should be self-explanatory.

Installation

If you don’t want to build from source, go ahead and check out the Releases page.

Building from source

  1. git clone https://github.com/ttycelery/iceberg
  2. cd iceberg
  3. go build .

Usage

Before using, make sure you have a working MySQL database, a device with WhatsApp installed, and a good internet connection.

  1. Set up a configuration file based on this template.
  2. Run iceberg -config path_to_config.yml.
  3. Scan the shown barcode.
  4. It is up and running!

License

This project is licensed with MIT License.

Contribution

Feel free to contribute to this project. Any kind of contribution is really appreciated.