LinkedIn Connections Analyzer
Hey hey
Do let me know how I could improve this!
๐ฅ
Technology Stack
-
๐ Framework : Streamlit -
๐ UI Components : Plotly -
๐ฌ Animations : Lottie
Folder structure
linkedin-connections-analyzer/
โฃโโ ๐ .streamlit # Streamlit configurations
โ โโโ config.toml # Custom theme
โฃโโ ๐ assets # Public assets
โ โฃโโ end_product.gif
โ โฃโโ hand_shake_mask.png
โ โโโ linkedin_logo.png
โฃโโ ๐ utils # Helper functions
โ โโโ __init__.py
โฃโโ .gitignore
โฃโโ Procfile # For Heroku
โฃโโ README.md
โฃโโ app.py # THE MVP
โฃโโ okkar_connections.csv
โฃโโ requirements.txt
โโโ setup.sh # For Heroku
How to run
- Clone this repository
- Install dependencies
streamlit run app.py
git clone https://github.com/OkkarMin/linkedin-connections-analyzer.git
cd linkedin-connections-analzyer
pip install -r requirements.txt
streamlit run app.py