Skip to content

Twitter bot to tweet any NBA player's stats from their latest game.

License

Notifications You must be signed in to change notification settings

jayzym/nba-stat-tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nba-stat-tweeter

This is a Python script to both fetch stats from the latest NBA games, and post them to Twitter. It uses the Twitter API and the nba-api for Python.

The script expects the Twitter authentication items in the file at the following location: "~/keys/twitter/keys"

The script requires numpy for Python, however it is not included in requirements.txt. This is because I could not get the script to run with pip3's version of numpy. I instead installed it with "sudo apt-get install python3-numpy"

About

Twitter bot to tweet any NBA player's stats from their latest game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages