Metadata-Version: 2.1
Name: twitwi
Version: 0.2.2
Summary: A collection of Twitter-related helper functions for python.
Home-page: http://github.com/medialab/twitwi
Author: Béatrice Mazoyer, Guillaume Plique, Benjamin Ooghe-Tabanou
Author-email: guillaume.plique@sciencespo.fr
License: MIT
Keywords: twitter
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: pytz (>=2019.3)
Requires-Dist: twitter (>=1.18.0)
Requires-Dist: ural (>=0.25.1)

[![Build Status](https://travis-ci.org/medialab/twitwi.svg)](https://travis-ci.org/medialab/twitwi)

# Twitwi

A collection of Twitter-related helper functions for python.

## Installation

You can install `twitwi` with pip with the following command:

```
pip install twitwi
```

## Usage

TODO...


