Skip to content

my new video game tracker that fetchs the average ebay price of a given product, now including a webui and a docker container!

Notifications You must be signed in to change notification settings

Colonater/videogametracker2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo apt update
sudo apt install python3-pip
sudo apt install python3-venv

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

ex 

Flask==2.0.2
requests==2.26.0
beautifulsoup4==4.10.0
tinydb==4.5.2

sudo apt update
sudo apt install python3-pip
sudo apt install python3-venv

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

About

my new video game tracker that fetchs the average ebay price of a given product, now including a webui and a docker container!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published