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: 10 months ago
JSON representation
This software is a mini-crawler that aims to grab some text parts from some website or ip that responds http*
- Host: GitHub
- URL: https://github.com/jul10l1r4/objetive
- Owner: Jul10l1r4
- License: gpl-3.0
- Created: 2018-12-22T03:18:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T19:37:39.000Z (over 6 years ago)
- Last Synced: 2025-01-20T21:55:26.313Z (over 1 year ago)
- Topics: bigdata, crawler, data-science, security-tools, web
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Objetive
[](https://app.codacy.com/manual/Jul10l1r4/objetive?utm_source=github.com&utm_medium=referral&utm_content=Jul10l1r4/objetive&utm_campaign=Badge_Grade_Dashboard) 
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: