Code Monkey home page Code Monkey logo

trackerserver's Introduction

isaac-item-tracker-server


Description

This is the server software for The Binding of Isaac: Rebirth item trackers. Using a Twitch account, users can broadcast their items to the server. This allows restreamers to view the player's items in their own local copy of the item tracker so they don't have to capture the item tracker from the player's stream.


Requirements

  • A Java runtime (only been tested with 8, but will probably work on 7)
    • On Ubuntu: apt install default-jre
  • A database (tested with PostgreSQL and SQLite3)
    • On Ubuntu: apt install sqlite3
  • A Java compiler (only if you plan on compiling the project from scratch)
    • On Ubuntu: apt install default-jdk maven

Building from Source

  • To remove all previous build artifacts and then build a JAR file: mvn clean package

Running

  • To run it, first register your application on Twitch ( https://www.twitch.tv/settings/connections )
  • Set up a database with the schema in createdb.sql.
    • For SQLite3: sqlite3 database.sqlite < createdb.sql
  • Edit options.yaml:
    • Ensure that it points to the database.
    • Ensure that it has your client ID from Twitch.
    • Ensure that it has the right path for the log files.
  • Start it with: java -jar target/trackerserver-1.0-SNAPSHOT.jar server options.yaml
  • Alternatively, you can start it from source instead: java hyphenated.trackerserver.TrackerServerApplication server options.yaml

Run at Startup

If you want to have it automatically run at startup, you can try using one of the provided scripts in the startup subdirectory.

trackerserver's People

Contributors

dependabot[bot] avatar hyphen-ated avatar zamiell avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

zamiell

trackerserver's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.