Topic on Extension talk:ArticleFeedbackv5

Jrsovereign (talkcontribs)

Is anyone aware of a way to get notified via e-mail or RSS feed when a page has feedback added to it?

203.206.134.92 (talkcontribs)

I have written 2 scripts that, when invoked via crontab, will email all the feedback since last time they ran. You will need to edit some of the script content to decide where to email to.

Dependencies: Python 2, mysql, sendmail

crontab (replace underscore_words with your settings): 1 */3 * * * $HOME/bin/wiki-feedback-last30.sh database_name table_prefix | $HOME/bin/wiki-feedback-emailnew.py friendly_wiki_name your_email_address

wiki-feedback-last30.sh: http://pastebin.com/icy2WaGA

wiki-feedback-emailnew.py: http://pastebin.com/kBMsTwYf

Reply to "Notifications?"