Skip to content

Instantly share code, notes, and snippets.

View JohnChernoff's full-sized avatar

John Chernoff JohnChernoff

  • Arcata, CA
View GitHub Profile
public class BingoChessServ {
Client lichessClient;
boolean polling = false;
ITwitchClient twitchClient;
String currentChannel;
final TwitchIdentityProvider twitchIdentityProvider;
Config config;
public static void main(String[] args) {
new BingoChessServ().startServ();