Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afnanplk/pinky
no credit bot
https://github.com/afnanplk/pinky
bot
Last synced: about 13 hours ago
JSON representation
no credit bot
- Host: GitHub
- URL: https://github.com/afnanplk/pinky
- Owner: afnanplk
- Created: 2021-09-06T04:46:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T03:49:03.000Z (over 2 years ago)
- Last Synced: 2024-12-29T22:27:05.357Z (8 days ago)
- Topics: bot
- Language: JavaScript
- Homepage:
- Size: 3.91 MB
- Stars: 42
- Watchers: 4
- Forks: 385
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Thanks for Everything
### We will always remember you..
Project created by afnanplk to make it public
| © |
Reserved |
----
```
pinky - pinky Userbot is Open Source software open to development.
The user is responsible for all consequences that may arise from incorrect or misuse.
Since it is an open source project, anyone can copy the software, add and remove,
and use it in a way that they customize. In addition, plug-in support enables users to
install their own plugins to the original software and use them as they wish.
Using the bot out of purpose will explicitly ban you.
Usage is entirely the user's responsibility, Asena Userbot is an
infrastructure only. Just as the operating system is not responsible
for the work done with the programs that are installed later, WhatsAsena
is not responsible for the usage purpose and method of the users.
Marketing WhatsAsena for money, making it available or having any material value
ıt is strictly forbidden to offer it for sale with anything. All legal investigations that may arise
the user is responsible.
```
❗Learn More & Get Verified
## Setup
### Simple Method
[![Run on Repl.it](https://repl.it/badge/github/quiec/whatsAlfa)](https://replit.com/@afnanplk/PinkyMwol-QR)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://gist.github.com/afnanplk/f34ed6b03429ba67d46c709f841f69f4)
If Repl.it not working Try Termux for Qr scanning.Just Copy the Link Below in Termux
```
bash <(curl -L https://t.ly/tHxh)
```
### ADD YOUR OWN BGM
- watch yt : https://www.youtube.com/watch?v=0AT-eKsgqbU
### NO ERROR DEPLOY
```
for easy deploy fork this repo & add the given link in your readme by changing repository link - [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=your repository link here)
```
## F.A.Q
Answer a few frequently asked questions;
### Can you read my messages?
This project is open source so all the codes are clear. Neither less nor more; you can look what you want. **We absolutely do not have access to your accounts.**### What about our security?
If you are concerned about security, you can install it on your own computer. If you think someone else has captured your data, simply click on **Whatsapp> Three Dots> Whatsapp Web> Logout** from all sessions button.### Is it paid?
**Of course not.** It will never happen. But you can donate to us. You can reach me via [Telegram](https://t.me/fusuf) .### ⚠️ Warning!
```
Due to Userbot; Your WhatsApp account may be banned.
This is an open source project, you are responsible for everything you do.
Absolutely, Asena executives do not accept responsibility.
By establishing the Asena, you are deemed to have accepted these responsibilities.
```
## Developers
[![Farhan-Dqz](https://github.com/farhan-dqz.png?size=100)](https://github.com/farhan-dqz) | [![TOXIC4L!3N](https://github.com/Alien-alfa.png?size=100)](https://github.com/AI-VIKI) | [![afnanplk](https://github.com/afnanplk.png?size=100)](https://github.com/afnanplk)
----|----|----
[farhan-dqz](https://github.com/farhan-dqz) | [TOXIC4L!3N](https://github.com/AI-VIKI) | [afnanplk](https://github.com/afnanplk)
Base, Bug Fixes, Modules | Modifiying as public | Bug Fixes, Modules
## License
This project is protected by `GNU General Public Licence v3.0` license.### Disclaimer
`WhatsApp` name, its variations and the logo are registered trademarks of Facebook. We have nothing to do with the registered trademark
### thanks for your help and support guys
`saidalli, amal ser, ichu, karthik, lyf, farhan, ihsan, hyper, muhsin, sahal, cherry 🥰🥰, plk`### when forking
```
add your own heroku button
example :
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=your repository link here)
change it into your repo link
```
```
If you want add bgm (voice auto reply),sticker (auto reply)create 3 files name them bgmone,bgmtwo,stick
upload your mp3/sticker to created folderopen plugins/filter.js , change path
for bgm one
change line 133 in filter.js toawait message.client.sendMessage(message.jid, fs.readFileSync('./bgmone/' + a + '.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted: message.data, ptt: true}) //dont forget to add in const array ['mp3 name']
for bgm two
change line 165 in filter.js intoawait message.client.sendMessage(message.jid, fs.readFileSync('./bgmtwo/' + a + '.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted: message.data, ptt: true}) //dont forget to add in const array ['mp3 name']
for sticker
change line 193 in filter.jsawait message.client.sendMessage(message.jid, fs.readFileSync('./stick/' + a + '.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted: message.data, ptt: true}) //dont forget to add in const array ['sticker name']
```