We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d79a11 commit f92ffb7Copy full SHA for f92ffb7
README.md
@@ -1,5 +1,17 @@
1
# Twitch bot in PHP
2
3
+## Users
4
+
5
+### Setup the bot
6
+1) Launch setup.sh by typing `bash setup.sh`
7
+2) Edit `bot.php` file and enter your oAuth token, bot name and your channel
8
9
+### Launch the bot
10
+1) Launch `launch.sh` by typing `bash launch.sh`
11
12
13
+## Developpers
14
15
I write this bot to have clean PHP base to create custom Twitch bot in PHP.
16
This project use modules system with hooks to add your own features. You can see examples of modules in `/modules` folder.
17
@@ -57,5 +69,5 @@ class Responder {
57
69
7) Start your bot in screen or tmux for example ! `php bot.php`
58
70
59
71
60
-### Examples:
72
+## Examples:
61
73
https://www.twitch.tv/warths (with custom modules and default)
0 commit comments