Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshuljain13/whatsapp_bot
https://github.com/harshuljain13/whatsapp_bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshuljain13/whatsapp_bot
- Owner: harshuljain13
- Created: 2015-11-11T16:18:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:46:38.000Z (about 2 years ago)
- Last Synced: 2024-09-25T11:27:01.506Z (3 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsapp_bot
## How to install in :
```
git clone https://github.com/harshul1610/whatsapp_bot.git
cd whatsapp_bot.git
```
##### Using requirementsfile and virtualenv
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```
##### OR Using virtualenvironment and package name
```
virtualenv venv
source venv/bin/activate
pip install whatsappbot
```
##### OR Using setup.py file
```python setup.py install```## How to run
##### Prepare Excel file in following format
| name_part_1 | name_part_2 |
| ----------- | ----------- |
| harshul | Jain |```python bot/main.py```
##How to contribute:
make changes in your local repository and submit a pull request.