Code Monkey home page Code Monkey logo

nayla's Introduction

ย ย 

Requirements โ€ข Installation โ€ข Donate


Information

NayLa-B0TZ adalah bot yang saya buat sendiri mengambil dari youtube lalu saya perbaiki dan tambah kan fiture nya Jika kamu menemukan semacam bug, harap untuk dimaklumi hehe untuk nama session ny adalah session.data.json Note : setiap sc session ny beda"


Bugs and Tester

  • Jika kamu menemukan bug jangan lupa buka Issues
  • Info Lebih Lanjut, Chat owner-nayla

Requirements


Instalasi

For Heroku

Deploy

Buildpack

 heroku/nodejs
 https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
 https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git

For Windows/RDP

git clone https://github.com/ItzLighting9332/nayla.git
cd nayla
npm install
node main

Installing the FFmpeg for Windows

  • Unduh salah satu versi FFmpeg yang tersedia dengan mengklik di sini.
  • Extract file ke C:\ path.
  • Ganti nama folder yang telah di-extract menjadi ffmpeg.
  • Run Command Prompt as Administrator.
  • Jalankan perintah berikut::
> setx /m PATH "C:\ffmpeg\bin;%PATH%"

Jika berhasil, akan memberikanmu pesan seperti: SUCCESS: specified value was saved.

  • Sekarang setelah Anda menginstal FFmpeg, verifikasi bahwa itu berhasil dengan menjalankan perintah ini untuk melihat versi:
> ffmpeg -version

For Termux

termux-setup-storage
apt update && apt upgrade
pkg install nodejs && pkg install git && pkg install ffmpeg
git clone https://github.com/ItzLighting9332/nayla.git
cd nayla
npm install
npm update
node . (option)

For Replit

Run on Repl.it

  • klik button
  • buka console
npm i
npm update
node . (option)

Edit file


command node . [--options] [<session name>]

Contoh: node . --self --restrict --autoread session.data.json

--self

Aktifkan mode self (Mengabaikan yang lain)

--prefix <prefixes>

  • prefixes dipisahkan oleh masing-masing karakter Setel awalan

--server

Digunakan untuk heroku atau pindai melalui situs web

--db <json-server-url>

Gunakan db eksternal alih-alih db lokal, Contoh Server https://json-server.nurutomo.repl.co/ Code: https://repl.it/@Nurutomo/json-server

node . --db 'https://json-server.nurutomo.repl.co/'

Server harus memiliki spesifikasi seperti ini

GET

GET /
Accept: application/json

POST

POST /
Content-Type: application/json

{
 data: {}
}

--big-qr

Jika qr unicode kecil tidak mendukung

--restrict

Mengaktifkan plugin terbatas (yang dapat menyebabkan nomor Anda diblokir jika digunakan terlalu sering)

  • Administrasi Grup add, kick, promote, demote

--img

Aktifkan pemeriksa gambar melalui terminal

--autoread

Jika diaktifkan, semua pesan masuk akan ditandai sebagai telah dibaca

--nyimak

Tidak ada bot, cukup cetak pesan yang diterima dan tambahkan pengguna ke database

--test

Development Testing Mode

--trace

conn.logger.level = 'trace'

--debug

conn.logger.level = 'debug'

Donate

nayla's People

Contributors

neonbotz avatar danzgantevk75 avatar zevanoo avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.