BuddyBridge

Find your Facebook friends on BlueSky!

Getting Started

BuddyBridge is a Python webserver that helps you find Facebook friends on BlueSky using Selenium and ChromeDriver. Follow the steps below to install and run the application locally for security reasons.

Note, the app is a little slow at the moment. I'm working on improving the performance. It takes about a minute to get your Facebook friends, and then it takes about 5 seconds per friend to search Bluesky. I think there are ways to speed this up, but that is future work. This is a work in progress.

Note #2, I am developing a version of this app in javascript using Svelte + CapacitorJS + ElectronJS. This should be ready soon. Then users can simply install an app instead of doing commandline stuff.

Installation Guide

  1. Clone the repository to your local machine:
  2. git clone https://github.com/jdbrinton/buddybridgepy.git buddybridge && cd buddybridge
  3. Install the required Python packages:
  4. pip install -r requirements.txt
  5. Download ChromeDriver from here and ensure it's in your system's PATH.

Usage

  1. Run the script using the command:
  2. python buddybridge.py
  3. Follow the on-screen instructions to find your Facebook friends on BlueSky.

GitHub Repository

For more details, visit the BuddyBridge GitHub repository: https://github.com/jdbrinton/buddybridgepy

License

This project is licensed under the MIT License.

BuddyBridge Screenshot