Metadata-Version: 2.1
Name: veryscrape
Version: 0.1.1
Summary: Simple time-series streaming of social media data
Home-page: https://github.com/sentrip/veryscrape
Author: Djordje Pepic
Author-email: djordje.m.pepic@gmail.com
License: GNU General Public License v3
Keywords: veryscrape
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: aiohttp (>=2.3.10)
Requires-Dist: lxml (>=3.5.0)
Requires-Dist: async-timeout (==2.0.0)
Requires-Dist: aioauth-client (>=0.8.0)
Requires-Dist: fake-useragent (>=0.1.10)
Requires-Dist: newspaper3k (>=0.2.6)
Requires-Dist: twingly-search (>=2.1.1)
Requires-Dist: deprecation (>=2.0.2)
Requires-Dist: proxybroker (>=0.3.1)
Requires-Dist: redis (>=2.10.6)

==========
veryscrape
==========


.. image:: https://img.shields.io/pypi/v/veryscrape.svg
        :target: https://pypi.python.org/pypi/veryscrape

.. image:: https://img.shields.io/travis/sentrip/veryscrape.svg
        :target: https://travis-ci.org/sentrip/veryscrape

.. image:: https://readthedocs.org/projects/veryscrape/badge/?version=latest
        :target: https://veryscrape.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/sentrip/veryscrape/branch/master/graph/badge.svg
     :target: https://codecov.io/gh/sentrip/veryscrape

.. image:: https://pyup.io/repos/github/sentrip/veryscrape/shield.svg
     :target: https://pyup.io/repos/github/sentrip/veryscrape/
     :alt: Updates



Simple time-series streaming of social media data


* Free software: GNU General Public License v3
* Documentation: https://veryscrape.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-05-25)
------------------

* First release on PyPI.


0.1.1 (2018-06-03)
------------------

* Refactored VeryScrape and Scraper


