https://github.com/if1live/makina
Twitter agent based on streaming API
https://github.com/if1live/makina
Last synced: 3 months ago
JSON representation
Twitter agent based on streaming API
- Host: GitHub
- URL: https://github.com/if1live/makina
- Owner: if1live
- Created: 2016-01-19T14:17:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T11:59:37.000Z (about 8 years ago)
- Last Synced: 2025-02-02T18:14:47.698Z (5 months ago)
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# makina
unknown## Run
```
go get -u ./...
go build# without log file (console log)
./makina# with log file
./makina -log=makina.log
```## Daemon
```
use makina.service$ sudo systemctl daemon-reload
$ sudo systemctl stop makina
$ sudo systemctl start makina
```