- Notifications
You must be signed in to change notification settings - Fork1
A bot to follow and interact with Google Hangouts conversations
License
elamperti/bastardbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This bot connects to Google Hangouts conversations usinghangups, by Tom Dryer.It will let you use/interact with the conversationssoon.We are working on it as much as we can.
For more information readthe wiki!
- Follow an ongoing conversation, acting upon its messages according to itsfilters.
- Give information back to conversations when anevent is triggered or by request of the users (viaslash commands or aweb API).
- We would like this to eventually evolve into alogging tool for chats.
The bot is not ready yet!
IMPORTANT: Python 3.3 or higher is required by hangups.You can installpyenv
, which will make your lifea lot easier.Here's agood tutorial about pyenv.
Before starting you must get thehangups submodule.
git submodule initgit submodule update
Install the required packages with pip:pip install -r requirements.txt
The first time you start BastardBot, you will be prompted to log into your Googleaccount by the hangups library. It only sends your credentials to Google, and itstores session cookies locally.
Documentation, help and feedback are welcome.