pushshift / token_manager

Code to handle multiple Twitter user access tokens when making requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

Token Manager is used to coordinate the use of many Twitter user auth access keys so that they can be pooled together and treated as one large request pool.

This can be expanded to include worker threads or processes to make many calls to the Twitter API using a pool of user keys.

Token Manager keeps track of rate-limit data per key per API endpoint.

About

Code to handle multiple Twitter user access tokens when making requests


Languages

Language:Python 100.0%