https://github.com/crossle/hacker-news-mixin-bot
Post new hot stories from Hacker News to Mixin bot (Mixin ID: 7000100124)
https://github.com/crossle/hacker-news-mixin-bot
hacker-news mixin mixin-bot
Last synced: 7 months ago
JSON representation
Post new hot stories from Hacker News to Mixin bot (Mixin ID: 7000100124)
- Host: GitHub
- URL: https://github.com/crossle/hacker-news-mixin-bot
- Owner: crossle
- License: mit
- Created: 2018-04-27T08:27:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T12:06:24.000Z (over 2 years ago)
- Last Synced: 2025-02-28T13:18:23.257Z (7 months ago)
- Topics: hacker-news, mixin, mixin-bot
- Language: Go
- Homepage:
- Size: 307 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.db
- License: LICENSE
Awesome Lists containing this project
README
# Hacker News Mixin bot
Go implementation of Mixin bot that posts new hot Hacker News stories to Mixin Messeger## Build
1. [**Obtain your own Mixin bot app key**](https://developers.mixin.one/dashboard), fill `config/config.go` api key and secret...
2. Got dependencies and run `go build`
3. Launch two services `./hacker-news-mixin-bot -service blaze` and `./hacker-news-mixin-bot -service news`