Kaynağa Gözat

2017 readme and license update

master
Zac Herd 7 yıl önce
ebeveyn
işleme
7180edb77a
3 değiştirilmiş dosya ile 13 ekleme ve 8 silme
  1. +1
    -1
      LICENSE.md
  2. +11
    -6
      README.md
  3. +1
    -1
      bot.py

+ 1
- 1
LICENSE.md Dosyayı Görüntüle

@@ -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


+ 11
- 6
README.md Dosyayı Görüntüle

@@ -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.

+ 1
- 1
bot.py Dosyayı Görüntüle

@@ -2,7 +2,7 @@
# ----
# Discord bot by MrDetonia
#
# Copyright 2016 Zac Herd
# Copyright 2017 Zac Herd
# Licensed under BSD 3-clause License, see LICENSE.md for more info




Yükleniyor…
İptal
Kaydet