Skip to content

To practice my knowledge of python, I decided to create a program that reads spreadsheets from a few months ago and sees which employee has achieved the highest profit for the company and, upon knowing this, sends an SMS to him informing that he has won a prize!

License

Notifications You must be signed in to change notification settings

AnthLima/prize-draw-by-spreadsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prize-draw-by-spreadsheets

To practice my knowledge of python, I decided to create a program that reads spreadsheets from a few months ago and sees which employee has achieved the highest profit for the company and, upon knowing this, sends an SMS to him informing that he has won a prize!

Create account in Twilio

Util link of twilio: https://www.twilio.com/try-twilio

After create one account and validated one number for tests change value of variables:

    account_sid = "{ your sid code here}"
    auth_token  = "{ your auth token here }"

Run project

After create your virtual enviroment, run code:

    pip install -r requirements.txt

Check the requirements text file for see all dependencies of project.

That's it for today! See ya!

About

To practice my knowledge of python, I decided to create a program that reads spreadsheets from a few months ago and sees which employee has achieved the highest profit for the company and, upon knowing this, sends an SMS to him informing that he has won a prize!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages