Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarts/golang_news
The source powering Twitter account http://twitter.com/golang_news
https://github.com/haarts/golang_news
Last synced: 9 days ago
JSON representation
The source powering Twitter account http://twitter.com/golang_news
- Host: GitHub
- URL: https://github.com/haarts/golang_news
- Owner: haarts
- Created: 2013-12-03T07:23:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T12:03:43.000Z (over 4 years ago)
- Last Synced: 2023-04-10T18:55:17.078Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 38
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @golang_news
This tiny piece of Go code powers the Golang News account at [Twitter](http://twitter.com/golang_news).It checks [HackerNews](http://news.ycombinator.com), [Reddit](http://www.reddit.com/r/golang) and the official
[Go blog](http://blog.golang.org/) for new content.## Build
`$ go build`
### Plugins
```shell
$ cd plugins/golang_news
$ go build -buildmode=plugin
```## Run
Add your credential of your personal twitter bot to `settings.json`, look at
`settings.json.example` for, well, an example.The settings file is expect to be in the same directory as the executable.
Finally run the binary with the first argument pointing to the plugin (`*.so`
file):```shell
$ ./golang_news plugins/golang_news/golang_news.so
```