Metadata-Version: 2.1
Name: pyscrapers
Version: 0.0.52
Summary: A collection of scrapers for the web
Home-page: https://veltzer.github.io/pyscrapers
Author: Mark Veltzer
Author-email: mark.veltzer@gmail.com
Maintainer: Mark Veltzer
Maintainer-email: mark.veltzer@gmail.com
License: MIT
Download-URL: https://github.com/veltzer/pyscrapers
Keywords: scrape,images,social,facebook,instagram,vk.com,download,pics
Platform: python3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: browser-cookie3
Requires-Dist: pytconf
Requires-Dist: pylogconf
Requires-Dist: pornhub-api
Requires-Dist: youtube-dl
Requires-Dist: pyeventroute

============
*pyscrapers*
============

.. image:: https://img.shields.io/pypi/v/pyscrapers

.. image:: https://img.shields.io/github/license/veltzer/pyscrapers

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg

project website: https://veltzer.github.io/pyscrapers

author: Mark Veltzer

version: 0.0.52

What is it?
-----------

Scrapers for various stuff that I need off the web, maybe other people will like them too...:)

Currently supports downloading photos from the following sites:


- facebook
- instagram
- travelgirls
- vk
- mamba.ru

Installing
----------

You need python3 installed. Usually it is but if it isn't:

.. code-block:: bash

	$ sudo apt install python3

You also need pip3 installed.

.. code-block:: bash

	$ sudo apt install python3-pip

Now install pyscrapers:

.. code-block:: bash

	$ sudo -H pip3 install pyscrapers

Running
-------

.. code-block:: bash

	$ pyscrapers_photos --u [user_id] -t [type_of_site]



