Web scraping and analysis of my body evolution results.
Acess the App
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.
Install venv:
sudo apt update
sudo apt upgrade
sudo apt install python3.10-venvActivate the virtual environment and install requirements:
python3.10 -m venv pumpenv
source pumpenv/bin/activate
pip install -r requirements.txtWhen you're done working with the virtual environment, you can deactivate it by running:
deactivatecd pump
scrapy crawl pump_spidercd iron
streamlit run streamlit_app.pygit checkout main
git pull
git checkout dev
git fetch origin main:main
git merge main
git push origin devAcess the Dev App