Sha256: 70dd663dddff58549f852815510aa5400f91645ae7a0902bfc6a77da0d658924

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 KB

Contents

                                              _      _
                                       /\ /\ | |__  (_)
                                      / / \ \| '_ \ | |
                                      \ \_/ /| |_) || |
                                       \___/ |_.__/ |_|



[![Gem Version](https://badge.fury.io/rb/ubi.svg)](http://badge.fury.io/rb/ubi)
[![Code Climate](https://codeclimate.com/github/nofxx/ubi.svg)](https://codeclimate.com/github/nofxx/ubi)
[![Coverage Status](https://coveralls.io/repos/nofxx/ubi/badge.svg?branch=master)](https://coveralls.io/r/nofxx/ubi?branch=master)
[![Dependency Status](https://gemnasium.com/nofxx/ubi.svg)](https://gemnasium.com/nofxx/ubi)
[![Build Status](https://travis-ci.org/nofxx/ubi.svg?branch=master)](https://travis-ci.org/nofxx/ubi)


Ubi finds information in the subject's webpage(s).
A forager.


## Thema -> Subject/Matter

- Name
- Email
- URL


## Memoria -> Attribute/Trait/Memory

- URLs
- Emails
- Phones
- Social
- Files
- Documents
- Addresses
- Logo/Images


## Aranea -> Spider/Crawler

Search
API

Others


## Use

```
Ubi::Thema.new('A Company on City').urls
Ubi::Thema.new('A Company on City', 'company.com').phones
```

### Memorias Directly

```
Ubi::Memoria::Email.parse('A text with some valid@emails.com')
Ubi::Memoria::Phone.parse('A text with some +55-5555-5555')
Ubi::Memoria::Site.parse('A text with some http://urls.com')
```

##### Keep crawling

> Ubi, and the class names are latin, in case you're curious.
> Yeah, apparently I got plenty of free time.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ubi-0.0.8 README.md
ubi-0.0.7 README.md
ubi-0.0.5 README.md