Skip to content
View carobaldino's full-sized avatar
Block or Report

Block or report carobaldino

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

Pinned

  1. Get price and 24h change of cryptos ... Get price and 24h change of cryptos - BTC example - Apps Script Google Spreadsheets - CoinMarketCap API
    1
    //Usando API de CoinMarketCap! Logueate y obtenΓ© un token gratis
    2
    
                  
    3
    function request_info(ticker) {
    4
    
                  
    5
      const url = `https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest?symbol=${ticker}`;
  2. Python check file system usage Python check file system usage
    1
    #!/usr/bin/python
    2
    import os;
    3
    import yagmail;
    4
    
                  
    5
    ## functions