Skip to content

lewiswill/Twitter-WebApp

Repository files navigation

Twitter-WebApp

A Twitter-based web app created using Python, during my final year studying computer science.

  • hidden.py file has been removed for security reasons *

In order to run this app, create your own file called 'hidden.py' with the following lines of code:

def oauth() : return { "consumer_key" : "YOUR OWN KEY", "consumer_secret" : "YOUR OWN SECRET HERE", "token_key" : "YOUR OWN TOKEN HERE", "token_secret" : "YOUR OWN TOKEN SECRET HERE" }

About

A Twitter-based web app created using Python and the Bottle WSGI micro-framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published