-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme updated, example config updated, project.clj updated
- Loading branch information
Grigory Romodanovskiy
committed
Apr 29, 2018
1 parent
e90fa83
commit ba7085b
Showing
3 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
# org.red/killbot | ||
# org.red/ares | ||
|
||
TODO: Brief description | ||
A tool that fetches information from [zKillboard] and posts relevant killmails to a discord channel via a webhook. | ||
Example: ![alt text](https://i.imgur.com/LUbgL5U.png) | ||
|
||
|
||
[zKillboard]: https://zkillboard.com | ||
|
||
## Releases and Dependency Information | ||
|
||
* Releases are published to TODO_LINK | ||
|
||
* Latest stable release is TODO_LINK | ||
|
||
* All released versions TODO_LINK | ||
|
||
[Leiningen] dependency information: | ||
|
||
[org.red/killbot "0.1.0-SNAPSHOT"] | ||
|
||
[Maven] dependency information: | ||
|
||
<dependency> | ||
<groupId>org.red</groupId> | ||
<artifactId>killbot</artifactId> | ||
<version>0.1.0-SNAPSHOT</version> | ||
</dependency> | ||
|
||
[Leiningen]: http://leiningen.org/ | ||
[Maven]: http://maven.apache.org/ | ||
|
||
|
||
The project is intended to be used as an application, not a library, and therefore not published to clojars/maven. | ||
The latest precompiled binaries can be found in releases tab on github. | ||
|
||
## Usage | ||
|
||
TODO | ||
|
||
Supply a config file via a cmd parameter `-c` (example: `-c example-config.edn`) | ||
|
||
|
||
## Change Log | ||
|
||
* Version 0.1.0-SNAPSHOT | ||
* Version 0.3.0-SNAPSHOT - Support for multiple destinations, filtering based on region | ||
* Version 0.1.0-SNAPSHOT - Initial release | ||
|
||
|
||
|
||
## Copyright and License | ||
MIT License | ||
|
||
|
||
Copyright © 2018 greg2010 | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
Copyright © 2018 TODO_INSERT_NAME | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
TODO: [Choose a license](http://choosealicense.com/) | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters