GitXplorerGitXplorer
t

WolfBot-SE

public
1 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
dcb97a1fbcb281694fbe14ce0a7a2ae2188aeaca

Fix various evil bugs

KKazWolfe committed 8 years ago
Unverified
b92ba633fb54c1246973664348c1b5bb6d8f6492

Good idea to actually include things.

KKazWolfe committed 8 years ago
Unverified
bddcf8154c38afc3783f13688b14440c010f6d78

Case sensitivity matters.

KKazWolfe committed 8 years ago
Unverified
e08ea8fc229983097357512c1ec8b85153fd0953

Protip: Use an IDE

KKazWolfe committed 8 years ago
Unverified
635793fba72dc3b8c96b5ce6bda630bf40e7f0da

Update other list manager methods.

KKazWolfe committed 8 years ago
Unverified
adc0ab0b9aeed263a88c92006ca3965098728568

Added whitelist function, began moving list management commands over.

KKazWolfe committed 8 years ago

README

The README file for this repository.

WolfBot-SE

A chatbot for StackExchange

This is a very simple little chatbot for StackExchange stuff. It features a very simple plugin system that allows users to add new commands and tasks with absolute ease.

Setting Up

  1. Install all dependencies:
pip install beautifulsoup4
pip install websocket-client
  1. Run python WolfCore.py
  2. Enter credentials and room number
  3. Navigate to the room, and paste in superuser escalation command (/iamthecaptainnow FFFFFF)

Accounts

You will need a StackExchange account with at least 20 reputation. You may not use OpenID at this time -- you must use an e-mail address through SE's login system. Additionally, you also need to sign on at http://stackexchange.com/ at least once before being able to connect to any chat rooms.

Plugins

  1. Create a new plugin under the plugins/ folder in the main directory.
  2. Add your code to it. Use the AUPlugin.py file as an example.
  3. Restart the bot to load the new plugin.