Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmalf/coingecko-scraper-go

Scraper to access crypto market data from CoinGecko. Ideal for data analysis and visualization.
https://github.com/cmalf/coingecko-scraper-go

api coingecko crypto data-scraping go golang market-data real-time

Last synced: about 1 month ago
JSON representation

Scraper to access crypto market data from CoinGecko. Ideal for data analysis and visualization.

Awesome Lists containing this project

README

        

# Coingecko-API-Data-Scraping-With-GO

This actually doesn't scrap data from `coingecko` but from [CryptoBubble](https://cryptobubbles.net/) Because the web uses the `CoinGecko API`. So, I got Unlimited API here, to check CryptoCurrency Data like Price, MarketCap, Supply, etc using Terminal CLI.

This Script is Written in `GOLANG` (Go Programming Language), very basic, I don't use packages like `GoColly` or `Goquery` for Web Scraping with Go, I like the primitive way. XD, because it's simple for me.

## How to use

For Mac User you can just `RUN` The Program `gecko`

```bash
./gecko
```
dont forget to change MOD with +x

```bash
chmod +x gecko
```

For anoter user like Windows or Linux just Build the Source code `gecko.go`

with the following command below:

```bash
go build gecko.go
```

or just run the program wiithout `build` the app.

```bash
go run gecko.go
```

## Screenshot For Running Program


![scr](/img/Screenshot%202024-06-05%20at%2022.37.41.png)


![scr](/img/Screenshot%202024-06-05%20at%2022.36.35.png)