This repository has been archived on 2025-07-31 . You can view files and clone it, but cannot push or open issues or pull requests.
7feaaa0a1ab9bfd3e979996fd645b5a80ae6fa60
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
admina
Note
This project is no longer maintained because Facebook is a terrible company with terrible products that ban users for no reason and then request their ID for "verification".
Original Description
A Facebook messenger bot powered by OpenAI and Stable Diffusion. Designed to provide intelligent and human-like conversations with users.
Running
You can easily run the bot by using Docker. You can also run it without Docker, but you will need to install the dependencies manually.
docker-compose build
docker-compose up
docker-compose.yml
references an .env
file that contains the environment variables:
Variable | Description |
---|---|
FB_EMAIL |
Facebook email address |
FB_PASSWORD |
Facebook password |
FB_COOKIE_PATH |
Path to saved Facebook cookies (default: /app/data/session.json) |
MONGO_HOST |
MongoDB host (default: db) |
MONGO_PORT |
MongoDB port (default: 27017) |
MONGO_USERNAME |
MongoDB username (default: admina) |
MONGO_PASSWORD |
MongoDB password (default: admina) |
MONGO_DB |
MongoDB database name (default: admina) |
OPENAI_API_KEY |
OpenAI API key |
Description
Languages
Python
97.3%
JavaScript
1.5%
Dockerfile
1.2%