Béatrice Mazoyer

Results 11 comments of Béatrice Mazoyer

New alt_text field should include image description when available https://twittercommunity.com/t/media-alt-text-field-now-available-in-twitter-api-v2/157939

"we are announcing the deprecation of the [v1.1 streaming statuses/filter endpoint](https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-realtime/api-reference/post-statuses-filter), with a formal deprecation date of March 9, 2023."

Too big stack files could be solved by saving them by packets of say 50,000 tweets and unpacking them at reload one by one before launching the collections

I reproduce the error reported by @Ulytor65 with a valid V1 key: ERROR - Error while accessing the Twitter API, please retry: Twitter sent status 404 for URL: 1.1/statuses/filter.json using...

Hello @Ulytor65 , Version 1.5.0 should fix your issue. I know you switched to another tool, but if you had time to upgrade gazouilloire (pip install --upgrade gazouilloire) and re-test...

Monoindex should contain everything from the past, multi-index the future, and no duplicates.

When this is done, the documentation should be updated (https://github.com/medialab/gazouilloire/blob/multiindex/doc/multiindex.md#can-i-switch-a-corpus-from-mono-index-to-multi-index-or-reciprocally)

- [ ] Load a payload to test indexing and export - [ ] Post some tweets during tests to test search and stream

- document the fact that wildcards work with search and not with stream - prevent wildcard-keywords from being queried with the stream in run.py