newsbot-api/services
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
..
cache Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
config Features/twitch (#7) 2022-05-15 21:48:23 -07:00
cron Features/twitch (#7) 2022-05-15 21:48:23 -07:00
common.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00
ffxiv.go Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
ffxiv_test.go Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
httpClient.go 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
reddit.go Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
reddit_test.go Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
twitch.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00
twitch_test.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00
youtube.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00
youtube_test.go Features/twitch (#7) 2022-05-15 21:48:23 -07:00