/Chat-with-Python-XMPP

Because of my busy schedule I fail to message even my close friends. Because of which they become angry birds :p. This small few LOC script can save you. Just run this script everyday with all your close ones email ids and message. Everybody will get message from you at the same time.

Primary LanguagePython

Chat-with-Python-XMPP

##Prerequisite:

  • sudo apt-get install python
  • sudo apt-get install python-xmpp
  • sudo apt-get install python-dnspython

#Note: You might face problem with xmpp if you are using third party python distribution like canopy,anaconda etc. instead of Ubuntu's default python. Check the proxy settings as well. Try with no proxy. Enable the checkbox for "Allowing less secure apps to access your account" in your gmail settings.

After downloading the script, make the required changes in the script like your username, password, friend's emailid etc.

Run the script,

  • python chat.py

You can find the chat boxes of your friends having your message successfully delivered.