objetive

A mini-crawler that aims to grab some text parts from some website or ip that responds http*


Keywords
bigdata, crawler, data-science, security-tools, web
Licenses
GPL-3.0/GPL-3.0+
Install
pip install objetive==0.1

Documentation

Objetive

This library is a mini-crawler that aims to grab some text parts from some website or ip that responds http*

Utility

This tool can be used in others projects that depend of specifics informations.

Example

import objetive
print(objetive.listed('https://jul10l1r4.github.io'))
# ["Ipsum"...]
print(objetive.text('https://jul10l1r4.github.io'))
# "Ipsum..."

Install

pip3 install objetive --user

Filosofy

This software follow the filosofiy KISS (Keep it simple, stupid!) and belive in simplicity. We are free software and respect the you privacity 😝