All Projects → jakewmeyer → Ruby Scripts

jakewmeyer / Ruby Scripts

Licence: mit
A collection of ruby scripts for those who live in the command line

Programming Languages

ruby
36898 projects - #4 most used programming language
scripting
82 projects

Projects that are alternatives of or similar to Ruby Scripts

MKT
Exchange Price Service , Stocks , Cryptocurrency,Stock prediction and more
Stars: ✭ 27 (-88.46%)
Mutual labels:  crypto, stock-market, currency-converter
Intrinio Realtime Node Sdk
Intrinio NodeJS SDK for Real-Time Stock & Crypto Prices
Stars: ✭ 30 (-87.18%)
Mutual labels:  cryptocurrency, stock-market, crypto
Bash Snippets
A collection of small bash scripts for heavy terminal users
Stars: ✭ 8,558 (+3557.26%)
Mutual labels:  weather, currency-converter, movies
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-39.74%)
Mutual labels:  cryptocurrency, crypto
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-47.86%)
Mutual labels:  cryptocurrency, crypto
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (-42.74%)
Mutual labels:  cryptocurrency, crypto
Aat
Asynchronous, event-driven algorithmic trading in Python and C++
Stars: ✭ 109 (-53.42%)
Mutual labels:  cryptocurrency, stock-market
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+804.27%)
Mutual labels:  cryptocurrency, crypto
Gekko Datasets
Gekko Trading Bot dataset dumps. Ready to use and download history files in SQLite format.
Stars: ✭ 146 (-37.61%)
Mutual labels:  cryptocurrency, crypto
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-35.04%)
Mutual labels:  cryptocurrency, crypto
Coingecko Api
A Node.js wrapper for the CoinGecko API with no dependencies.
Stars: ✭ 159 (-32.05%)
Mutual labels:  cryptocurrency, crypto
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+575.64%)
Mutual labels:  cryptocurrency, crypto
Nanocurrency Js
🔗 A toolkit for the Nano cryptocurrency, allowing you to derive keys, generate seeds, hashes, signatures, proofs of work and blocks.
Stars: ✭ 113 (-51.71%)
Mutual labels:  cryptocurrency, crypto
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-41.88%)
Mutual labels:  cryptocurrency, crypto
Crypto
Cryptocurrency Historical Market Data R Package
Stars: ✭ 112 (-52.14%)
Mutual labels:  cryptocurrency, crypto
Coinlist
Comprehensive list of cryptocurrencies with metadata
Stars: ✭ 148 (-36.75%)
Mutual labels:  cryptocurrency, crypto
Stock.indicators
Stock indicator technical analysis library package for .NET. Send in historical price quotes and get back desired technical indicators. Nothing more. It can be used in any market analysis software using standard OHLCV price quotes for equities, commodities, forex, cryptocurrencies, and others. We had private trading algorithms, machine learning, and charting systems in mind when originally creating this community library. Current indicators include: Accumulation/Distribution Line (ADL), Aroon Oscillator, Arnaud Legoux Moving Average (ALMA), Average Directional Index (ADX), Average True Range (ATR), Awesome Oscillator (AO), Balance of Power (BOP), Beta Coefficient, Bollinger Bands®, Chaikin Money Flow (CMF), Chaikin Oscillator, Chandelier Exit, Choppiness Index (CHOP), Commodity Channel Index (CCI), ConnorsRSI, Correlation Coefficient, Donchian Channels, Double Exponential Moving Average (DEMA), Elder-ray Index, Exponential Moving Average (EMA), Force Index, Fractal Chaos Bands (FCB), Gator Oscillator, Heikin-Ashi, Hull Moving Average (HMA), Ichimoku Cloud, Kaufman's Adaptive Moving Average (KAMA), KDJ Index, Keltner Channels, Momentum Oscillator, Money Flow Index (MFI), MESA Adaptive Moving Averages (MAMA), Moving Average Convergence/Divergence (MACD), Moving Average Envelopes, On-balance Volume (OBV), Parabolic SAR (stop and reverse), Percentage Volume Oscillator (PVO), Pivot Points and Rolling Pivot Points, Price Channels, Price (Comparative) Relative Strength (PRS), Price Momentum Oscillator (PMO), Rate of Change (ROC), Relative Strength Index (RSI), R-Squared (Coefficient of Determination), Simple Moving Average (SMA), Slope and Linear Regression, Smoothed Moving Average (SMMA), Standard Deviation, Stoller Average Range Channel (STARC) Bands, Stochastic Oscillator, Stochastic RSI, SuperTrend, Tillson T3 Moving Average, Triple Exponential Moving Average (TEMA), Triple EMA Oscillator (TRIX), True Strength Index (TSI), Ulcer Index, Ultimate Oscillator, Volume Simple Moving Average, Volume Weighted Average Price (VWAP), Vortex Indicator (VI), Weighted Moving Average (WMA), Williams %R, Williams Alligator, Williams Fractal, and Zig Zag.
Stars: ✭ 157 (-32.91%)
Mutual labels:  cryptocurrency, stock-market
Bismuth
[Migrated] The first Python blockchain protocol and platform
Stars: ✭ 186 (-20.51%)
Mutual labels:  cryptocurrency, crypto
Sphinx Quant
一个基于vnpy,支持多账户,多策略,实盘交易,数据分析,分布式在线回测,风险管理,多交易节点的量化交易系统;支持CTP期货,股票,期权,数字货币等金融产品
Stars: ✭ 217 (-7.26%)
Mutual labels:  cryptocurrency, crypto
Zvt
modular quant framework.
Stars: ✭ 1,801 (+669.66%)
Mutual labels:  cryptocurrency, stock-market

Imgur

Ruby Scripts

A collection of ruby scripts for those who live in the command line.

GitHub release Gem Language license

Stock Finder / Currency Converter / Weather / Movie Search


Install / Setup

Install all the scripts easily as a ruby gem

gem install jake-scripts

Stock Search - Returns current stock information

Imgur

Cryptocurrency Search - Returns current cryptocurrency price information

Uses the CryptoCompare API for current price information

Imgur

Weather Search - Returns current weather information based on IP

Uses the APIXU weather api for data based on IP.

Can also have a city passed as an argument to override the IP location.

weather dallas

Imgur

Movie Search - Uses OMDB API to return movie data

Uses the OMDB API.

Imgur

Currency Exchange - Returns converted currency based on realtime exchange rates

Uses Fixer.io for exchange data.

Uses Ruby Money for conversion accuracy + currency symbols

Imgur`

API Keys

Users now have the option to set their own API keys through environment variables thanks to sethkrasnianski

export OMDBAPI_API_KEY=key
export APIXU_API_KEY=key

Gems Used

  • Ruby Money - Ruby gem for accurate currency management
  • Monetize - Ruby gem for money object creation
  • Colorize - Ruby gem for text and background CLI colors

FAQ / Contact

  • If you run into any issues, please open an issue ASAP and we'll work to get it resolved and merged.
  • All Programs are fully functional, with live API keys baked in.
  • Terminal used is Hyper.js -> Background Color: #292937
  • Using Oh-My-Zsh, Robby Russell theme, zsh-syntax-highlighting, and zsh_autosuggestions
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].