forked from cgoeller919/BibleBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
18 lines (11 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Twitch BibleBot v0.0.1
This is my BibleBot for Twitch. The purpose of this bot is to allow streamers to include a series of commands in their chats that will allow them to quickly have scripture input into their chat for their users to see. This project is open source, and may be used by any who find it useful to them. It is not however meant to be distributed by any other meaans.
This bot in its unpackaged form requires Python 2.7.13. You can download it here: https://www.python.org/downloads/release/python-2713/
This also requires several additional libraries that may or may not come preloaded in your IDE. You can find these libraries in the header each of the files.
This project also uses two open source modules:
BibleGatewayPyAPI: https://github.com/nardyn/biblegatewayPyAPI/
Scriptures: https://pypi.python.org/pypi/python-scriptures/
I would like to thank Bad Nidalee for his video helping me to learn how to develop this chat bot. You can find his video tutorial here: https://www.youtube.com/watch?v=T8DLwACpe3o&t=1337s
Twitch Commands
!verse [book] [chapter] [verse number] - prints the request verse
!votd - prints www.biblegateway.com's verse of the day (currently not functioning)