twilio / twilio/twilio-python

It really bothers me that I can send text messages with Twilio, but I can't receive any.

Open
#756 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

priority: medium type: bug type: community enhancement
Dominant language
Python
Stars
2.1k
Forks
815
Avg merge
2d 13h
Merged PRs (30d)
2

Description

Issue Summary

I can easily call a Python function to send a message to a phone number. However, I cannot easily call a Python function to receive a message from a phone number: I have to set up webhooks and an API, and that is just a pain. It would be awesome if any messages received by my Twilio number get stored in a queue, and we had a simple Python function that gets the first message in that queue, or if there are no messages returns "no messages".

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Twilio API and the Python module's existing message-sending interface, then examine how incoming messages currently depend on webhooks and an API. Done would mean received messages are stored in a queue and a simple Python function returns the first message or "no messages" when the queue is empty.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.