Skip to content
/ TapPy Public

A bot to predict tap room revenues for the upcoming weekend.

Notifications You must be signed in to change notification settings

gnatman/TapPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TapPy

A bot to predict tap room revenues for the upcoming weekend.

Built as part of the Insight Data Science 3 week project, this bot uses historical transaction data, weather data, and more to predict tap room revenue for a local micro-brewery.

Not included with this repo, but necessary for TapPy to work is a tappy_settings.py file. This will contain all the important usernames, passwords, and api keys.

Should look something like this:

host = 'localhost'

user = 'username'

password = 'password'

database = 'tappy_db'

wunderground_key = 'keyhere'

SLACK_TOKEN = 'tokenhere'

SLACK_WEBHOOK_SECRET = 'webhookhere'

About

A bot to predict tap room revenues for the upcoming weekend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published