|
Project Information
-
Activity
None
-
Project feeds
- Code license
-
MIT License
-
Labels
twitter,
BBC,
sport,
football,
soccer,
RSS,
Ruby,
Python,
NBA,
NHL,
MLB
Links
|
About this projectThis project is a small, but useful one. It has two components. - Football (soccer) score updates.
- Twitter Results - NBA/MLB/NHL updates
Follow this project on Twitter.com/latest_scores
Football (soccer) score updatesUsing the data gathered from BBC Sport, football (soccer) updates are posted to a user account where any Twitter users can recieve updates on their favourite team. Get the latest football scores by subscribing to notifications from our Twitter users. Using Twitter means you can have a choice of delivery mechanisms, including RSS and SMS, all for free! If you'd like to have a team added, I'll be happy to do so. Email me at latest-scores-twitter@googlegroups.com CreditsThe image used on the following sites is attributed to: http://flickr.com/photos/daquellamanera/355061741/ Football score twitter accountsSome feedback for the football scores
Twitter Results - NBA/MLB/NHL updatesSimilar to the football scores twitterbot, Twitter Results regularly monitors RSS feeds of sporting match results and updates are posted to a user account where any Twitter users can recieve updates on their favourite team. Get the latest results by subscribing to notifications from our Twitter users. Using Twitter means you can have a choice of delivery mechanisms, including RSS and SMS, all for free! If you'd like to have a team added, I'll be happy to do so. Email me at phawksworth (at) gmail (dot) com CreditsNational Basketball Association twitter accountsMajor League Baseball twitter accountsNational Hockey League twitter accountsMore detailsThe Twitter Results twitterbot consists of a Python script (tweet_results.py) which is executed periodically by a Cron job. The script imports a configuration file (tweet_results_config.py) which specifies the RSS feed sources and defines the Twitter feeds to be notified. The script is called like this: python tweet_results.py TWITTERPASSWORD LEAGUE [>> logfile.txt] for example: python tweet_results.py password nba >> logfile.txt Some feedback for the mlb_results
|