Skip to main content

Collaborative AI for Web Scraping, Data Extraction and Crawling,Knowledge Graph

Project description

=======
In.parse
=======
0.1.0


Collaborative AI for Web Scraping, Data Extraction and Crawling,Knowledge Graph


Installing
----------

Install and update using ``pip``:

`pip install -U inparse`

Documentation
------------

http://inparse.com




Philosophy
==========


How to work ?
===============================





.. code-block:: python

from inparse import Inparse
p=Inparse('b45beddc', #parser no is generator by inparse.com parser builder.
'd50cb533f69b6a78892afbd093f95fc1') #access token can be found in your user page .


d=p.parse_url('https://qz.com/india/1413291/trulymadly-ceo-on-how-dating-apps-like-bumble-india-must-localise/')
Inparse.pretty_print(d)




**Or write in chain style**

.. code-block:: python

from inparse import Inparse
import requests
p=Inparse('b45beddc', #parser no is generator by inparse.com parser builder.
'd50cb533f69b6a78892afbd093f95fc1') #access token can be found in your user page .

html=requests.get('https://qz.com/india/1413291/trulymadly-ceo-on-how-dating-apps-like-bumble-india-must-localise/').text
d=p.parse(html)
Inparse.pretty_print(d)



** Parser web result without write any xpath or css selector.
.. code-block:: python

{ 'article_body': '<div><p>Last week, American dating app <a '
'href="https://qz.com/india/1413051/priyanka-chopra-invests-in-dating-app-bumble-to-rival-tinder/">Bumble '
'It’s from smaller cities. And varied people are coming '
'from different backgrounds. So that’s really '
'encouraging.</p></div>',
'author': 'Kuwar Singh',
'publish_date': None,
'title': 'Young Indians are using dating apps for so much more than just '
'dating',
'top_image': [ 'https://cms.qz.com/wp-content/uploads/2018/10/AP_900509923043-e1538971405267.jpg?quality=75&strip=all&w=410&h=231']
}





More about Botflow
===============



Contributing
------------


Donate
------


Links
-----


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inparse-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

inparse-0.1.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page