artitudinale1 / tweepy-exercise

Print my last 10 tweets using Tweepy plugin -Django/Phyton

Home Page:http://104.131.35.122/showTweets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Exercise with Django and Tweetpy plugin

.#

##BRIEF/BACKGROUND PROJECT##

When I was about to develop the re-branding website for JPC (Creative Company), we were looking to building a Django CMS app displaying company Tweets. From there we will creating other kind of CMS app based on Twiteer API.

##DESCRIPTION##

At the moment is a page displaying the last 10 tweets from my personale account.

##ACCESS TO THE PROJECT##

You can see project runnig at http://178.62.70.176/showTweets/

If want to check out and see how it s working :

    git clone https://github.com/artitudinale1/tweepy-exercise.git
    
    cd WHERE/YOU/DOWNLOAD/PROJECT

I'd suggest to create a virtual enviroment first: (if dont have virtualenv installed here a great doc: http://docs.python-guide.org/en/latest/dev/virtualenvs/)

  virtualenv YOUVIRTUALENVNAME

then activate it

  source venv/bin/activate

then if you have PIP installed:

    pip install requirements.txt
    
    python manage.py runserver

and the app should start at http://127.0.0.1:8000/

otherwise install PIP first

    easy_install pip

##CROSS-BROWSER TESTING##

This project has been tested in : Chrome 38.0

##TECHNOLOGIES USED##

HTML5, Django 1.6.1, tweepy 2.1, wsgiref 0.1.2

##FUTURE IMPROVEMENT## Those are bugs to fix and some ideas to improve the project

  • It has been deploy to Digital Ocean with uwsgi - thanks to Paul @not_logan - https://twitter.com/not_logan
  • Add CSS , formatting and style
  • Add more functionality to create an Hook App for Django CMS (maybe updating Django as well :-/)

PLESE IF YOU EXPERIMENT ANY BUGS/ERRORS/PROBLEMS TESTiNG OR CHECKING OUT THIS PROJECT report it though GITHUB or @ alex.garulli@gmail.com

About

Print my last 10 tweets using Tweepy plugin -Django/Phyton

http://104.131.35.122/showTweets/


Languages

Language:Python 100.0%