Skip to content

A play-by-play football plugin for the Limnoria/Supybot IRC bot

License

Notifications You must be signed in to change notification settings

sporkexec/TailNFL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TailNFL is a Limnoria/Supybot plugin for providing live play-by-play data for NFL games. Announcements in a lobby channel are made whenever games begin or end, directing users to game-specific channels. Each game channel provides overall game stats in the topic while displaying a summary of each play in realtime.

Dependencies

TailNFL depends on the nflgame module.

TailNFL runs on Python 2.7 only.

Etymology

TailNFL borrows its name from the [unix tail command](http://en.wikipedia.org/wiki/Tail_(Unix\)):

tail has a special command line option -f (follow) that allows a file to be monitored. Instead of just displaying the last few lines and exiting, tail displays the lines and then monitors the file. As new lines are added to the file by another process, tail updates the display. This is particularly useful for monitoring log files.

Similarly, TailNFL displays ongoing updates about game activity.

About

A play-by-play football plugin for the Limnoria/Supybot IRC bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages