Skip to content

Python CLI tool to print spoiler-free results of UFC events and fighter schedules.

License

Notifications You must be signed in to change notification settings

scrasmussen/spoiler-free-UFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoiler-free UFC

build status

A Python tool for printing spoiler-free fight cards or fighter schedules. When printing fight cards, the tool randomly chooses which fighter to output first.

Example

Edit spoiler_free.py to choose event. Such as event = 'UFC 252'. Type make, make e, or make event to print fight card.

$ make event

event_example

Edit spoiler_free.py to choose a fighter, be it MMA or boxer. Such as fighter = 'Andre Ward'. Type make, make f, or make fighter to print fighter schedule.

$ make fighter

fighter_schedule

Todo

  • Improve input parsing
  • Prevent output from being too wide

Known Bugs

  • Some fight cards don't work.
  • If a fighter has done boxing and MMA it might get wrong information.

About

Python CLI tool to print spoiler-free results of UFC events and fighter schedules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published