File size: 1,234 Bytes
7b84343 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | # 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. |