KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
NENO-XMD-V3
★ 16
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
clausenaut
:
LLM-Powered Document Query System
verdex-mcp
:
MCP Server for Playwright Test Writing
AAGATE
:
No description available.
mind_haven_backend
:
No description available.
langchain4f-paperfly
:
尚硅谷的langchain4j学习笔记,并补充了尚硅谷关于RAG高级部分没有讲的代码调用示例
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
NENO-XMD-V3
?
Download (.md)
# NENO XMD BOT (V3) [NEW UPDATE] <p align="center"> <a href="https://github.com/Nimeshkamihiran"><img title="Author" src="https://files.catbox.moe/ukjr05.jpg"></a> <p align="center"> <a href="https://github.com/Nimeshkamihiran/followers"><img title="Followers" src="https://img.shields.io/github/followers/Nimeshkamihiran?color=blue&style=flat-square"></a> <a href="https://github.com/Nimeshkamihiran/NENO-XMD-V3/stargazers/"><img title="Stars" src="https://img.shields.io/github/stars/Nimeshkamihiran/neno-xmd-bot?color=blue&style=flat-square"></a> <a href="https://github.com/Nimeshkamihiran/NENO-XMD-V3/network/members"><img title="Forks" src="https://img.shields.io/github/forks/Nimeshkamihiran/neno-xmd-bot?color=blue&style=flat-square"></a> <a href="https://github.com/Nimeshkamihiran/NENO-XMD-V3/"><img title="Size" src="https://img.shields.io/github/repo-size/Nimeshkamihiran/neno-xmd-bot?style=flat-square&color=green"></a> <a href="https://github.com/Nimeshkamihiran/NENO-XMD-V3/graphs/commit-activity"><img height="20" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg"></a> </p> --- <p align="center"> <a aria-label="Join our chats" href="https://chat.whatsapp.com/Ekoe6EykUJf0KfQShsBfoN?mode=ac_t" target="_blank"> <img alt="whatsapp" src="https://img.shields.io/badge/Join Group-25D366?style=for-the-badge&logo=telegram&logoColor=white" /> </a> </p> --- <p align="center"><img src="https://profile-counter.glitch.me/{NENO-XMD}/count.svg" alt="Nimeshkamihiran :: Visitor's Count" /></p> <p align="center"> Meet <b>NENO XMD BOT</b>, your all-in-one WhatsApp AI Buddy! Super fast, full-featured, and designed for fun + productivity. Bring automation, entertainment, and unique features to your chats! 𝗕𝗬 𝗡𝗜𝗠𝗘𝗦𝗛𝗞𝗔 𝗠𝗜𝗛𝗜𝗥𝗔𝗡 / 𝗦𝗛𝗔𝗗𝗢𝗪 𝗙𝗫 / 𝗕𝗟𝗔𝗖𝗞𝗬 ✨🤖 </p> <a href="https://github.com/Nimeshkamihiran/NENO-XMD-V3/fork"><img title="NENO-XMD" src="https://img.shields.io/badge/FORK-NENO XMD-h?color=blue&style=for-the-badge&logo=stackshare"></a> --- ## Deployment Methods 1. **Get [`SESSION ID`](https://neno-pair-v3-tirh.onrender.com) by Pair Code or Scanning QR code** 2. **Star ⭐ this repository** & Click [FORK](https://github.com/Nimeshkamihiran/NENO-XMD-V3/fork) --- ### 3. Deploy on Heroku [](https://heroku.com/deploy?template=new) --- ### 4. Deploy on Replit <a href='https://repl.it/github/Nimeshkamihiran/neno-xmd-bot' target="_blank"><img alt='DEPLOY' src='https://img.shields.io/badge/-REPLIT-orange?style=for-the-badge&logo=replit&logoColor=white'/></a> --- ### 5. Deploy on Koyeb <a href='https://app.koyeb.com/auth/signin' target="_blank"><img alt='DEPLOY' src='https://img.shields.io/badge/-KOYEB-blue?style=for-the-badge&logo=koyeb&logoColor=white'/></a> --- ### 6. Deploy on Codespace <a href='https://github.com/codespaces/new' target="_blank"><img alt='DEPLOY' src='https://img.shields.io/badge/CODESPACE-h?color=navy&style=for-the-badge&logo=visualstudiocode'/></a> --- ### 7. Deploy on Render <a href='https://dashboard.render.com' target="_blank"><img alt='DEPLOY' src='https://img.shields.io/badge/RENDER-h?color=maroon&style=for-the-badge&logo=render'/></a> --- ### 8. Deploy on Railway <a href='https://railway.app/new' target="_blank"><img alt='DEPLOY' src='https://img.shields.io/badge/RAILWAY-h?color=black&style=for-the-badge&logo=railway'/></a> <p align="center"> <a href="https://github.com/Nimeshkamihiran"><img title="Author" src="https://files.catbox.moe/c1urvj.jpg"></a> ### 9.DEPLOY WORKFLOW <b><strong><summary align="center" style="color: Yello;">Deploy NENO XMD On Workflow</summary></strong></b> <p style="text-align: center; font-size: 1.2em;"> <h8>Copy the workflow codes and then fork the repo edit config add session id then save and now click on repo action tag then click on start new workflow then paste workflow codes rename main.yml to deploy.yml and save the file</h8> <h3 align-"center"> Important</h3> <h6 align-"center">Attention! We do not take responsibility if your github account is suspended through this Deploy method, I advise you not to use this workflow deploy method in the latest github accounts, github accounts created a year or more ago have not received the risk of suspension so far, this works It will only be done for 6 hours, you need to update the code to reactivate it.</h6> ``` name: Node.js CI on: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm install - name: Start application run: npm start ````` <p align="center"> <img src="https://files.catbox.moe/0mf3hg.webp" alt="Owner" width="250" /> </p> # 👑 Bot Owner ✨ <p align="center"> 💫 Meet the mastermind behind Neno XMD WhatsApp Bot! 💫 This bot is powered, maintained, and updated by **Nimeshka Mihiran**. Every feature, command, and fun trick you enjoy is crafted with care! </p> | Detail | Info | |--------|------| | Name | **Nimeshka Mihiran** ✨ | | Contact | 📞 +94 760771665 | | GitHub | 💻 [NimeshkaMihiran](https://github.com/Nimeshkamihiran) | | Role | 🛠 Owner & Developer | | Status | 🌟 Online & Active 🌟 | <p align="center"> 🌟 Fun, Friendly & Always Upgrading 🌟 <img src="https://media.giphy.com/media/l0MYt5jPR6QX5pnqM/giphy.gif" alt="Sparkle" width="80" /> <img src="https://media.giphy.com/media/3o7aCTfyhYawdOXcFW/giphy.gif" alt="Stars" width="80" /> Made with ❤️ and lots of coffee ☕ by <b>Nimeshka Mihiran</b> </p> <p align="center"> ✨ Keep shining and exploring new features with Neno XMD! ✨ </p>