Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detunized/since-bot
Event tracking Telegram bot in Go
https://github.com/detunized/since-bot
bot go golang sql sqlite telegram telegram-bot
Last synced: 4 days ago
JSON representation
Event tracking Telegram bot in Go
- Host: GitHub
- URL: https://github.com/detunized/since-bot
- Owner: detunized
- License: mit
- Created: 2019-03-24T11:35:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T21:30:56.000Z (over 5 years ago)
- Last Synced: 2023-03-29T05:14:01.061Z (almost 2 years ago)
- Topics: bot, go, golang, sql, sqlite, telegram, telegram-bot
- Language: Go
- Homepage: https://detunized.net/series/telegram-bot-in-go/
- Size: 48.8 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Since (bot)
Event tracking Telegram bot written in Go. This is a toy project and it is
work in progress. It's another attempt to learn Go. I wrote (and keep writing)
a series of blog posts about this project on my [blog][blog], on [DEV][dev]
and on [Medium][medium].## License
The library is released under [the MIT license][mit]. See [LICENSE][license]
for details.[blog]: https://detunized.net/series/telegram-bot-in-go/
[dev]: https://dev.to/detunized/telegram-bot-in-go-3hd4
[medium]: https://medium.com/@detunized/telegram-bot-in-go-9956786f60d0[mit]: http://www.opensource.org/licenses/mit-license.php
[license]: LICENSE