Skip to content

n0bode/aiohttp-webscraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python webscraping made with Aiohttp in concurrent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published