I have made a chatbot using python, it has the following features:
- It can tweet(using tweepy).
- It can email.
- It can translate your text (i.e. english) in almost any language.
- It can search for you on google and print the topmost URLs and can also open the browser it asked.
- It can stores your passwords and print if asked.
- Gives output with audio(using gtts).
If you want to run this program you can download the folder and then run it on your computer using python IDLE (visit python.org). (Note - The tweet & email feature will not work because i have not uploaded the keys for it.)