Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogasakti/imagetosticker
Whatsapp Bot - sticker creator
https://github.com/yogasakti/imagetosticker
downloader meme sticker whatsapp-bot
Last synced: 6 days ago
JSON representation
Whatsapp Bot - sticker creator
- Host: GitHub
- URL: https://github.com/yogasakti/imagetosticker
- Owner: YogaSakti
- Created: 2020-05-23T19:50:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T19:42:36.000Z (over 1 year ago)
- Last Synced: 2024-10-31T01:02:20.275Z (20 days ago)
- Topics: downloader, meme, sticker, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 288 KB
- Stars: 271
- Watchers: 31
- Forks: 217
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS REPOSITORY IS OUTDATED AND NOT MAINTAINED AGAIN, ALL THE ISSUES OR PULL REQUESTS WILL BE IGNORED.
# Whatsapp Bot - sticker creator
[![Codefactor](https://www.codefactor.io/repository/github/yogasakti/imagetosticker/badge)](https://www.codefactor.io/repository/github/yogasakti/imagetosticker)🥟 Help me!
[Saweria](https://saweria.co/donate/yogasakti)
[Trakteer](https://trakteer.id/red-emperor)
[Paypal.me](https://paypal.me/yshputra)
## Features
| Sticker Creator | Feature |
| :-----------: | :--------------------------------: |
| ✅ | Send Photo with Caption |
| ✅ | Reply A Photo |
| ✅ | Image Url |
| ✅ | Animated sticker using giphy url |
| https://bit.ly/3hmgD4R | sticker with no background |
| https://bit.ly/3hmgD4R | sticker meme || Downloader | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | Tiktok Downloader (No WM & WM) |
| ✅ | Twitter Video Downloader |
| ✅ | Facebook Video Downloader (SD & HD) |
| ✅ | Instagram Video Downloader || Other | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | Create Custom meme (top text & bottom text) |
| ✅ | Translate text (quote only) |
| ✅ | check data on the spread of Covid-19 in certain locations|
| ✅ | Check Shipping info (indonesia only) |
| BETA | Anti Spam || Grup Only | Feature |
| :------------: | :---------------------------------------------: |
| ✅ | Promote User |
| ✅ | Demote User |
| ✅ | Kick User |
| ✅ | Delete bot message |
| https://bit.ly/3hmgD4R | Mention All User |## To-Do
- Add More Feature
- More refactoring
---## Getting Started
This project require NodeJS v12.
### Install
Clone this project```bash
> git clone https://github.com/YogaSakti/imageToSticker.git
> cd imageToSticker
```Install the dependencies:
```bash
> npm install
```### Usage
1. run the Whatsapp bot```bash
> npm start
```after running it you need to scan the qr
## Troubleshooting
Make sure all the necessary dependencies are installed: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.mdFix Stuck on linux, install google chrome stable:
```bash
> wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
> sudo apt install ./google-chrome-stable_current_amd64.deb
```