Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acrogenesis/scrapper_judicial
Scrapper de Boletines Judiciales en México
https://github.com/acrogenesis/scrapper_judicial
Last synced: 2 days ago
JSON representation
Scrapper de Boletines Judiciales en México
- Host: GitHub
- URL: https://github.com/acrogenesis/scrapper_judicial
- Owner: acrogenesis
- License: mit
- Created: 2015-04-30T14:55:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T03:43:57.000Z (over 9 years ago)
- Last Synced: 2024-10-12T13:36:16.769Z (about 1 month ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScraperJudicial
Scrapper de Boletines Judiciales en México.
Soportados:
- Jalisco## Instalación
Agrega esta linea en tu Gemfile:
```ruby
gem 'scraper_judicial'
```Correo:
$ bundle
O instalalo tu mismo:
$ gem install scraper_judicial
## Uso
```ruby
j = ScraperJudicial::Jalisco.new # Crea Objeto
j.scrap # regresa un arreglo de expedientes
```## Contribuye
1. Fork it ( https://github.com/acrogenesis/scraper_judicial/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request