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

https://github.com/dreddsa5dies/urlscrub

urlScrub, программа для поиска данных о компаниях на СБИС
https://github.com/dreddsa5dies/urlscrub

go golang parser search

Last synced: 10 months ago
JSON representation

urlScrub, программа для поиска данных о компаниях на СБИС

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/dreddsa5dies/urlScrub)](https://goreportcard.com/report/github.com/dreddsa5dies/urlScrub) [![GORef](https://godoc.org/github.com/dreddsa5dies/urlScrub?status.svg)](https://godoc.org/github.com/dreddsa5dies/urlScrub) [![CircleCI Status](https://circleci.com/gh/dreddsa5dies/urlScrub.svg?style=shield)](https://circleci.com/gh/dreddsa5dies/urlScrub) ![License](https://img.shields.io/badge/License-MIT-blue.svg)

![IMAGE](img/urlScrub.png)

### urlScrub, программа для поиска данных о компаниях на [СБИС](http://sbis.ru)

## Features
* Поиск и запись данных о компаниях

## Input data
* names.txt
![IMAGE ALT TEXT HERE](img/names.png)

## Output data
* ./reports/reports.txt
![IMAGE ALT TEXT HERE](img/txt.png)

## Demo
![IMAGE ALT TEXT HERE](img/demo.png)

### Usage

```
local> urlScrub

```

## License
This project is licensed under MIT license. Please read the LICENSE file.

## Contribute
Welcomes any kind of contribution, please follow the next steps:

- Fork the project on github.com.
- Create a new branch.
- Commit changes to the new branch.
- Send a pull request.