Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omrigan/logbot
Simple telegram bot for logging arbitrary events
https://github.com/omrigan/logbot
csv golang influxdb telegram-bot
Last synced: 27 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T19:47:23.000Z (about 3 years ago)
- Last Synced: 2024-10-29T14:39:21.092Z (3 months 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]
test1logbot test, [12/26/21 10:21 PM]
Item test1 receivedlogbot test, [12/26/21 10:21 PM]
optionOleg Vasilev, [12/26/21 10:21 PM]
opt1logbot test, [12/26/21 10:21 PM]
Option opt1 receivedlogbot test, [12/26/21 10:21 PM]
26 Dec 21 22:21 MSKOleg Vasilev, [12/26/21 10:21 PM]
donelogbot test, [12/26/21 10:21 PM]
Recorded
item: test1
param: opt1
comment: ""
ts: 2021-12-26T22:21:37.240956472+03:00
```