Commit graph

11 commits

Author SHA1 Message Date
60addbef43
Update README.md 2021-06-17 13:08:15 +02:00
c554f5a356
Update README.md 2021-02-08 12:47:14 +01:00
8894f3c6e0 Added support for /profile/ pages
Custom avatars now appear on `/profile/` pages. Thanks to u/ChristopherKlay on Reddit for suggesting querySelector wildcards.

Added some comments.
2021-02-08 12:01:09 +01:00
e51ee8e382
Added link to StadiaAvatar bot on Stadia
https://stadia.google.com/profile/8288375653325783432
2021-02-06 06:07:23 +01:00
d3ab9fae75 Concat of friends and messages array
Concatinating friends and messages for bulk processing.

Added empty catch() and response.status check on getStadiaAvatar() to ignore all missing avatars. (Default to Stadia avatar)

Changing HTTP Response code from 404 to 200 for missing avatars (but a userID was supplied). CORS headers are not set for error pages in NGINX. This oculd be adressed by recompiling NGINX with more_headers.
2021-02-06 05:58:54 +01:00
a51f5ac8b5
Create README.md 2021-02-05 17:50:47 +01:00
c90b64b671 Moved userscripts to repo root.
Added client userscript in a "proof of concept" state of readiness.

The bot userscript is neat and tidy, it works very well too.

Added additional comments.
2021-02-05 16:05:46 +01:00
b586850c26 Added StadiaAvatarDB and created Gravatar
Added new extension of DBConnector called StadiaAvatarDB. This class contains all avatar manipulation queries.

Fixed get and update.

Added Gravatar hash generator.
2021-02-05 06:03:51 +01:00
ef58aa530e Added DB interface and get/update endpoints.
The bot userscript is now fully operational, the only thing left to do is to make it send the actual payload we need for the endpoint.

Added setup for MySQL database.

Added DB interface with a concept-stage set/update endpoint.
2021-02-04 17:50:24 +01:00
51a70545b0 Bot userscript draft and folder structure 2021-02-04 03:36:31 +01:00
Victor Westerlund
30fb63360c
Initial commit 2021-02-03 23:49:16 +01:00