Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

A web crawler using Python to get price of playstation games.

License

Notifications You must be signed in to change notification settings

SalarHoushvand/Python-Web-Crawler

Repository files navigation

👾 A web crawler using Python to get Play Station 4 games prices.

Team members:


Salar Houshvand ([email protected])
Mark Sokolov ([email protected])

Create a virtual environment:

python3 -m venv python_venv

You need to activate the virtual environment when you want to use it:

source python_venv/bin/activate

To fufil all the requirements for the python server, you need to run:

pip3 install -r requirements.txt
sudo apt-get install python3 python3-pip
pip3 install bs4

Because we are now inside a virtual environment. We do not need sudo.

Then you can start the server with:

python3 crawler_api_v2.py

About

A web crawler using Python to get price of playstation games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published