Skip to content
forked from Zaczero/teodle

🎮️ Teodle is a website for Teo to watch game clips and guess the ranks

License

Notifications You must be signed in to change notification settings

Wouter17/teodle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://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.

About

🎮️ Teodle is a website for Teo to watch game clips and guess the ranks

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • Jinja 27.6%
  • JavaScript 13.4%
  • HTML 6.9%
  • Dockerfile 1.2%
  • Shell 1.2%
  • Nix 0.4%