Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 315 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 315 Bytes

Simple-Python-Twitter-API

A Simple Twitter API Wrapper in Python

Requires Client ID, Client Secret, Access Token and Access Token Secret to be added to _credentials.py

Can be used to make GET requests to any Twitter REST API endpoint. Is rate limited to < 180 requests per 15 minutes.