Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AellyOfficial/Aelly

Repository files navigation

💠Aelly💠

Your Personal Assisstant, on WhatsApp!


Aelly is an optimized and easy-to-use WhatsApp UserBot written in Node.js. Utilize your personal chat assistant/group manager to make the most out of WhatsApp.

Deployment

Only local deployment is working for now!

Manually on Heroku

Deployment to heroku using the button is not working for now!

You can deploy the bot the heroku yourself using the button below!

ㅤㅤㅤᴅᴇᴘʟᴏʏ ᴏɴ ʜᴇʀᴏᴋᴜ​ 🚀

ㅤㅤㅤᴛʜᴇ ᴇᴀsɪᴇsᴛ ᴡᴀʏ ᴛᴏ ᴅᴇᴘʟᴏʏ Aelly

Using Docker locally

To follow this method, you will need to have docker installed on your machine and have some experience using docker.

To host the bot on your own device using docker, follow the following steps on your terminal / command prompt -

wget -O Aelly.tar.gz https://github.com/AellyOfficial/Aelly/archive/refs/tags/v2.0.0-beta.tar.gz
tar -xvzf Aelly.tar.gz
cd Aelly-2.0.0-beta
docker build -t Aelly .
docker run --rm --name Aelly Aelly

This will create a container running Aelly. You'll have to scan the QR at least once.

The GNU/Linux Legacy Way

To use this method, you will need ffmpeg, nodejs, npm installed on your device.

To run the bot on your device manually, you can use the following commands -

git clone https://github.com/AellyOfficial/Aelly.git
cd Aelly
yarn
npm start

Scan QR Code again

If you're having issues when running locally it is recommended to scan the code again. To get the QR code again, follow these commands -

rm -rf Aelly.db session.data.json
npm start

Support and Discussion groups

Feel free to post your queries or concerns on any of the discussion forums mentioned below:

Join Telegram Group

Inspiration

Copyright & License

Legal

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by WhatsApp or any of its affiliates or subsidiaries. This is an independent and unofficial software. Use at your own risk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published