├── .gitignore ├── README.md ├── robot.py ├── settings.py ├── testfile.txt └── users.txt /.gitignore: -------------------------------------------------------------------------------- 1 | settings.py 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunio/WhitespaceBot/HEAD/README.md -------------------------------------------------------------------------------- /robot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunio/WhitespaceBot/HEAD/robot.py -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunio/WhitespaceBot/HEAD/settings.py -------------------------------------------------------------------------------- /testfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunio/WhitespaceBot/HEAD/testfile.txt -------------------------------------------------------------------------------- /users.txt: -------------------------------------------------------------------------------- 1 | Miserlou 2 | --------------------------------------------------------------------------------