Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egorsmkv/feed-supermaster

https://github.com/egorsmkv/feed-master with some changes
https://github.com/egorsmkv/feed-supermaster

Last synced: 26 days ago
JSON representation

https://github.com/egorsmkv/feed-master with some changes

Awesome Lists containing this project

README

        

Changes:

- Remove unnecessary stuff (see the mother repo - https://github.com/umputun/feed-master - for that stuff)
- Use a telegram bot to publish news to a group

Get the chat ID value using the command /chat_id after adding the bot to a group.

Build in DEV:

go build -race -o feed-master app/main.go

Build in RELEASE:

go build -ldflags="-s -w" -o feed-master app/main.go

Dev:

golangci-lint run -c .golangci.yml ./...
betteralign -apply ./...
nilaway ./...
deadcode ./...

gofumpt -l -w .