Skip to content

Latest commit

 

History

History
110 lines (84 loc) · 3.79 KB

README.md

File metadata and controls

110 lines (84 loc) · 3.79 KB

Adan-Bot is the first bot in the community (hence its name) that will evolve, gradually acquiring numerous implicit features, making it increasingly better.

Installation

From source

Use the Go toolchain to fetch the module.

$ go install github.com/Golang-Venezuela/adan-bot/cmd/adan-bot

Important

You need to add Go installed binaries directory to your PATH.

$ export PATH="$(go env "GOPATH")/bin:$PATH"

How to run

$ TELEGRAM_APITOKEN="YOUR_BOT_TOKEN" adan-bot

Features

  • Hola Mundo.
  • Events calendar.
  • Structure of the repo.
  • Captcha for new users. (ref. join captcha bot)
  • Create databases (Validate SurrealDB) with the members of the Group
  • Notification to the group when a PR is created
  • Notification of new deploy
  • Remove and ban users

CI/CD

  • Add Contributing sections
  • Automatic CHANGELOG
  • Add Linter pipeline
  • Test with coverage (50%)

Built With

  • Go
  • telegram-api
  • Docker

Contributing

See contribution guide for more information.

License

Distributed under the MIT License. See LICENSE file for more information.