Skip to content

unlink2/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Table of content

Installation

Simply pull the repository and install the dependencies in requirements.txt

Usage

The api can be configured by editing the default values in api.py.

To configure the bot create a folder called config in the project's root directory. Sample bot.json:

{
    "password":"secret",
    "username":"username",
    "port": 6667,
    "server": "irc.example.com",
    "channel": "#unlink2",
    "admins": ["unlink2"],
    "sudoku_base":"http://127.0.0.1:5000"
}

License

This program is distributed under the terms of the MIT License.

Contributing

All contributions are welcome. Both pull requests and issue reports are always appreciated. Please make sure that all existing tests pass before submitting a pull request.

TODO

About

Simple sudoku api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published