https://github.com/karitham/otc
over to cloud, now.
https://github.com/karitham/otc
cloud discord dropbox golang
Last synced: about 2 months ago
JSON representation
over to cloud, now.
- Host: GitHub
- URL: https://github.com/karitham/otc
- Owner: karitham
- License: mit
- Created: 2021-06-09T16:59:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T08:18:37.000Z (about 5 years ago)
- Last Synced: 2025-03-15T15:33:43.181Z (over 1 year ago)
- Topics: cloud, discord, dropbox, golang
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# otc
**otc** -- out to cloud, has for goal to simplify storing files, or making database backups periodically.
## Installation
For now, you need the go toolchain to install otc
```sh
go install github.com/Karitham/otc@latest
```
## Examples
ping a google every 5 second and send the result in a discord file
```sh
otc cron --schedule 5s cmd --command ping --args '-c 1 google.com' discord --file 'ping-results.txt' --url $WEBHOOK_URL
```