Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wl0ckk/whistleblower
Ruby UI application (JSON, YML, LibUI, OpenSSL password encryption) - to track cryptocurrencies and send notifications to your email using SMTP
https://github.com/wl0ckk/whistleblower
cryptocurrency html libui openssl ruby smtp smtp-server yml
Last synced: about 20 hours ago
JSON representation
Ruby UI application (JSON, YML, LibUI, OpenSSL password encryption) - to track cryptocurrencies and send notifications to your email using SMTP
- Host: GitHub
- URL: https://github.com/wl0ckk/whistleblower
- Owner: Wl0cKk
- Created: 2024-04-28T08:48:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T08:51:22.000Z (9 months ago)
- Last Synced: 2024-11-19T20:17:25.389Z (2 months ago)
- Topics: cryptocurrency, html, libui, openssl, ruby, smtp, smtp-server, yml
- Language: Ruby
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **whistleblower**
## *An app that describes a primitive trading strategy, and helps you not to oversleep*
## Screenshots
![App Screenshot](./screenshots/1.png)
![App Screenshot](./screenshots/2.png)
![App Screenshot](./screenshots/3.png)
![App Screenshot](./screenshots/3.jpg)## Run Locally
Require version of ruby <= 3.0.0
```bash
ruby -v
```
Clone repo```bash
git clone https://github.com/Wl0cKk/whistleblower.git
```Go to cloned directory
```bash
cd whistleblower
```Install dependencies
```bash
bundle install
```Make main.rb executable
```bash
chmod +x ./main.rb
```Or just
```bash
ruby --jit main.rb
```