forked from BOTCAHX/RTXZY-MD
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 455bfb4
Showing
421 changed files
with
19,641 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM node:lts-buster | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y \ | ||
ffmpeg \ | ||
imagemagick \ | ||
webp && \ | ||
apt-get upgrade -y && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
COPY package.json . | ||
|
||
RUN npm install && npm install qrcode-terminal | ||
|
||
COPY . . | ||
|
||
EXPOSE 5000 | ||
|
||
CMD ["node", "index.js", "--autoread"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021-2022 BOTCAHX | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
worker: node . --autocleartmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
## New Update | ||
|
||
**Pembaruan :** | ||
- Fix upload file ke server cdn | ||
- Menggunakan QR dan pairing code | ||
- Penggunaan pairing ```node . --pairing``` | ||
- Fitur 80% implementasi dari website api | ||
- Penambah output url expres.js agar bisa di jalankan di render dsb. | ||
- Informasi api [WhatsApp](https://whatsapp.com/channel/0029Va8ZH8fFXUuc69TGVw1q) | ||
## Note! | ||
**Important :** | ||
|
||
- Untuk menggunakan bot ini, kamu diwajibkan mengisi ApiKey terlebih dahulu. Jika tidak mengisinya, bot tidak akan berfungsi dengan baik. | ||
- Tidak disarankan menginstal bot ini di termux atau panel yang tidak mempunyai kelengkapan express, ffmpeg, imagemagick, webp. | ||
|
||
- Menggunakan 60% fitur dari [`RestApi`](https://api.botcahx.eu.org) sebagai media downloader | ||
|
||
|
||
**Apikey :** | ||
- [✓] Free ApiKey 15 Request (/day) | ||
- [✓] Premium ApiKey 5000 Request (for 1 month) | ||
- Jika ingin membeli ApiKey Premium silahkan hubungi saya [`Nomor`](https://wa.me/6282221792667?text=permisi+mau+beli+premium+apikey) | ||
|
||
**Website Api :** | ||
- BOTCAHX [`Register`](https://api.botcahx.eu.org) | ||
- Lann [`Register`](https://api.betabotz.eu.org) | ||
- Setelah mendapatkan ApiKey dari kedua website tersebut silahkan paste di config.js pada line global.btc dan global.lann | ||
|
||
|
||
## Group Bot | ||
- Group Bot [`Join`](https://chat.whatsapp.com/Ln2vHjRrRayAbzalRMB56r) | ||
|
||
- Group Bebas [`Join`](https://chat.whatsapp.com/JAi5AMaxdFLH0s2pH2RcUJ) | ||
## Support | ||
|
||
<a href="https://sociabuzz.com/tioclkp02" target="_blank"><img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" height="32px" alt="Sociabuzz"></a> | ||
|
||
|
||
### `Render` | ||
|
||
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://dashboard.render.com/blueprint/new?repo=https%3A%2F%2Fgithub.com%2FBOTCAHX%2FRTXZY-MD) | ||
## Base Ori | ||
Original base [`Link`](https://github.com/HelgaIlham/ZukaBet) | ||
|
||
## Run On Heroku | ||
|
||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/BOTCAHX/RTXZY-MD) | ||
# Heroku Buildpack | ||
### Instal Buildpack | ||
```bash | ||
* heroku/nodejs | ||
* https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git | ||
* https://github.com/clhuang/heroku-buildpack-webp-binaries.git | ||
``` | ||
|
||
## UNTUK PENGGUNA WINDOWS/VPS/RDP | ||
|
||
* Unduh & Instal Git [`Klik Disini`](https://git-scm.com/downloads) | ||
* Unduh & Instal NodeJS [`Klik Disini`](https://nodejs.org/en/download) | ||
* Unduh & Instal FFmpeg [`Klik Disini`](https://ffmpeg.org/download.html) (**Jangan Lupa Tambahkan FFmpeg ke variabel lingkungan PATH**) | ||
* Unduh & Instal ImageMagick [`Klik Disini`](https://imagemagick.org/script/download.php) | ||
|
||
```javascript | ||
git clone https://github.com/BOTCAHX/RTXZY-MD | ||
cd RTXZY-MD | ||
npm i | ||
npm start | ||
``` | ||
```javascript | ||
// to get pairing code // | ||
|
||
node index.js --pairing | ||
|
||
``` | ||
|
||
|
||
##### All Contributors | ||
<a href="https://github.com/BOTCAHX"><img src="https://github.com/BOTCAHX.png?size=100" width="100" height="100"></a> | [![Erlan](https://github.com/ERLANRAHMAT.png?size=100)](https://github.com/ERLANRAHMAT) | ||
---|--- | ||
[Tio](https://github.com/BOTCAHX) | [Erlan](https://github.com/ERLANRAHMAT) | ||
Recode | Contributor | | ||
|
||
##### Special Thanks To | ||
<!--[![Nurutomo](https://github.com/Nurutomo.png?size=100)](https://github.com/Nurutomo) | ||
[![BochilGaming](https://github.com/BochilGaming.png?size=100)](https://github.com/BochilGaming) | ||
[![adiwajshing/Baileys](https://github.com/adiwajshing.png?size=100)](https://github.com/adiwajshing)--> | ||
<a href="https://github.com/BochilGaming"><img src="https://github.com/BochilGaming.png?size=100" width="100" height="100"></a> | [![NURUTOMO](https://github.com/Nurutomo.png?size=100)](https://github.com/Nurutomo) | ||
---|--- | ||
[Bochilgaming](https://github.com/BochilGaming) | [Nurutomo](https://github.com/Nurutomo) | ||
sepuh | sepuh | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "RTXZY-MD", | ||
"description": "Lightweight WhatsApp Bot", | ||
"repository": "https://github.com/BOTCAHX/RTXZY-MD", | ||
"logo": "https://telegra.ph/file/41faaeb380ee6529c179f.jpg", | ||
"keywords": [ | ||
"bot", | ||
"whatsapp", | ||
"multi-device", | ||
"whatsapp-bot" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
global.owner = ['6281395861695'] | ||
global.mods = ['6281395861695'] | ||
global.prems = ['6281395861695'] | ||
global.nameowner = 'Tio' | ||
global.numberowner = '6281395861695' | ||
global.mail = '[email protected]' | ||
global.gc = 'https://chat.whatsapp.com/Ln2vHjRrRayAbzalRMB56r' | ||
global.instagram = 'https://instagram.com/prm2.0' | ||
global.wm = '© Tio' | ||
global.wait = '_*Tunggu sedang di proses...*_' | ||
global.eror = '_*Server Error*_' | ||
global.stiker_wait = '*⫹⫺ Stiker sedang dibuat...*' | ||
global.packname = 'Made With' | ||
global.author = 'Bot WhatsApp' | ||
global.maxwarn = '2' // Peringatan maksimum | ||
|
||
//INI WAJIB DI ISI!// | ||
global.btc = 'YOUR_APIKEY_HERE' | ||
//Daftar terlebih dahulu https://api.botcahx.eu.org | ||
|
||
//INI OPTIONAL BOLEH DI ISI BOLEH JUGA ENGGA// | ||
global.lann = 'YOUR_APIKEY_HERE' | ||
//Daftar https://api.betabotz.eu.org | ||
|
||
global.APIs = { | ||
btc: 'https://api.botcahx.eu.org' | ||
} | ||
global.APIKeys = { | ||
'https://api.botcahx.eu.org': 'APIKEY' | ||
} | ||
|
||
let fs = require('fs') | ||
let chalk = require('chalk') | ||
let file = require.resolve(__filename) | ||
fs.watchFile(file, () => { | ||
fs.unwatchFile(file) | ||
console.log(chalk.redBright("Update 'config.js'")) | ||
delete require.cache[file] | ||
require(file) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: "3.9" | ||
services: | ||
web: | ||
build: . | ||
ports: | ||
- "8000:5000" | ||
volumes: | ||
- .:/code | ||
- logvolume01:/var/log | ||
links: | ||
- redis | ||
redis: | ||
image: redis | ||
volumes: | ||
logvolume01: {} |
Oops, something went wrong.