mit-ccc / twclient

A high-level analytics-focused client for the Twitter API
https://mit-ccc.github.io/twclient
Other
0 stars 0 forks source link

Multithreading #2

Open wwbrannon opened 4 years ago

wwbrannon commented 4 years ago

This application is heavily IO-bound but also single-threaded, which limits throughput and especially ability to make use of multiple sets of Twitter creds. It should be able to multiplex access to the Twitter API up to rate limit of provided creds.

wwbrannon commented 4 years ago

Blocked on #3