mirror of
https://github.com/MrDetonia/Maki.git
synced 2024-11-13 00:26:53 -05:00
2017 readme and license update
This commit is contained in:
parent
e7a115f412
commit
7180edb77a
@ -1,7 +1,7 @@
|
||||
Modified BSD License
|
||||
====================
|
||||
|
||||
_Copyright © 2015, Zac Herd_
|
||||
_Copyright © 2017, Zac Herd_
|
||||
_All rights reserved._
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
17
README.md
17
README.md
@ -8,11 +8,16 @@ Maki uses Python 3.4 with discord.py. Install python3.4 and use pip to install a
|
||||
To run Maki, simply run bot.py.
|
||||
|
||||
## Required Files
|
||||
- You will require an account for Maki to use, the logon details for which should be stored in a file called secret.py
|
||||
- Maki uses JSON files to store data persistently. You do not need to create these files, Maki will make them for you.
|
||||
- You will require a Discord Application for Maki to use, the token for which should be stored in a file called secret.py:
|
||||
```json
|
||||
token = '<Discord Application Token>'
|
||||
lfmkey = '<last.fm API key>'
|
||||
steamkey = '<Steam API key>'
|
||||
```
|
||||
- Maki uses JSON files to store data persistently. These will be created automatically in a data directory.
|
||||
|
||||
## License
|
||||
Copyright 2016, Zac Herd.
|
||||
All Rights Reserved.
|
||||
Licensed under the BSD 3-clause License.
|
||||
See LICENSE.md for a full copy of the license text.
|
||||
Copyright 2017, Zac Herd.
|
||||
All Rights Reserved.
|
||||
Licensed under the BSD 3-clause License.
|
||||
See LICENSE.md for a full copy of the license text.
|
||||
|
Loading…
Reference in New Issue
Block a user