Meet the lightning-fast Facebook Messenger chatbot, seamlessly managing multiple accounts with access to 271 commands and more.
Install Node.js version 20.x.x
For better performance i require hosting this program on following platforms
1 or more CPU/vCPU core
For vm and vps:
Clone fork the repository
# using https
git clone https://github.com/<your-username>/project-orion
# using ssh
git clone git@github.com:<your-username>/project-orion
Install dependencies
cd project-orion && npm run setup
# for linux os that uses apt please run
npm run setup_extra
Add your Instance
There is different ways to add your account instance usually it depends on how you run this program
local machine, virtual machine or vps
# linux
mkdir data
mkdir cookies
touch /data/cookies/instance.bin
nano /data/cookies/instance.bin
# then paste your account instance and save
# windows & macos
open file explorer (or any similar app)
navigate to the project directory
create the following folders and file.
/data/cookies/instance.bin
open instance.bin using any text editor
paste your account instance and save
render or any similar platform where u cant edit the deployed files
open the environment section of the site
click add new env
name it `APP_STATE`
paste your account instance in value input
then save
Run the project
# for linux
npm run start
# other than linux
npm run start_win
# for dev
npm run dev
npm run eslint ./
# run
npm run setup
rm -rf .env
# just delete the .env
# and start again
Code contributions are welcome! Please commit any pull requests against the master branch. Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature.
Copyright (c) 2022 Melvin Jones
Orion is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Orion. If not, see <https://www.gnu.org/licenses/>.