GithubHelp home page GithubHelp logo

janlaguer / acheronobs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tugamars/acheronobs

2.0 1.0 1.0 32.89 MB

Valorant broadcast HUD

Python 50.05% HTML 23.29% CSS 13.05% JavaScript 13.62%

acheronobs's Introduction

NOT MAINTAINED, FORK IF YOU WANT.

Acheron

volkswagen status

Acheron provides an API that can be used to create an observer HUD for the game Valorant.

It's a work in progress, if you wanna help feel free to contact me ! (frontend dev especially)

Running Acheron

Alt text

  • You can also use one of the provided screenshots (see the screenshots folder) for testing.
  • python main.py to start the API server
  • Navigate to http://localhost:8000/docs/ for the documentation
  • get_match is the main endpoint and returns a json formatted response that you can use on your frontend.
  • You can use edit_match to edit the match (team names, player names...)

Troubleshooting

  • If it doesn't work check that OBS' virtual camera is camera_index 0 (it may not be if you have additionals webcams installed). If that's the case you need to edit backend/ressource/config.json ("camera_index").
  • Other issues ? Contact me with details.

Todo

  • Add scoreboard cv (weapons, money...) ?

Contact & License

Licence Creative Commons

Images are property of their respective owners.

Riot Games does not endorse or sponsor this project.

Exemple json response (get_match)

{
  "id": 0,
  "map": "string",
  "spike_status": true,
  "teams": [
    {
      "id": 0,
      "full_name": "string",
      "short_name": "string",
      "logo": "string",
      "players": [
        {
          "id": 0,
          "real_name": "string",
          "display_name": "string",
          "country": "string",
          "portrait": "string",
          "agent": "undefined",
          "hp": 100,
          "ultimate_up": false
        }
      ],
      "game_score": 0,
      "map_score": 0
    }
  ]
}

acheronobs's People

Contributors

janlaguer avatar jnaranja avatar pxoramosobf avatar johanngon118 avatar

Stargazers

Rapha avatar  avatar

Watchers

 avatar

Forkers

chronobrake

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.