Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 906 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 906 Bytes

aiohttp-webscraping

Simple webscraping made with AIOHTTP in python concurrent Used javascript also to create websocket cliente to comunicate with AioHttp WebSocketResponse

Pip3 dependecies

$ pip install aiohttp beautifulsoup4

How to run with python3

$ >> git clone https://github.com/n0bode/aiohttp-webscraping.git webscraping
$ cd webscraping
$ chmod 777 ./run.sh
$ run.sh pypy3

You can run with Pypy3 too

First you need to install pip for pypy3

Just do it:

$ pypy3 -m ensurepip

Now, you can install depedencies

$ pypy3 -m pip install aiohttp beautifulsoup4

How to run with pypy3

$ git clone https://github.com/n0bode/aiohttp-webscraping.git webscraping
$ cd webscraping 
$ chmod 777 ./run.sh
$ run.sh pypy3

If all is OK, you'll see that:

That