diff --git a/README.md b/README.md index 8c3f5d76..cd4d3414 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ [![Appveyor Status](https://ci.appveyor.com/api/projects/status/6hw48u0v6muwxvvo?svg=true)](https://ci.appveyor.com/project/CriticalFlaw/flawbot) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1747be5dd35645369b747b81cc86701c)](https://www.codacy.com/app/CriticalFlaw/FlawBOT?utm_source=github.com&utm_medium=referral&utm_content=CriticalFlaw/FlawBOT&utm_campaign=Badge_Grade) -A Discord bot written in C# using the [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) library. This bot is not being hosted online, however you're welcome to fork this repository and host it yourself or reuse the code for your own bot, as long as you credit it. The complete list of commands and other documentation can be found [here](https://github.com/CriticalFlaw/FlawBOT/wiki). +A Discord bot written in C# using the [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) library. This bot is not being hosted online, however you're welcome to fork this repository and host it yourself or reuse the code for your own bot, as long as you credit it properly. The complete list of commands and other documentation can be found [here](https://github.com/CriticalFlaw/FlawBOT/wiki). ## Invite [Click here to invite FlawBOT to your server](https://discordapp.com/oauth2/authorize?client_id=339833029013012483&scope=bot&permissions=66186303). Please note that the bot will only be online periodically for testing purposes. ## Installation -To run your own instance of FlawBOT, download and compile this repository in [Visual Studio 2019](https://www.visualstudio.com/downloads/). Modify the provided **config.json** file, adding the required API tokens. +To run your own instance of FlawBOT, [clone this repository](https://github.com/CriticalFlaw/FlawBOT/archive/master.zip) or [download the release package](https://github.com/CriticalFlaw/FlawBOT/releases) and modify the provided **config.json** file, adding the API tokens. If you're cloning the repository, use [Visual Studio 2019](https://www.visualstudio.com/downloads/) to compile the project. ## API Tokens * [Discord](https://discordapp.com/developers/applications/me) (*required*) @@ -18,6 +18,7 @@ To run your own instance of FlawBOT, download and compile this repository in [Vi * [Imgur](https://api.imgur.com/oauth2/addclient) * [OMDB](http://www.omdbapi.com/apikey.aspx) * [Twitch](https://dev.twitch.tv/dashboard/apps/create) +* [NASA](https://api.nasa.gov/) * [Teamwork.TF](https://teamwork.tf/api) -* [Backpack.TF](https://backpack.tf/developer) -* [Reddit](https://www.reddit.com/prefs/apps) +* [News API](https://newsapi.org/) +* [GoodReads](https://www.goodreads.com/api)