Skip to content

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

License

Notifications You must be signed in to change notification settings

mtilda/techtrans-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": ""
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages