1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-28 08:48:58 +02:00
awesome-web-scraping/README.md

28 lines
1.2 KiB
Markdown
Raw Normal View History

2015-08-12 22:27:49 +02:00
# Web Scraping
The list of tools, programming libraries and APIs used in web-scraping.
## Programming languages
* [Python](http://github.com/lorien/web-scraping/blob/master/python.md)
2015-08-16 15:47:36 +02:00
* [PHP](http://github.com/lorien/web-scraping/blob/master/php.md)
2015-08-16 18:17:31 +02:00
* [Ruby](http://github.com/lorien/web-scraping/blob/master/ruby.md)
2015-08-16 17:26:16 +02:00
* Feel free to add list for your favourite language. You can use already existing language as template.
2015-08-12 22:27:49 +02:00
2015-08-12 23:02:16 +02:00
## Other stuff
2015-08-12 22:27:49 +02:00
2015-08-13 15:54:59 +02:00
* [Web Services](http://github.com/lorien/web-scraping/blob/master/web_services.md)
* [Console tools](http://github.com/lorien/web-scraping/blob/master/console_tools.md)
2015-08-12 22:49:22 +02:00
2015-08-12 23:02:16 +02:00
## Contributing
2015-08-12 22:49:22 +02:00
2015-08-12 23:02:16 +02:00
Make this list better! Your contributions are always welcome! See [contributing how-to](https://github.com/lorien/web-scraping/blob/master/CONTRIBUTING.md)
2015-08-13 15:01:31 +02:00
2015-08-13 15:51:04 +02:00
## List of lists
* [lists](https://github.com/jnv/lists) - List of useful, silly and awesome lists curated on GitHub
2015-08-13 15:01:31 +02:00
## Credits
This list partially contains data from these sources:
* [awesome-python](https://github.com/vinta/awesome-python) by [vinta](https://github.com/vinta) / [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)
2015-08-16 17:28:10 +02:00
* [awesome-php](https://github.com/ziadoz/awesome-php) by [ziadoz](https://github.com/ziadoz)