47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
#
|
|
# Sample Hebdobot config file
|
|
#
|
|
|
|
# Revue settings.
|
|
review.directory=../reviews
|
|
review.file.suffix=-log-irc-revue-hebdomadaire.txt
|
|
|
|
|
|
# IRC settings.
|
|
irc.host=irc.freenode.org
|
|
irc.port=6667
|
|
irc.name=Hebdobot
|
|
irc.channel=#april-test
|
|
irc.identify.nick=
|
|
irc.identify.password=
|
|
|
|
# Privatebin settings.
|
|
#privatebin.url=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
|
# Twitter settings.
|
|
#twitter.consumerKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
#twitter.consumerSecret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
#twitter.accessToken=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
#twitter.accessTokenSecret=XXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
|
# Ident.ca settings.
|
|
#identica.apiKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
#identica.apiSecret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
#identica.tokenKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
#identica.tokenSecret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
|
# Notifications
|
|
# Cron expression: http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html
|
|
#notify.at5.cron=0 55 11 ? * *
|
|
#notify.at5.irc=Revue hebdomadaire dans 5 minutes
|
|
#notify.at5.twitter=Revue hebdomadaire !april dans 5 minutes sur irc://irc.freenode.org/april ou http://apr1.org/8l
|
|
|
|
notify.at15.cron=0 45 11 ? * *
|
|
notify.at15.irc=Revue hebdomadaire dans 15 minutes
|
|
notify.at15.twitter=Revue hebdomadaire April à 12h sur notre salon : http://april.org/salon-irc-de-lapril\nCette revue ne dure qu\'une quinzaine de minutes et permet d\'avoir une idée des actions en cours et à venir.\nVous pouvez aussi juste nous faire un coucou. Et ça met en appétit :)
|
|
notify.at15.image=/srv/foo/photo-pizza.jpg
|
|
|
|
#notify.at30.cron=0 30 11 ? * *
|
|
#notify.at30.irc=Revue hebdomadaire dans 30 minutes
|
|
#notify.at30.twitter=Revue hebdomadaire !april dans 30 minutes sur irc://irc.freenode.org/april ou http://apr1.org/8l
|