/python3.5-async-crawler

Python3.5 Async Crawler Example with aiohttp and asyncio

Primary LanguagePythonMIT LicenseMIT

python3.5-async-crawler

Python3.5 Async Crawler Example with aiohttp and asyncio

Installation (Debian)

Installation Python 3.5

sudo add-apt-repository ppa:fkrull/deadsnakes

sudo apt-get update

sudo apt-get install python3.5

Replace python3.5 with python3

sudo cp /usr/bin/python3 /usr/bin/python3-backup

sudo rm /usr/bin/python3

sudo ln -s /usr/bin/python3.5 /usr/bin/python3

Requirements

sudo apt-get install python3-pip

sudo pip3 install aiohttp