Skip to content

AbinashBishoyi/python-whatsapp-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a bot written in python that runs in whatsapp and is purely an extension of yowsup.

##Installation## The installation process is quite simple

One Time steps####

git clone https://github.com/asdofindia/python-whatsapp-bot.git
cd python-whatsapp-bot
git submodule init
git submodule update

Associating with account

Follow https://github.com/tgalal/yowsup/wiki/yowsup-cli#registration and register a number. After registering you must have created a config file as mentioned here like this Place the config file in configs folder.

Running the bot

python bot.py -c configs/<yourconfig> -b -a -k

if -c is not specified, configs/config will be used.

Contribute

Report errors

I have tried to use modules that are already available in python. If any missing module error is thrown, try pip install <modulename>. Please create an issue if you have errors that needs fix

Develop modules

Read modules in the modules folder and create your own modules. If possible teach me python and refactor this mess. Send pull requests, I'll merge them if I know how to :P

Credits

##About Look at my older implementation to know more about how that used to work.

About

A better implementation of my earlier bot pyWhatsapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published