Skip to content

sahildua2305/twitter-custom-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Custom Client

A custom Twitter API client that fetches and displays tweets that

  • have been retweeted at least once and
  • contain the hashtag #custserv

##Features

  • Built on the top of SLIM framework
  • MVC Architecture based
  • Easy to extend
  • Infinite scroll feature (for older tweets)
  • Supports powerful templating

##Installation

  • Clone or download the source code zip
  • Move it to the Document root
  • Add your Twitter API credentials in /includes/twitter-config-sample.php and rename it to twitter-config.php
  • Open browser and navigate to localhost
  • All the recent tweets satisfying the above mentioned conditions will be displayed

Possible Improvements

  • Use MemCache or Redis to cache the tweets in order to save API calls
  • Add configurable search terms support
  • Write tests for HashtagSearch model

Feel free to contact me via email

About

A simple Twitter API client that fetches and displays tweets that have been retweeted at least once and contain the hashtag `#custserv`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published