dronefly-garden / dronefly

Red Discord Bot V3 cogs for naturalists.
Other
16 stars 3 forks source link

taxon/tab embeds: support fast & accurate updates #141

Open synrg opened 3 years ago

synrg commented 3 years ago

The idea is to no longer tear apart these embeds with regexes on a freshly fetched copy of the embed from the channel each time they are updated, but rather to:

synrg commented 3 years ago

This is going to take a while, and some iNat API endpoints are known to return wrong results when given user_id=login1,login2,... as a parameter, throwing the total count of observations off, so we need a mid-term workaround for that instead of continuing to aggravate users with obviously wrong totals:

1108972d4afcee17260bd0fb029b24725c1f5428 still uses the old approach but takes the list of user ids for the total from the user_id=# parameters in each listed URL instead of from each listed login in the table.