https://github.com/austinjhunt/go-gemini

Golang approach to a Gemini API SDK

https://github.com/austinjhunt/go-gemini

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Golang approach to a Gemini API SDK

Basic Info
  • Host: GitHub
  • Owner: austinjhunt
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 56.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Go Gemini

Golang implementation of a Gemini CLI tool that uses the public Gemini API to pull financial information about cryptocurrency.

Usage

  1. Navigate to https://exchange.gemini.com/settings/api and create an API key for yourself. You can name it anything you want; give it the primary scope. Choosing the master scope will not work with this project (for now).

  2. Copy ./.env.sample to your own .env file. Copy and paste the API key shown in the Gemini GUI as the value of GEMINI_EXCHANGE_API_KEY and do the same for the API Secret (GEMINI_EXCHANGE_API_SECRET).

  3. Check the acknowledgement box and close when step 2 is complete.

  4. A note about Gemini Exchange API authentication: Authenticated APIs do not submit their payload as POSTed data, but instead put it in the X-GEMINI-PAYLOAD header

Owner

  • Name: Austin Hunt
  • Login: austinjhunt
  • Kind: user
  • Location: Greenville, SC
  • Company: College of Charleston

Portrait-artist-turned-computer-geek with a fused love for the visual and the technical, bringing experience with and excitement for web dev, automation, & art

GitHub Events

Total
  • Push event: 12
  • Pull request event: 19
  • Create event: 11
Last Year
  • Push event: 12
  • Pull request event: 19
  • Create event: 11

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 18
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 18
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • austinjhunt (18)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

go.mod go