From d36ecc576fa19faa78c63230d1a74d62f0a90ebf Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 2 Apr 2019 23:36:49 -0700 Subject: [PATCH] Cleaned up some old info --- docs/discord.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/discord.md b/docs/discord.md index c976918..4e77ff4 100644 --- a/docs/discord.md +++ b/docs/discord.md @@ -35,21 +35,3 @@ The most important part of the project is [discord.py](https://github.com/Rapptz The other important part is the [Bravos API](https://bravos.co/a/data) which is used to get the current quote for the provided ticker. The API works perfectly and is free with an account. The news sources are currently hardcoded, and the code simply puts the stock ticker into a URL where its needed to get a page on that specific ticker. The image of the company that is shown in the embeds are taken from Motley Fool without an official API. There's probably a better way to get the images but I couldn't find one easily. - -## Installation - -- Follow install instructions for [discord.py](https://github.com/Rapptz/discord.py#installing) without full voice support. -- Follow directions in credentials.py - - Get Discord Token [Here](https://discordapp.com/developers/applications/) > BOTNAME > Bot > 'copy token' - - Get Bravos API key [Here](https://bravos.co/a/data) after you make a free account -- Run stockBot.py - -## Contribute - -This project probably won't get additional development since I decided to use Telegram instead of Discord for group messaging, but if you would like add anything feel free to make your own clone repo, or you can contact me and maybe get a pull request going. Would also love to hear about all the things I did wrong in my code<3 - -## License - -In laymen (not a substitute for the actual license) you can do whatever you want with this project as long as you also share it, and [give me credit](https://blog.ansonbiggs.com). - -Creative Commons License
Simple Discord Stock Bot by Anson Biggs is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at https://gitlab.com/MisterBiggs/simple-discord-stock-bot.