Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egorsmkv/feed-supermaster
- Owner: egorsmkv
- License: mit
- Created: 2024-04-16T10:14:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T11:30:21.000Z (3 months ago)
- Last Synced: 2024-08-22T11:53:45.203Z (3 months ago)
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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 groupGet 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 .