Browse Source

New configfile for whatsapp

master
Rogier Neeleman 11 years ago
parent
commit
e0bcc3f4fe
  1. 1
      .gitignore
  2. 2
      breakbot
  3. 20
      conf/whatsapp-example.json
  4. 4
      docs/README.txt

1
.gitignore vendored

@ -3,6 +3,7 @@ logs/* @@ -3,6 +3,7 @@ logs/*
# Ignore the running willie config file
conf/whatsedo.cfg
conf/whatsapp.json
# Don't ignore gitignore
!.gitignore

2
breakbot

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit f48a437fc27c39e10fbaaa63da9df72a1ff78cdf
Subproject commit bc790f8f972cbeaca5ed04684fcca125d096d257

20
conf/whatsapp-example.json

@ -0,0 +1,20 @@ @@ -0,0 +1,20 @@
{
"contacts": {
"34555555530-1321985629@g.us": "#whatsedo",
"34555555125": "Whatsedo_wa",
"34555555530": "person1",
"34555555373": "person2",
"34555555806": "person3",
"34555555565": "person4",
"34555555602": "person5"
},
"config": {
"wa_phone": "34555555125",
"wa_password": "Your_whatsapp_password",
"irc_nick": "Whatsedo_wa",
"irc_server_name": "irc.server",
"irc_server_port": "6667",
"bot_owner_nick": "person1",
"log_file": "log.txt"
}
}

4
docs/README.txt

@ -7,3 +7,7 @@ @@ -7,3 +7,7 @@
Installation:
1. Make your own willie configfile by copying conf/whatsedo-example.cfg to conf/whatsedo.cfg
2. Do the same for the file conf/whatsapp.json
3. Change the settings in your new conf/whatsapp.json. The values has to be the same as in your conf/whatsedo.cfg file.

Loading…
Cancel
Save