https://github.com/carsonip/alexa-whatsapp
https://github.com/carsonip/alexa-whatsapp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carsonip/alexa-whatsapp
- Owner: carsonip
- Created: 2016-08-14T12:52:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T19:47:50.000Z (almost 10 years ago)
- Last Synced: 2025-04-20T01:39:38.214Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alexa WhatsApp Skill
This project uses Amazon Lambda and Amazon Alexa. It requires a corresponding lambda script to work.
This project uses the [yowsup](https://github.com/tgalal/yowsup) library.
#### Using this project may result in a WhatsApp account ban. Use with great caution.
## Building
Note: The project is developed using Python 2.7 and it is unsure whether it will work on Python 3.
Create your own `credentials.py` according to `credentials.example.py`
Run
```shell
pip install -r requirements.txt
python app.py
```
## Usage
Follow the instructions in yowsup to register. It has been pretty messy there.
Here is the most useful one:
https://github.com/tgalal/yowsup/wiki/Sample-Application#feedback-from-a-newbie-that-got-here
Simply use yowsup-cli to request a code, register and entering the credentials into `credentials.py`.
To define an alias, modify `names.py`.