Skip to content

JustineBeloira/PROJECT_MAHIRO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 PROJECT MAHIRO V1 BOTPACK

FACEBOOK MESSENGER BOTPACK DEVELOPED BY MAHIRO CHAN INSPIRED BY MIRAI NODEJS

  • Webview added!
  • Appstate method support now
  • Now you can add your own commands.
  • Version 1.1.3 [NEW VERSION]

OWNER: Add/Follow without having any issues).

  • Cooldown issue fixed!
  • Database for currencies added!
  • New UI Added!

📷 SCREENSHOTS

📰 HOW TO SETUP CONFIG

{
   "CONFIG": {
      "BOT_INFO": {
         "PREFIX": "/",
         "ADMIN_ID": [
            "100090460245018" - CHANGE THIS ID TO YOUR FACEBOOK ID OR JUST INSERT NEW ID.
         ],
         "USER-AGENT": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36",
         "SET_TYPING": "FALSE", - CHANGE THIS TO TRUE IF YOU WANT TO TURN ON TYPING INDICATOR (ANIMATION)
         "APPSTATE": "appstate.json",
         "PACKAGE": [ - IN THIS PACKAGE ARRAY THIS IS WHERE YOU WILL ADD ALL LIBRARY YOU WANT TO PIP INSTALL
 	        "flask",
           "fbchat",
           "pystyle",
     	     "requests"
         ]
      }
   }
}

💥 HOW TO USE

Project Justine  - AVAILABLE COMMANDS
╭─❍
➠ .ai: ask anything
╰───────────⟡
╭─❍
➠ .echo: make what you say.
╰───────────⟡
╭─❍
➠ .mahiro: developer.
╰───────────⟡
╭─❍
➠ .arched: ask anything developed by Liane
╰───────────⟡
╭─❍
➠ .catfacts: get random catfacts everyday.
╰───────────⟡
╭─❍
➠.setprefix: Change the prefix of the bot[ADMIN ONLY].
╰───────────⟡

❤ HIGHLY CONTRIBUTE TO THIS PROJECT

Special Thanks to Justine Beloira and Choru Tiktoker for helping me to this project!

📰 HOW TO SETUP

git clone https://github.com/JustineBeloira/PROJECT_MAHIRO.git; cd PROJECT_MAHIRO; pip install -r requirements.txt; python3 app.py

About

wlaa ra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • HTML 4.0%