Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ysenarath/tweetkit

A Python Client for Twitter API
https://github.com/ysenarath/tweetkit

academic-research python python-client twitter-api

Last synced: about 2 months ago
JSON representation

A Python Client for Twitter API

Lists

README

        

# [TweetKit](https://github.com/ysenarath/tweetkit)

[![Documentation Status](https://readthedocs.org/projects/tweetkit/badge/?version=latest)](https://tweetkit.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/tweetkit.svg)](https://badge.fury.io/py/tweetkit)

A python Twitter client focused mainly on Twitter API for academic research.

Installation
============

If you have pip installed:

`pip install tweetkit`

From the source:
```shell
git clone https://github.com/ysenarath/tweetkit.git
# add path to the ./tweetkit folder in PYTHONPATH
export PYTHONPATH="${PYTHONPATH}:$(pwd)/tweetkit"
```