semantic-systems / coypu-feeds

Apache License 2.0
0 stars 0 forks source link

🕵️ use alpha-3 to represent country #1

Closed junbohuang closed 1 year ago

junbohuang commented 1 year ago

https://www.iban.com/country-codes This will simplify the use of this API in the context of Coypu, since alpha-3 is used everywhere in Coypu.

But I am not sure about the list of countries supported by RSS and GDELT.

as311-ops commented 1 year ago

Yes, alpha-3 would be very useful as a filter criteria!

as311-ops commented 1 year ago

Are there categories in GDELT? e.g. everything about violent protests or natural disasters? Sometimes I do not have the necessary keywords, so categories would be more convenient for the API.

junbohuang commented 1 year ago

Are there categories in GDELT? e.g. everything about violent protests or natural disasters? Sometimes I do not have the necessary keywords, so categories would be more convenient for the API.

no unfortunately. We have only raw articles without annotation from GDELT. Perhaps the old news has it (#TODO). But for new news, the idea is to run an event detector there.

as311-ops commented 1 year ago

Also: How do I use multiple keywords?

as311-ops commented 1 year ago

FYI: To have some proper demonstrators I am currently stitching some CoyPu APIs together to analyze suppliers from major brands like Adidas for possible disruptions. Daily and automated, about 1.000 suppliers worldwide. I would also integrate your API next week, when alpha-3 is available.

junbohuang commented 1 year ago

Also: How do I use multiple keywords?

separate them with ; @rudygarrido can you add this in the README?

junbohuang commented 1 year ago

alpha-3 integration is WIP

rudygarrido commented 1 year ago

The separation with semicolons is already in the README. I'll try to make it easier to spot or in a clearer way.

rudygarrido commented 1 year ago

Semicolon separation has been made clearer in the README ✅ Should be visible once the main branch gets merged.

rudygarrido commented 1 year ago

Alpha-3 implemented ✅ README has been updated with the main branch merge