Tools

Python

Lessons from Python

(back to the tools page)

From personal usage

  • supybot-plugin-create : Supybot command to generate a plugin template (basic source and license)

On going projects

Principle

  1. read our current position on the log file (last successful writing in the wiki)
    1. if no current position, create it and start at 0
  2. read the log file from this position to the end of the file
  3. write the content in the wiki
  4. update the current position in the log file to the current end of file
  5. return an explicit value and quit

References


Note

My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.

Green Marinee theme adapted by David Gilbert, powered by PmWiki