Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bundesliga-tippspiel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundesliga-tippspiel

A Bundesliga Tippspiel Website

  • 2.0.10
  • PyPI
  • Socket score

Maintainers
1

Bundesliga Tippspiel

masterdevelop
build statusbuild status

Logo

Bundesliga Tippspiel is a website using flask and various plugins that allows users to bet on Bundesliga matches and compete with one another.

A live version of the page is available at hk-tippspiel.com.

Documentation

Documentation on the API can be found here.

For general documentation visit the progstats page

Deployment notes:

You can deploy the website using docker and docker-compose. To do this run the following commands:

# Builds the docker image
docker-compose build
# Starts the container and the database container
docker-compose up -d

The .env file should contain the following variables:

  • FLASK_SECRET
  • DB_MODE
  • RECAPTCHA_SITE_KEY
  • RECAPTCHA_SECRET_KEY
  • SMTP_HOST
  • SMTP_PORT
  • SMTP_ADDRESS
  • SMTP_PASSWORD
  • TELEGRAM_API_KEY
  • POSTGRES_HOST
  • POSTGRES_PORT
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • POSTGRES_DB
  • DOMAIN_NAME
  • HTTP_PORT
  • BEHIND_PROXY
  • OPENLIGADB_SEASON

Backing up and restoring

The project provides a backup and restore script in the bin directory.

# Backup
bin/backup.sh backup.tar.gz
# Restore
bin/restore.sh backup.tar.gz

Further Information

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc