This is the collection service of newsbot to pull articles from the web.
Go to file
James Tombleson 333a4f5345
Features/twitch (#7)
* ran go mod tity

* updated formatting and moved to using some common errors

* some common source errors

* bumped go version

* a bulk of the work has been completed to parse twitch videos/users

* Added twitch config values

* added common errors

* moved the scheduler to its own package to get it out of main and also start adding tests

* added a new err for invalid author images

* Updated an error used

* tests updated to avoid name duplication

* new func to replace the cached source recor and updated getcontent to return collected posts

* updated scheduler ref

* moved to services/cron
2022-05-15 21:48:23 -07:00
.github/workflows Create go-build.yml (#4) 2022-04-13 17:01:11 -07:00
.vscode Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
database Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
domain Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
routes Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
services Features/twitch (#7) 2022-05-15 21:48:23 -07:00
.gitignore Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
Dockerfile Features/twitch (#7) 2022-05-15 21:48:23 -07:00
README.md Initial commit 2022-04-02 10:01:57 -07:00
go.mod Features/twitch (#7) 2022-05-15 21:48:23 -07:00
go.sum Features/twitch (#7) 2022-05-15 21:48:23 -07:00
main.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00
makefile got docker building with the correct binary (#1) 2022-04-02 12:09:43 -07:00

README.md

newsbot.collector.api

This is the collection service of newsbot to pull articles from the web.