Skip to content

Audible Tweets right on your cell# using Twilio and Twitter API

Notifications You must be signed in to change notification settings

desainidhi99/AudibleTweetFun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audible Tweet Fun using Twilio and TwitterApi right on the Cell phone# !

Overview

Project Summary

Tell us the Twitter Handle and this app will play the most recent five Tweets for you on the registered cell# !.

App is making use of Tweepy Library to access the Twitter Api. Calls are perfomed using Twilio API. Complete app is written in Python Language.

Authors

Usage

Please check the deployment section below to use the app and get ready to hear some tweets !

Deployment

PreRequisites :-

  1. Need to install Python
  2. Need to install Tweepy Library using command
pip install tweepy
  1. Sign up for free Twilio Account to use desired cell#
  2. Verify the cell# with Twilio

Installation :-

  1. Download the github repository on your local machine using below command
git clone https://github.com/desainidhi99/AudibleTweetFun
  1. Change the API token values inside the ExtractTweets.py based on the values you have. You can get Access Tokens From Twitter Developer Account
  2. For Windows Users -> Open the Github Bash window and Navigate to the folder location where the file was saved on your local machine
  • Console window takes input as follows:-
1st Argument -> Twitter handle whose tweet you want to hear. Example - ElonMusk
2nd Argument -> registered cell#
  • Finally you should get call and listen to your favourite user Tweets !

Tools used

What all tech stack did we use in our project ?

  • Twilio It is an API to send and receive SMS, MMS, OTT messages globally and it is Secure.
  • Tweepy It is a Python library for accessing the Twitter API

Test Cases covered

  • User with less than 5 tweets will be handled
  • Invalid user handle will result in error message
  • User handle is NOT case sensitive
  • Filters out images and web links for the Tweets. It lets user know that there is an Image inside the tweet.

Future can look like

  • User has the option to register for the app using their cell# directly
  • Schedule the call either on desired time of day or whenever the new tweet appears
  • We welcome any suggestions/comments for enhancement !!

About

Audible Tweets right on your cell# using Twilio and Twitter API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages