Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Integrated Twilio Client and respective tests #2

Merged
merged 4 commits into from Nov 16, 2018
Merged

Integrated Twilio Client and respective tests #2

merged 4 commits into from Nov 16, 2018

Conversation

liunick
Copy link
Contributor

@liunick liunick commented Nov 16, 2018

No description provided.

twilioClient = TwilioClient(config=config)

# Goes through each phone # and runs the send message function if violation
for i in range(phone_number.__len__()):
Copy link
Contributor

@francesar francesar Nov 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

len(phone_number)

@@ -0,0 +1,22 @@
import configparser
import sys
sys.path.append('../')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats this for

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

importing a file from a different directory from the same parent dir

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you trying to import from twilio_client.twilio_client import TwilioClient

@francesar francesar merged commit 0fd85cb into master Nov 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants