Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

nortxort/tinybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinybot

An extension module for the pinylib module.

tinybot is an example as to how a tinychat bot could look like using the pinylib module as a base. It could be used as a template or it could be expanded with more features. It's all up to you how you would like to use it. A windows executable is provided in the release section along with the source code used to compile it.

Setting up

Examples shown here, assumes you are using windows.

tinybot was developed using python 2.7 so this is the recomended python interpreter. If you do not already have that installed, install if from the link.

Requirements

tinybot reqires pinylib and its requirements.

Next download pinylib and tinybot and unpack them. Now copy the contents of the folders in tinybot to the coresponding folders inside pinylib. Meaning, the content of the folder named e.g util in tinybot should be placed in pinylibs util folder and so on. If a folder inside tinybot does not exist inside pinylib, then the whole folder and it's content is copied in to pinylib. Place the files in the root folder of tinybot in the root folder of pinylib, overwriting files if necessary.

Run tinybot

Run tinybot by typing python path\to\bot_client.py in a command prompt.

Author

License

The MIT License (MIT)

Copyright (c) 2016 nortxort

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgments

Thanks to the following people who in some way or another, has helped with this project