Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We

#### Web Crawling
* [Scrapy](http://scrapy.org/) - A fast high-level screen scraping and web crawling framework.
* [beautifulsoup4] (https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Easy to scrap and parsing information from websites and mainly it sits on html and xml.

#### Web Content Extracting
* [newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python.
Expand Down