Skip to content
View ries9112's full-sized avatar

Sponsoring

@heyxyz
Block or Report

Block or report ries9112

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ries9112/README.md

Hi there 👋

(I need to update this 😅)

My name is Riccardo but I go by Ricky. I love and data automation. This document gets updated hourly.

Linkedin

Below is an animated GIF showing cryptocurrency prices for the past 31 days, powered by GitHub Actions and R, which updates once every hour (check the timestamp on the latest data in the subtitle of the chart below - UTC timezone):

The past 31 days of data are being shown, and the data and GIF shown updates hourly.

You can download the latest your data yourself by running the following code in R:

install.packages('pins') # only run this if 'pins' package is not already installed
# Load required package
library(pins)
# Point to the correct board
board_register(name = "pins_board", 
                url = "https://raw.githubusercontent.com/predictcrypto/pins/master/", 
              board = "datatxt")
# Pull the data
cryptodata <- pin_get(board = "pins_board", name = "hitBTC_orderbook")
# Show the data
cryptodata

No authentication or anything else is required outside of running the code above to pull the data, which is updated once every hour.

Press on the button below to show the rest of this document:

Show the rest of the page

Ethereum Price Trend:

Points are colored in green if the latest price is higher than two days ago, and red if it is lower than two days ago.

Now only showing the last 2 days:

Ricky Github Stats

How do you add a page like this to your own GitHub profile?

Be sure to create a new repository named the same as your GitHub username with a readme.md in order to get this to appear on your profile, forking this or a different repository will not work. Click here for some great templates.

Pinned

  1. cryptocurrencyresearch-org cryptocurrencyresearch-org Public

    Repository that updates an R tutorial every 12 hours (see link below)

    HTML 9 1

  2. cv cv Public

    Forked from nstrayer/cv

    My CV built using RMarkdown and the pagedown package. Forked from: https://github.com/nstrayer/cv

    HTML 1

  3. Dynamic-Presentation Dynamic-Presentation Public

    A preview of the Predict Crypto dynamic presentation which adapts the analysis for the later slides based on user selections to the latest cryptocurrency data

    CSS

  4. NFTs-hicetnunc NFTs-hicetnunc Public

    A repository for automating NFTs posted to hicetnunc

    R 9 1

  5. R-Markdown-Gallery R-Markdown-Gallery Public

    HTML 1

  6. LensDataTools LensDataTools Public

    R 12