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

https://github.com/botify-labs/robotstxt-net


https://github.com/botify-labs/robotstxt-net

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# RobotsTxt

A quick and dirty C# port of [Google's robots.txt parser](https://github.com/google/robotstxt).
The methods not used by the example program and tests are not currently implemented.

## Notes

Please see the Notes section of the original.

## License

Like Google's robots.txt parser and matcher C++ library, this port is licensed under the terms of the
Apache license. See LICENSE for more information.