A Facebook embed provider for Discord and other messaging apps.
Replace www.facebook.com in your Facebook URL to facebed.com.
Vencord settings
Using regex:
- Find:
https://(www.)?facebook.com/(.*) - Replace:
https://facebed.com/$2
- Install
python>=3.12withpipandvirtualenv - Clone this repository
- Copy
start.example.pytostart.pyand edit thePYTHONvariable to point to your venv or system installation (not recommended) - Copy
user_config.example.pytouser_config.pyand edit the self-explanatory options - Start the
start.pyscript
This feature allows remote update triggers (git pull-ing and running a restart command)
for instance maintainers. The /update endpoint is protected with HTTP username and password,
which are set in the file user_config.py.
Use the cookies exported using the extension Cookie Editor with the json format. Will warn maintainers if any cookies expired. DO NOT USE RIGHT NOW, WILL CAUSE A CHECKPOINT ON YOUR ACCOUNT
I recommend running facebed in a virtual environment if you don't want to pollute your
system-wide python installation.
Copy start.example.py to start.py and edit the PYTHON variable to the full path of
your python interpreter. Two examples are provided for running facebed in a venv virtual environment on
Windows and Linux. After that, you can start facebed by running python start.py using your
system's python since that script doesn't have any external dependencies.
