Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaiserdj/stickerworld
Bot for whatsapp that automatically generates Sticker from the images or videos it receives
https://github.com/kaiserdj/stickerworld
bot stickers whatsapp whatsapp-bot
Last synced: 3 months ago
JSON representation
Bot for whatsapp that automatically generates Sticker from the images or videos it receives
- Host: GitHub
- URL: https://github.com/kaiserdj/stickerworld
- Owner: kaiserdj
- License: apache-2.0
- Created: 2020-10-27T21:59:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T22:23:03.000Z (over 3 years ago)
- Last Synced: 2024-09-30T15:06:57.274Z (3 months ago)
- Topics: bot, stickers, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 772 KB
- Stars: 45
- Watchers: 7
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🌍 Stickerworld 🌍 - Whatsapp Bot - Sticker creator [![CodeFactor](https://www.codefactor.io/repository/github/kaiserdj/stickerworld/badge)](https://www.codefactor.io/repository/github/kaiserdj/stickerworld)
Design created by @ry2n711Bot for whatsapp that automatically generates Sticker from the images or videos it receives
## Features
| Sticker Creator | Feature | Example |
| :-----------: | :--------------------------------: | :-----------------------------------------------------------------------------------------------------------------: |
| ✅ | Send Photo |![Sticker photo](https://user-images.githubusercontent.com/5487950/97725908-fde28c80-1ace-11eb-9f7b-7cb1fc9063b9.gif)|
| ✅ | Reply A Photo / Gif |![Sticker reply](https://user-images.githubusercontent.com/5487950/97725958-0aff7b80-1acf-11eb-8987-be41f35497ee.gif)|
| ✅ | Send Gif |![Sticker gif](https://user-images.githubusercontent.com/5487950/97725988-12bf2000-1acf-11eb-86b4-7e9522d89069.gif) |### Install
Clone this project```bash
> git clone https://github.com/kaiserdj/Stickerworld.git
> cd Stickerworld
```Install the dependencies:
```bash
> npm install
```### Usage
1. run the Whatsapp bot```bash
> npm start
```after running it you need to scan the qr
## Contributing
For bugs, questions, and discussions please use the [Github Issues](https://github.com/kaiserdj/Stickerworld/issues)
Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first.
## Donating
You can support the maintainer of this project through the link below
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/kaiserdj/)
## Contributors ✨
Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Kaiserdj
💻 ⚠️ 📆 🔧
Ryan almalki
🤔 💵 🎨
Simone D'Anna
🌍
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Disclaimer
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or any of its subsidiaries or its affiliates. The official WhatsApp website can be found at https://whatsapp.com. "WhatsApp" as well as related names, marks, emblems and images are registered trademarks of their respective owners.
## License
Copyright 2020 Kaiserdj
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.