Metadata-Version: 2.0
Name: GooglePictureCrawlerWithSQS
Version: 2.0.7
Summary: Google picture crawler with SQS connection
Home-page: UNKNOWN
Author: Florian Muchow
Author-email: flmuchow@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: setuptools development AWS sqs google crawler pictures googlepictures
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: setuptools
Requires-Dist: bs4
Requires-Dist: boto3
Requires-Dist: urllib3
Requires-Dist: request
Requires-Dist: requests
Requires-Dist: flask
Requires-Dist: flask-restful-url-generator

https://pypi.org/manage/project/GooglePictureCrawlerWithSQS/releases/

#TODO
#seperate Google and Bind Crawler based on abstract class
#Implement Factory pattern

**Data Crawler for Google Pictures**

This crawler is suitable to crawl data from google pictures based on a given combination of search terms. The result will be stored on disk and/or in a sqs queue within AWS.

- max amount of data to fetch: 100

**Requirements:**
- AWS credentials
- SQS queue name

**Example Call**
from API.APIStarter import APIStarter
APIStarter.start(5002)

**Routs**
- /crawler (POST)
    -- Flag: localstorage
    -- Flag: awssqs name
- /crawler/<crawler_id> (POST)
    -- Flag: localstorage
    -- Flag: awssqs name

