https://github.com/omrigan/logbot
Simple telegram bot for logging arbitrary events
https://github.com/omrigan/logbot
csv golang influxdb telegram-bot
Last synced: 12 months ago
JSON representation
Simple telegram bot for logging arbitrary events
- Host: GitHub
- URL: https://github.com/omrigan/logbot
- Owner: Omrigan
- License: other
- Created: 2021-03-30T23:13:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T19:47:23.000Z (about 4 years ago)
- Last Synced: 2025-02-09T08:44:14.084Z (about 1 year ago)
- Topics: csv, golang, influxdb, telegram-bot
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Logbot - simple telegram bot for logging arbitrary events
Supports writing to csv file or influxdb.
## Example
```
Oleg Vasilev, [12/26/21 10:21 PM]
test1
logbot test, [12/26/21 10:21 PM]
Item test1 received
logbot test, [12/26/21 10:21 PM]
option
Oleg Vasilev, [12/26/21 10:21 PM]
opt1
logbot test, [12/26/21 10:21 PM]
Option opt1 received
logbot test, [12/26/21 10:21 PM]
26 Dec 21 22:21 MSK
Oleg Vasilev, [12/26/21 10:21 PM]
done
logbot test, [12/26/21 10:21 PM]
Recorded
item: test1
param: opt1
comment: ""
ts: 2021-12-26T22:21:37.240956472+03:00
```