jheck
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by jheck-
Thanks Bibek! I just came with a very similar solution. But still one issue remains: are you able to get stream events older than 1 month ago? stream_position=0 events = client.events().get_event...
-
As a solution, I am trying to filter the events using the event_typeevents = client.events().get_events(limit=10000, stream_position=0) for e in events['entries']: if (e['event_type'] ...