This is the collection service of newsbot to pull articles from the web.
James Tombleson
2b959e140c
* updated db calls to new endpoints. Not all are finished yet * updated models to use the new dto objects to hide orm values * updated reddit to build articles based on what type of post it is * getting reddit ready to post the articles to the db * Now able to post to the db under the new DTO object * moved the reddit model to articles model to the struct and out of main |
||
---|---|---|
.github/workflows | ||
.vscode | ||
database | ||
domain/model | ||
routes | ||
services | ||
.gitignore | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
main.go | ||
makefile | ||
README.md | ||
scheduler.go |
newsbot.collector.api
This is the collection service of newsbot to pull articles from the web.