Navigation Menu

Skip to content

CIRCL/rt_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple request tracker bot making use of the RT REST API.


Dependencies:
 - python (tested with v2.6)
 - wokkel (tested with v0.7)
 - python-rtkit
 - twisted

Setup:
 - Copy the file bot.conf.sample to bot.conf
 - Edit all properties in bot.conf
 - Launch the bot with ./run_me.sh

Using the bot:
 The bot will joing the specified room.
 In order to interact with it, write its name followed by a space and
 a command.
 e.g.
 rt_bot help

 Calling the help function will explain what the bot can do and what
 functions it supports.

About

simple request tracker xmpp bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%