Skip to content

Example pastebin with websockets, sqlalchemy, facebook connect and a bunch of other buzzwords

Notifications You must be signed in to change notification settings

bsamadi/flask-pastebin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


  // Flask-Pastebin for Python3 //

     This application implements an example pastebin with Flask,
     Flask-OAuthlib, Flask-SQLAlchemy, Flask-Script, as well as
     Juggernaut to show off some realtime things.

  What can it do?

    * Facebook Connect
    * Realtime push notifications with Juggernaut
    * Shows simple pagination

  How to use it?

    1. make a virtualenv
    2. ``pip install -r requirements.txt``
    3. ``python manage.py initdb``
    4. ``python manage.py runserver``

  Also make sure to run juggernaut.

  How to install juggernaut?

    $ npm install -g juggernaut

About

Example pastebin with websockets, sqlalchemy, facebook connect and a bunch of other buzzwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.5%
  • HTML 32.5%
  • JavaScript 13.1%
  • CSS 8.9%