Skip to content

A better implementation of my earlier bot pyWhatsapp. Caution: read caution

License

Notifications You must be signed in to change notification settings

javiersantos/python-whatsapp-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

##CAUTION## Although this used to work fine, I got two numbers banned(?) in late August, 2014. So, please be warned.

##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. Caution: read caution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published