Bot made with golang for follow and track discord medeiro tech people workout.
Key Features • How To Use • Credits • License
## Key Features - /inscrever: first of all you need to subscribe in the bot count. - /ta-pago: submit your workout, this command will submit your count at the total. (soon with modal that you will need submit some picture) - /ranking: this command shows the list of the most workout doer. ## How To Use To clone and run this application, you'll need [Git](https://git-scm.com) and [Golang](https://nodejs.org/en/download/) with the .env variables in hand ```bash # Clone this repository $ git clone https://github.com/leoff00/ta-pago-bot # Go into the repository $ cd ta-pago-bot # Install dependencies $ make install # Run the app $ make local ``` ## Credits This software uses the following open source packages: - [golang](https://go.dev/) - [discordgo](https://github.com/bwmarrin/discordgo) - [viper](https://github.com/spf13/viper) - [sqlite3](https://www.sqlite.org/index.html) - [docker](https://www.docker.com/) ## License MIT ---