Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uditarora/ParallelTweepy
A parallel task scheduler for Tweepy
https://github.com/uditarora/ParallelTweepy
Last synced: 3 months ago
JSON representation
A parallel task scheduler for Tweepy
- Host: GitHub
- URL: https://github.com/uditarora/ParallelTweepy
- Owner: uditarora
- License: mit
- Created: 2019-03-02T11:43:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:48:24.000Z (about 4 years ago)
- Last Synced: 2024-08-03T18:13:51.881Z (7 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-twitter-tools - ParallelTweepy - A parallel task scheduler for Tweepy. (Tools)
README
# ParallelTweepy
A parallel task scheduler for Tweepy.## What is this?
ParallelTweepy allows you to use multiple Twitter API keys to run Twitter data collection jobs using the Tweepy library in parallel.## Why?
Twitter's rate limits make it difficult to collect a lot of data using a single API key. ParallelTweey enables you to enqueue data collection jobs using a easy to use module.## How To Use?
- `task_manager.py` defines the Task Scheduler that lets you schedule and execute tasks.
- `main.py` contains a sample of the type of tasks you can create and schedule using the `TaskManager`.
- You will need to store your Twitter API keys as per the format provided in the `apikeys/apikeys.txt` file.