Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nextlevelshit/adonis-crawler

A free web crawler on top of the incredibile AdonisJS Framework
https://github.com/nextlevelshit/adonis-crawler

adonisjs crawler javascript nodejs regex spider websocket

Last synced: 21 days ago
JSON representation

A free web crawler on top of the incredibile AdonisJS Framework

Awesome Lists containing this project

README

        

# Adonis Web Crawler

A free web crawler on top of the incredibile AdonisJS Framework

## Road map

Things wanting to get done.

- [x] Working draft
- [x] Recursive search
- [x] Pause and continue button
- [ ] Normalize links by using the server response
- [ ] Normalize links by removing trailing hashes
- [ ] Convert links inside `CrawlerController` to models
- [ ] Set own regex for extracting data
- [ ] Write tests

## Author

Michael Czechowski

_Dependencies and external libraries are listed in the [`package.json`](https://github.com/nextlevelshit/adonis-crawler/blob/master/package.json#L19)_

## License
```
Adonis Crawler - A free web crawler on top of AdonisJs Framework
Copyright (C) 2017 Michael Czechowski

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```