Skip to content

SCastaneda/filtch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filtch

It's a webserver that uses the twitch API to filter streams by their title for a specific game (specified by the gameId in config.edn). You'll need to get a clientId and clientSecret by signing up at https://dev.twitch.tv .

Only tested on gameId 2748 - for Magic: The Gathering.

Currently running at http://filtch.sam-the-man.com/

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

Build

To build the jar run lein ring jar and run it with java -jar filtch.jar. It will start up on the port specified in project.clj.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published