This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import json | |
from urllib.parse import quote, urlparse | |
from typing import List, Dict, Any | |
import requests | |
from bs4 import BeautifulSoup | |
API_KEY = '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const axios = require('axios'); | |
const fs = require('fs'); | |
const cryptoList = [ | |
"SOL", "DAI", "EGLD", "ZIL", "ONE", "XLM", "SHIB", "VET", "ICP", "TON", | |
"PEPE", "CRO", "ATOM", "APE", "FLOW", "MNT", "XTZ", "MANA", "ALGO", "KSM", | |
"XEM", "NOT", "SEI", "HBAR", "SUSHI", "NEAR", "MKR", "BONK", "APT", "SUI", | |
"XDC", "CELO", "CHZ", "OSMO", "ZEN", "STX", "IOTA", "IMX", "KDA", "WRX", | |
"AR", "FLR", "GMX", "GLMR", "IOTX", "GLM", "KAVA", "ROSE", "ASTR", "INJ", | |
"CKB", "WAXP", "SUPER", "VRA", "ELF", "MASK", "VTHO", "LOOKS", "HIVE", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useState } from "react"; | |
import Stack from "@mui/material/Stack"; | |
import Box from "@mui/material/Box"; | |
import Button from "@mui/material/Button"; | |
import { Transak } from "@transak/transak-sdk"; | |
import Pusher from "pusher-js"; | |
import envConfig from "../config"; | |
let pusher = new Pusher("1d9ffac87de599c61283", { cluster: "ap2" }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title | Author | Genre | Height | Publisher | |
---|---|---|---|---|---|
Fundamentals of Wavelets | Goswami, Jaideva | signal_processing | 228 | Wiley | |
Data Smart | Foreman, John | data_science | 235 | Wiley | |
God Created the Integers | Hawking, Stephen | mathematics | 197 | Penguin | |
Superfreakonomics | Dubner, Stephen | economics | 179 | HarperCollins | |
Orientalism | Said, Edward | history | 197 | Penguin | |
Nature of Statistical Learning Theory, The | Vapnik, Vladimir | data_science | 230 | Springer | |
Integration of the Indian States | Menon, V P | history | 217 | Orient Blackswan | |
Drunkard's Walk, The | Mlodinow, Leonard | science | 197 | Penguin | |
Image Processing & Mathematical Morphology | Shih, Frank | signal_processing | 241 | CRC |