Skip to content

Web scraping and analysis of my body evolution results.

License

Notifications You must be signed in to change notification settings

Castagnna/pumping-iron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pumping-iron

Web scraping and analysis of my body evolution results.

Acess the App

About

This project is splitted in two parts pump and iron.

├── pumping-iron
│   ├── pump # web scraping my anthropometric data and inserting into mongodb atlas.
│   ├── iron # reading mongo and plotting streamlit app.

Prepare your environment

Install venv:

sudo apt update

sudo apt upgrade

sudo apt install python3.10-venv

Activate the virtual environment and install requirements:

python3.10 -m venv pumpenv

source pumpenv/bin/activate

pip install -r requirements.txt

When you're done working with the virtual environment, you can deactivate it by running:

deactivate

Run the scrapper

cd pump

scrapy crawl pump_spider

Run the streamlit app locally

cd iron

streamlit run streamlit_app.py

Local Streamlit's development stream

git checkout main

git pull

git checkout dev

git fetch origin main:main

git merge main

git push origin dev

Acess the Dev App

About

Web scraping and analysis of my body evolution results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages