Use strictly for educational/testing purposes only. Any illegal or abusive usage can lead to legal consequences.
git clone https://github.com/smfahimbd/FB-Auto-Create.git
cd FB-Auto-Create
npm install
pip install -r requirements.txtnode index.jspython main.pyBuild the image:
docker build -t FB-Auto-Create .Run Node.js script:
docker run --rm FB-Auto-Create node index.jsRun Python script:
docker run --rm FB-Auto-Create python main.pyFB-Auto-Create/
├── Dockerfile # Docker support
├── README.md # README.md support
├── index.js # Node.js version
├── main.py # Python version
├── package.json # Node.js dependencies
└── requirements.txt # Python dependencies
- This project is for educational/testing purposes only.
- Violating Facebook's terms of service may result in your account being suspended or banned.
- Use at your own risk.
This project is released under the MIT License. See LICENSE for details.
Made with ❤️ by @smfahimcp