Skip to content

Web application to automate the retrieval of football results from the league website and provide portable output ready for the newsletter mailing tool.

Notifications You must be signed in to change notification settings

jacksondearing96/uniblacksfc_results_and_fixtures

Repository files navigation

# Create a virtualenv that uses python2.7 as default.
python2.7 -m virtualenv ~/venvs/subAuto

# Activate the venv.
source ~/venvs/subAuto/bin/activate

# Install all requirements.
pip2 install -t lib -r requirements.txt

# Run the test server.
./test_server

# View the test server application.
http://localhost:8080

# Connecting to uniblacksfc database.
# in Siteground -> Site Tools -> MySQL -> Remote
# Add the relevant IP address or domain, this will validate connections

# Great resource on pyenv which can be used to change versions of python.
https://realpython.com/intro-to-pyenv/

# Solution to jinja2 template rendering in Flask not working for local
development server:
https://stackoverflow.com/questions/60533259/devappserver-py-for-app-engine-std-on-localhost-is-clearing-os-uname-crashing

# Switch to the correct project.
gcloud config set project sub-auto

About

Web application to automate the retrieval of football results from the league website and provide portable output ready for the newsletter mailing tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published