Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jul10l1r4/objetive

This software is a mini-crawler that aims to grab some text parts from some website or ip that responds http*
https://github.com/jul10l1r4/objetive

bigdata crawler data-science security-tools web

Last synced: about 6 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Objetive

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1228a60a21b14b01a2df3624f1f99288)](https://app.codacy.com/manual/Jul10l1r4/objetive?utm_source=github.com&utm_medium=referral&utm_content=Jul10l1r4/objetive&utm_campaign=Badge_Grade_Dashboard) ![Upload Python Package](https://github.com/Jul10l1r4/objetive/workflows/Upload%20Python%20Package/badge.svg)

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
```python
import objetive
print(objetive.listed('https://jul10l1r4.github.io'))
# [...]
print(objetive.text('https://jul10l1r4.github.io'))
# Strings ...
```

## Install
```bash
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 :stuck_out_tongue_closed_eyes: