Metadata-Version: 2.1
Name: twipper
Version: 0.1.4
Summary: twipper - is a Twitter API wrapper for both free and premium plans developed on Python
Home-page: https://github.com/alvarob96/twipper
Author: Alvaro Bartolome
Author-email: alvarob96@usal.es
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/alvarob96/twipper/archive/0.1.4.tar.gz
Project-URL: Bug Reports, https://github.com/alvarob96/twipper/issues
Project-URL: Source, https://github.com/alvarob96/twipper
Project-URL: Documentation, https://twipper.readthedocs.io/
Description: # twipper - Twitter Wrapper written in Python
        
        [![Python Version](https://img.shields.io/pypi/pyversions/twipper.svg)](https://pypi.org/project/twipper/)
        [![PyPi Version](https://img.shields.io/pypi/v/twipper.svg)](https://pypi.org/project/twipper/)
        [![Package Status](https://img.shields.io/pypi/status/twipper.svg)](https://pypi.org/project/twipper/)
        [![Build Status](https://dev.azure.com/alvarob96/alvarob96/_apis/build/status/alvarob96.twipper?branchName=master)](https://dev.azure.com/alvarob96/alvarob96/_build?definitionId=1&_a=summary)
        [![Build Status](https://img.shields.io/travis/alvarob96/twipper/master.svg?label=Travis%20CI&logo=travis&logoColor=white)](https://travis-ci.org/alvarob96/twipper)
        [![Documentation Status](https://readthedocs.org/projects/twipper/badge/?version=latest)](https://twipper.readthedocs.io/)
        [![Downloads](https://img.shields.io/pypi/dm/twipper.svg?style=flat)](https://pypistats.org/packages/twipper)
        
        <p align="center">
          <img src="https://raw.githubusercontent.com/alvarob96/twipper/master/docs/twipper.jpg" width="300" height="350"/>
        </p>
        
        ## Introduction
        
        **twipper** is an acronym that stands for Twitter wrapper; so the package is made in order to cover Twitter API 
        endpoints defined as Python functions for both Free and Premium plans, which they both include batch and stream 
        processing functions.
        
        ## Installation
        
        In order to get this package working you will need to install it using pip by typing on the terminal:
        
        ``$ python -m pip install twipper --upgrade``
        
        Or just install the current release or a specific release version such as:
        
        ``$ python -m pip install twipper==0.1.4``
        
        ## Contribute
        
        As this is an open source project it is open to contributions, bug reports, bug fixes, documentation improvements, 
        enhancements and ideas.
        
        Also there is an open tab of [issues](https://github.com/alvarob96/twipper/issues) where anyone can contribute opening 
        new issues if needed or navigate through them in order to solve them or contribute to its solving.
        
        ## Disclaimer
        
        This package has been created in order to cover Premium Twipper API functions since [tweepy](https://www.tweepy.org/), 
        the most used Python package working as a Twitter API wrapper. Anyways, [twipper](https://github.com/alvarob96/twipper)
        also covers both Free and Premium functions, which include batch processing and stream processing.
        
        Conclude that this is the result of a research project, so this package has been developed with research purposes and
        no profit is intended.
        
Keywords: twitter,wrapper,api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
