Giter VIP home page Giter VIP logo

teodle's Introduction

Teodle - Guess the rank!

GitHub Pipenv locked Python version GitHub GitHub Repo stars

Teodle is a Python-powered website for Twitch streamer Teo, to watch game clips submitted by his community and guess the ranks. The livestream viewers can also participate in the game by casting their votes in the Twitch chat. The most accurate viewers are displayed on the leaderboard.

Ranking System

The ranking system in Teodle is primarily based on stars, the more stars, the higher the score.

The rules are simple:

  • If you guess the exact rank of a game clip, you get 2 stars.
  • If you are 1 rank off, you get 1 star.
  • Otherwise, you get no stars.

Live Participation

Viewers can play along during livestreams by voting in the chat and competing for both accuracy and speed. The leaderboard showcases the top performing viewers.

Media

Screenshots

Twitch VODs

Updated on 02/04/2023

Show more

YouTube Series

Updated on 02/04/2023

Show more

Deployment

We recommend using Docker for the best experience.

Docker

  1. Install Docker
  2. Clone and enter the repository
git clone https://github.com/Zaczero/teodle && cd teodle
  1. Rename .env.example to .env and configure the environment variables

    1. TTV_TOKEN: Twitch chat access token, get one here.
    2. TTV_USERNAME: Twitch account's username for the token.
    3. TTV_CHANNEL: Twitch channel to listen the chat on.
  2. Build the image

docker build . -t teodle
  1. Start the container
docker run --rm --env-file .env -p 8000:8000 -v $(pwd)/data:/app/data teodle
  1. Access the website at http://localhost:8000

Footer

Contact

License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

You can find the full text of the license in the repository at LICENSE.

teodle's People

Contributors

zaczero avatar wouter17 avatar

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.