techtrans-bot

command module
v0.0.0-...-7f59d88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2021 License: MIT Imports: 13 Imported by: 0

README

TechTrans

Overview

A Twitch bot that tells you about cool inventions by pulling data from NASA's Technology Transfer API


!tech command

Returns the name and image URL of a NASA patent.

Example output:

Aircraft Engine Icing Event Avoidance and Mitigation
https://tinyurl.com/yf4oa2ab

Computer generated plane flying through a cloudy sky

Developer Instructions


Run
  1. Change into the project directory
    cd techtrans-bot
    
  2. Build the project
    go build
    
  3. Run the executable binary
    ./techtrans-bot
    

Credentials

Create a credentials.json file in the root with the following structure. Fill in the values with the appropriate data. Password should contain the OAuth access token, which you can obtain here: https://twitchapps.com/tmi/

{
  "nick": "",
  "password": ""
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL