| # Quick Start Guide | |
| ## π Get Started in 3 Steps | |
| ### 1. Install Dependencies | |
| ```bash | |
| pip3 install -r requirements.txt | |
| ``` | |
| ### 2. Run the App | |
| ```bash | |
| python3 run.py | |
| ``` | |
| ### 3. Open Your Browser | |
| Navigate to: http://localhost:5000 | |
| ## π― What You'll See | |
| 1. **Login Page**: Enter your LinkedIn credentials | |
| 2. **Connections List**: View up to 100 of your LinkedIn connections | |
| 3. **Selection Interface**: Click to select connections (max 30) | |
| 4. **Table Arrangement**: Automatically organize into 3 tables of 10 | |
| ## β‘ Features at a Glance | |
| - β **Smart Categorization**: Groups connections by industry/role | |
| - β **Balanced Tables**: Ensures diverse table compositions | |
| - β **Interactive UI**: Modern, responsive design | |
| - β **Real-time Stats**: Track your selections | |
| ## π§ Troubleshooting | |
| **Chrome not found?** | |
| - Install Google Chrome browser | |
| - Make sure it's in your PATH | |
| **Login issues?** | |
| - Verify your LinkedIn credentials | |
| - Check if LinkedIn requires 2FA | |
| **Connection loading slow?** | |
| - This is normal - LinkedIn loads connections gradually | |
| - Keep the browser window visible | |
| ## π± Mobile Friendly | |
| The app works great on mobile devices too! | |
| --- | |
| **Need help?** Check the full README.md for detailed instructions. |