Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 875 Bytes

system.md

File metadata and controls

41 lines (25 loc) · 875 Bytes
layout title
page
System Utilities
Table of Contents

auth_timing.py
remove_limit.py
validate.py

This utility allows search 450 requests every 15 minutes, and User Auth contexts at 180 requests per 15 minutes. It exercises both and counts how many tweets it’s able to receive.

Usage:

Usage: python utils/auth_timing.py tweets.jsonl 

This utility removes limit warnings from filter API.

Usage:

python utils/remove_limit.py tweets.jsonl > tweets_no_warnings.jsonl

This utility removes unused imports.

Usage:

python utils/validate.py election.json

Output only returned if JSON import is invalid.

Back To Top