Thomas Ward 165c866a5d Multiple changes, cleanup, etc.
- Missing .gitignore.  Add it.
 - Missing requirements.txt, required.  Added.
 - lugito.py:
   - Missing http.client, `import http` isn't enough for that.  Import
     it.
   - Spaces around concatenation `+` and such. Spaces between defs.
     PEP8 style.
   - Simplify `if` and logicals.  Simplify loops.
   - Stop using deprecated commands per deprecation warnings.
   - Don't shadow other higher-up inherited variables such as 'hash'.
   - Declare variables that are 'always' referred to, to avoid problems.
   - Use regex instead of re, per Python 3 API recommendations to use
     'regex' instead of 're'.
2018-11-03 14:59:22 -05:00
2018-06-24 14:57:00 -05:00
2018-11-03 14:59:22 -05:00
2018-06-24 15:08:58 -05:00
2018-11-03 14:59:22 -05:00
2018-05-20 01:23:12 -05:00

Lugito

This is Lubuntu's friendly IRC notifications bot, hooked up to our Phabricator instance at phab.lubuntu.me

The code is licensed under the 3-clause BSD license, and is copyrighted by the Lubuntu team. More info available in LICENSE.

Description
Languages
Python 98.5%
Makefile 1.5%