An open API service indexing awesome lists of open source software.

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

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
```