Skip to content

Walkire/FoxBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

FoxBot

Twitch chat mod bot using python and sockets

How to use for the first time

  • Open cfg-blank.py
  • change CHAN to the host channel username
  • change NICK to the bot username
  • change PASS to your bots OAUTH Token
  • change cfg-blank.py to cfg.py
  • Add data to DATA list in cfg.py as needed
  • Run bot.py

Prerequisites

  • Create a user on Twitch.tv that will become the bot
  • Have a channel that the bot will monitor
  • This code uses Python 3 so make sure it is installed on your system

Installing

  • After installing python 3
  • Open shell of choice
  • Clone repository
  • Follow instructions on How to use for first time

Built With

Authors

  • Nathaniel Allvin - Initial work - Walkire

License

Copyright (c) 2016 Nathaniel Allvin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Twitch chat bot using python and sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages