Skip to content

SimonSwopes/IQSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQSMS

A small passion project that texts a target number an inspirational quote.

Quotes Source

All quotes are from an online Database. There is an excel document in this repo but I have also linked the download for the Database. Quotes DataBase The program will remove a quote once it's to avoid sending the same quote multiple times. This does imply that an error will occur once all quotes have been used. There are 45,000 unique quotes and their authors.

API used to send texts

The only file that needs to be changed is the main file. You will need a Twilio account in order to send the texts. They do a free trial with $15 worth of texts. Twilio I scheduled the program to run at a specified time through the Task Scheduler on Windows11. If you do this make sure you make a batchfile with the correct paths. To download just download the Zip folder it contains all the files shown in the repository

Python3

Make sure you have python3 installed as well as the depenedent libraries. Make sure you add it to the path. Python Download

Dependent Libararies

Now for the Dependencies In the command prompt type these lines

C:\Users\Username>py -m ensurepip --upgrade
C:\Users\Username>pip install twilio
C:\Users\Username>pip install pandas

About

Texts an Inspirational Quote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages