https://github.com/DazFather/calenDaggerbill
Telegram bot for managing event and calendar, written in Go and powerade by Parr(B)ot framework
https://github.com/DazFather/calenDaggerbill
calendar go golang telegram-bot
Last synced: 5 months ago
JSON representation
Telegram bot for managing event and calendar, written in Go and powerade by Parr(B)ot framework
- Host: GitHub
- URL: https://github.com/DazFather/calenDaggerbill
- Owner: DazFather
- Created: 2022-08-17T22:06:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T15:23:17.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:28:46.893Z (9 months ago)
- Topics: calendar, go, golang, telegram-bot
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - calenDaggerbill
README
# CalenDaggerbill
Telegram bot for booking events
Powerade by my own framework [Parr(B)ot](https://github.com/DazFather/parrbot)> **Warning: W.I.P.**
> This project is still work in progress. All the features are highly experimental and can not be consider by any mean stable or secure.## Set-up
- Clone this repository and build using the command "`go build`" on your terminal (make sure to have [Go](https://go.dev/) installed, check [go.mod](./go.mod) for the minimal version required)
- Use [@BotFather](https:/t.me/BotFather) to create your own bot and copy the API TOKEN. Remember to set [privacy mode](https://core.telegram.org/bots#privacy-mode) off to be able to catch also hashtags in messages that don't start with "/"
- Run the bot and use as argument or the API TOKEN, or save it on a _".txt"_ file and use `--readfrom ` followed by the file path. Like this: `.\hashtagCatcher.exe --readfrom myFile.txt`