Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EtoileScintillante committed Oct 23, 2023
1 parent 5fb5aa2 commit 2361b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# equity-bot-discord
[![Build Status](https://github.com/EtoileScintillante/discord-bot-cpp/workflows/Build/badge.svg)](https://github.com/EtoileScintillante/discord-bot-cpp/actions)
[![macOS Build Status](https://github.com/EtoileScintillante/discord-bot-cpp/workflows/Build-macOS/badge.svg)](https://github.com/EtoileScintillante/discord-bot-cpp/actions)
Discord bot written in C++ with the [D++/DPP library](https://github.com/brainboxdotcc/DPP).
It can fetch equity (stock/future/index) data and visualize it.
All data is fetched from [Yahoo Finance](https://finance.yahoo.com).
Expand Down Expand Up @@ -60,5 +60,5 @@ Important to note is that data may be delayed.
cd build
cmake ..
cmake --build .
./bot
./equity-bot
```

0 comments on commit 2361b34

Please sign in to comment.