From f4b8300ac1b534bfc9cc6242a0cc206c7a7f319e Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 14 Oct 2017 19:54:57 +0000 Subject: [PATCH 1/4] minor correction to ticketfrei.cfg.example --- ticketfrei.cfg.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 150e3579b7b48bee5ac1e50460a1b0f7302268a2 Mon Sep 17 00:00:00 2001 From: b3yond Date: Tue, 17 Oct 2017 00:04:21 +0200 Subject: [PATCH 2/4] added 2 todo points --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83b1f98..219362c 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,5 @@ 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 From aefe78eb50883122c481671536111ad118e2094a Mon Sep 17 00:00:00 2001 From: Thomas L Date: Tue, 17 Oct 2017 00:14:57 +0200 Subject: [PATCH 3/4] add license --- LICENSE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LICENSE 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. From d6a94432c8e2a7235e15137166258f30fa009fb5 Mon Sep 17 00:00:00 2001 From: b3yond Date: Tue, 17 Oct 2017 00:15:56 +0200 Subject: [PATCH 4/4] added another todo point --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 219362c..1ad2fa6 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,4 @@ Desktop/pycharm-community-2017.1.4/bin/pycharm.sh - [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