partySim / QUICKSTART.md
dpang's picture
Upload 15 files
7b84343 verified
# 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.