Skip to content

webcrawlersdev/project-orion

 
 

Repository files navigation

project-orion Project Orion CI

Meet the lightning-fast Facebook Messenger chatbot, seamlessly managing multiple accounts with access to 271 commands and more.

Pre-requisites

Getting started

  • Fork the repository
    https://github.com/mrepol742/project-orion/fork
  • 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 i
    
  • Run the project
    npm run start
    

Contribute

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.

License

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/>.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%