Skip to content

Commit f92ffb7

Browse files
committed
Update README.md
1 parent 9d79a11 commit f92ffb7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Twitch bot in PHP
22

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+
315
I write this bot to have clean PHP base to create custom Twitch bot in PHP.
416
This project use modules system with hooks to add your own features. You can see examples of modules in `/modules` folder.
517

@@ -57,5 +69,5 @@ class Responder {
5769
7) Start your bot in screen or tmux for example ! `php bot.php`
5870

5971

60-
### Examples:
72+
## Examples:
6173
https://www.twitch.tv/warths (with custom modules and default)

0 commit comments

Comments
 (0)