HunterLarco / twitter-v2

An asynchronous client library for the Twitter REST and Streaming API's
MIT License
163 stars 35 forks source link

Improve stream examples with the `includes` object #92

Open DavidLibeau opened 3 years ago

DavidLibeau commented 3 years ago

If you want to use Twitter API's expansions, you will retrieve an includes object (see: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/using-fields-and-expansions). The examples code should have it.

It is a quick fix, maybe it needs to be checked before.