diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..723632a --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ +Copyright (c) 2017 Thomas L +Copyright (c) 2017 b3yond + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index 4ad951a..f336a36 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,6 @@ Desktop/pycharm-community-2017.1.4/bin/pycharm.sh - [x] implement trigger class in retootbot - [x] read config in retweetbot - [x] put shutdown contact in ticketfrei.cfg +- [ ] document what you have to configure if you setup the bot in another city +- [ ] write a script to setup the bot easily. ask the admin for the necessary information +- [ ] write a web interface, so we can host the bot for other cities - ppl don't have to know the command line diff --git a/ticketfrei.cfg.example b/ticketfrei.cfg.example index 39d9cf6..c4e1e83 100644 --- a/ticketfrei.cfg.example +++ b/ticketfrei.cfg.example @@ -8,7 +8,7 @@ server = 'yourmastodoninstance' [tapp] consumer_key = "yourconsumerkey" -consumer_secret = yourconsumersecret" +consumer_secret = "yourconsumersecret" # shutdown_contact_userid = 012345 # shutdown_contact_screen_name = 'yourscreenname'