Game of Thrones: Who spoke the most, and what?
A simple word cloud from GOT script.
@bevsxyz Mm, doesn't look like that worked. Though I hope you get it to work. I was contemplating Hugo and Mastodon comments as well.
@trinsec I can get our toots in get request. The guides i found for Hugo seem to be complicated for me(because of the javascript ofcourse). Well enough for the day I'm gonna sleep. If I figure it out i will be adding it to the wowchemy theme and maybe even write another blog😂 addressing my roadblocks.
@trinsec
```bash
curl https://qoto.org/api/v1/statuses/109399795717279616/context
```
That's the simple curl i did. The json response seems intuitive. I will just have to figure out how the others mapped it to the ui.
@trinsec Okay for some reason, the get request from the code is denied!
```
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://qoto.org/api/v1/statuses/109399795717279616/context. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘*, *’).
```
I am not sure if it is some server setting that only the admin can do something about.