Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoron committed Oct 10, 2018
1 parent 0e87532 commit bfa4b7c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ SerpScrap
.. image:: https://img.shields.io/docker/pulls/ecoron/serpscrap.svg
:target: https://hub.docker.com/r/ecoron/serpscrap

SEO python scraper to extract and analyze data from major search engine serps or text content of any other url.
Extract data like title, url, type, text- and richsnippet of searchresults for given keywords. detect ads, automated screenshots.
It might be usefull for SEO and research tasks.
SEO python scraper to extract data from major searchengine result pages.
Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots.
You can also fetch text content of urls provided in searchresults or by your own.
It's usefull for SEO and business related research tasks.


Extract these result types
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for not provided config keys the deault values still exists.
Headers
-------

You can customize your searchengine request headers if you are using phantomJS
You can customize your searchengine request headers if you are using phantomJS (deprecated)
by providing a dict in your configuration. If you
don't customize this setting, the default is used.

Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ SerpScrap
.. image:: https://img.shields.io/docker/pulls/ecoron/serpscrap.svg
:target: https://hub.docker.com/r/ecoron/serpscrap

SEO python scraper to extract and analyze data from major search engine serps or text content of any other url.
Extract data like title, url, type, text- and richsnippet of searchresults for given keywords. detect ads, automated screenshots.
It might be usefull for SEO and research tasks.
SEO python scraper to extract data from major searchengine result pages.
Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots.
You can also fetch text content of urls provided in searchresults or by your own.
It's usefull for SEO and business related research tasks.


Extract these result types
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
name='SerpScrap',
version=version,
description='''
A python scraper to extract and analyze data from
search engine result pages and urls.
Extract data, like url, title, snippet
of results or ratings for given keywords.
SEO python scraper to extract data from major searchengine result pages.
Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots.
You can also fetch text content of urls provided in searchresults or by your own.
It's usefull for SEO and business related research tasks.
''',
long_description=open('README.rst').read(),
author='Ronald Schmidt',
Expand Down

0 comments on commit bfa4b7c

Please sign in to comment.