Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmalf/coingecko-scraper-go
- Owner: cmalf
- Created: 2024-06-05T15:31:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T16:33:35.000Z (7 months ago)
- Last Synced: 2024-11-04T16:20:08.119Z (about 2 months ago)
- Topics: api, coingecko, crypto, data-scraping, go, golang, market-data, real-time
- Language: Go
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)