sartaj10 / TwitterAPIClient

A simple Twitter API client in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter API Client

A Twitter API Client which fetches and displays Tweets that

  1. Have been re-tweeted at least once
  2. Contain the hashtag #custserv

Features

  • Built using Flask, a Python microframework
  • Uses powerful Jinja2 templating
  • Infinite Scrolling
  • Easy to extend

Installation

  • Clone or download the source code zip
  • Run pip install -r requirements.txt to download the required dependencies
  • Add your Twitter API credentials in ~/.bash_profile
  • Run python main.py from terminal
  • Open browser and navigate to localhost
  • All the recent tweets satisfying the above mentioned conditions will be displayed

Future Aspects

  • Use caching to save API Calls
  • Write Unit Tests

About

A simple Twitter API client in Python

License:MIT License


Languages

Language:Python 34.4%Language:JavaScript 23.5%Language:CSS 23.1%Language:HTML 19.0%