Coder Social home page Coder Social logo

djalega / yukino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from empty-sama/yukino

0.0 0.0 0.0 12.31 MB

A Simple yet complex Whatsapp bot developed by Empty-sama in Javascript using Baileys

License: MIT License

Shell 0.02% JavaScript 86.94% Python 12.91% Nix 0.07% Dockerfile 0.05% Procfile 0.02%

yukino's Introduction

๐ŸŽ€Yukino Yukinoshita๐ŸŽ€

Good day. I am Yukino Yukinoshita, A whatsapp Multi Device Bot Developed by [Empty-sama](https://github.com/Empty-sama/Empty-sama). I have many uses plus functions that you can use after deploying me





๐Ÿ Run Repl for Qr ๐Ÿ



๐Ÿš„ Deploy On Railway ๐Ÿš„



๐Ÿ€ Deploy On Heroku ๐Ÿ€

Deploy on Heroku

Add These 2 Builbpacks On Heroku

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
https://github.com/clhuang/heroku-buildpack-webp-binaries.git




Termux

termux-setup-storage

apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y 
pkg install ffmpeg -y 
pkg install wget
pkg install imagemagick -y

git clone https://github.com/Empty-sama/Yukino
cd Yukino
npm i
npm start

Command For 24/7

npm i -g forever && forever index.js && forever save && forever logs

Windows Cmd & Vs

> git clone https://github.com/Empty-sama/Yukino.git
> cd Yukino
> npm i
> npm start

Edit config file

Edit your config details in your own repo like -- config.js

13  global.Owner = ['27729378630']//Use your number instead of mine
14  global.OwnerNumber = ['27729378630']//Use your number instead of mine
15  global.ownertag = ['27729378630']//Leave blank if you don't want bot to send the msg
16  global.BotName = "Yukino" //U could change name if you really wanted to
17  global.packname = "Yukino"//sticker pack name
18  global.author = "Empty-sama"//author of sticker pack name
19  global.OwnerName = "Empty-sama Sir๐Ÿš€๐ŸŒŸ"//Number to display on V-Card

If you want Autoreply/Bot chat

Comment out/delete /* , */ the code form your Core.js line 224,332 in your own repo like -- Core.js

   
224   /* Dm and Groups Autoreply/Bot chat
225   
226   if (!isCmd && !m.isGroup){
227   const botreply = await axios.get(`http://api.brainshop.ai/get?bid=166512&key=5nz1Ha6nS9Zx1MfT&uid=[uid]&msg=[msg]=[${budy}]`)
228   txt = `${botreply.data.cnt}`
229   m.reply(txt)
230   }    
231   
232    */
   



โšก Spacial Thanks To โšก

* [๐ŸงฉKai for A17](https://github.com/sama0071)

โœง Join My Whatsapp Group for Support โœง


Reminder

  • This bot is not made by WhatsApp Inc. So misusing the bot might ban your WhatsApp account!(Though your WhatsApp account can be unbanned only once.)
  • I am not responsible for banning your account.
  • Use at your own risk by keeping this warning in mind.

โœง Thanks To Fantox โœง

yukino's People

Contributors

empty-sama 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.