Skip to content

This is an example of an asynchronous parser,created to show the possibilities of Python 3.5,asyncio and aiohttp.It uses BeautifulSoup for scraping and fetches proxies, if not provided.

Notifications You must be signed in to change notification settings

delneg/Economist.com_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Economist.com_parser

This is an example of an asynchronous parser,created to show the possibilities of Python 3.5, asyncio and aiohttp. The goal of parsing economist.com is to help students like myself to choose articles easily, give free access to them in a convenient way.

It uses BeautifulSoup for scraping and fetches proxies from http://gatherproxy.com, if not provided.

It also has popular User Agents list, from which headers for get requests are randomly selected. #Config Simply edit the config at the start of economist parser async.py file, and use it. #Requirements: pip3.5 install requests

pip3.5 install aiohttp

pip3.5 install goslate

pip3.5 install beautifulsoup4

pip3.5 install python-docx

About

This is an example of an asynchronous parser,created to show the possibilities of Python 3.5,asyncio and aiohttp.It uses BeautifulSoup for scraping and fetches proxies, if not provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages