This is the collection service of newsbot to pull articles from the web.
Go to file
James Tombleson a1324ee1c1
Features/output discord (#12)
* basic output looks to be working

* cron was updated to add to the queue and post messages

* new route to make discord webhook subscriptions

* updated swag tags

* swag

* Updated delete subscription call

* removed the time value as it throws off the msg template

* updated logging

* updated swagger

* updated new subscription route

* Updated logging and remove items from the queue if they dont have a subscription

* updated getArticles to return the 50 newest for the portal

* added endpoint to see if an item exists already

* formatting

* updated listArticles

* added colors and updated the image

* Updated to use the pointer in twitch

* added the twitch login command to cron... it works now

* found a better way to disable http2 for reddit. Test worked right away too

* updated the cron tasks to run collected once and hour or longer depending on the service
2022-07-12 15:28:31 -07:00
.github/workflows Feature/sql (#8) 2022-06-08 21:17:08 -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/output discord (#12) 2022-07-12 15:28:31 -07:00
databaseRest Feature/sql (#8) 2022-06-08 21:17:08 -07:00
docs Features/output discord (#12) 2022-07-12 15:28:31 -07:00
domain Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
routes Features/output discord (#12) 2022-07-12 15:28:31 -07:00
services Features/output discord (#12) 2022-07-12 15:28:31 -07:00
.gitignore Basic routes have been added (#10) 2022-06-19 22:02:44 -07:00
Dockerfile Feature/sql (#8) 2022-06-08 21:17:08 -07:00
README.md Initial commit 2022-04-02 10:01:57 -07:00
go.mod Basic routes have been added (#10) 2022-06-19 22:02:44 -07:00
go.sum Basic routes have been added (#10) 2022-06-19 22:02:44 -07:00
main.go Basic routes have been added (#10) 2022-06-19 22:02:44 -07:00
makefile Basic routes have been added (#10) 2022-06-19 22:02:44 -07:00
sqlc.yaml Feature/sql (#8) 2022-06-08 21:17:08 -07:00

README.md

newsbot.collector.api

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