Skip to content

bualust/RandomFPL

Repository files navigation

logo

Ruff codecov PageDeployment

RandomFPL

A quick script to generate a pseudo-random Fantasy Premier League team. Check the team of the day here

Setup and Run

python -m venv .venv && source .venv/bin/activate
pip install .

Run

randomfpl

Test website locally

Create a dummy team-of-day.md

mkdir _includes
echo "#This is where the team of the day will be!" > _includes/team-of-the-day.md

build website with bundle

bundle exec jekyll serve --port 4001

Test actions locally

Using act

Make sure Docker is running then simply

act

If you want to run it on one of the actions simply

act -W .github/workflows/action.yml

About

A script to generate a pseudo-random FPL team using FPL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages