Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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*
- Host: GitHub
- URL: https://github.com/jul10l1r4/objetive
- Owner: Jul10l1r4
- License: gpl-3.0
- Created: 2018-12-22T03:18:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T19:37:39.000Z (almost 5 years ago)
- Last Synced: 2024-08-10T20:00:11.530Z (3 months 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
[![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: