forked from ticketfrei/ticketfrei
Merge branch 'master' of https://github.com/b3yond/ticketfrei
This commit is contained in:
commit
36f919826f
14
LICENSE
Normal file
14
LICENSE
Normal file
|
@ -0,0 +1,14 @@
|
|||
Copyright (c) 2017 Thomas L <tom@dl6tom.de>
|
||||
Copyright (c) 2017 b3yond <b3yond@riseup.net>
|
||||
|
||||
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.
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue