Skip to content

desouradeep/fbTrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbTrends

Requirements:

  1. django == 1.5.4
  2. requests == 1.1.0
  3. jsonfield
  4. django-debug-toolbar

If you have pip installed, install all these requirements, as:

$ sudo pip install -r requirements.txt

Sync Database:

  1. Create an sqlite3 database named fbTrends.sqlite3

  2. Run:

    $ python manage.py syncdb
    

Runserver:

  1. The server can only be run on the port 3000, as configured in facebook app settings.

  2. Run the server as:

    $ python manage.py runserver 3000
    

Browse:

Open up a browser and go to the address:

http://localhost:3000/

Admin:

To access the admin panel, go to:

http://localhost:3000/admin

About

fbTrends is a project based on Facebook. The purpose of the project is to study and analyze different trends in facebook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors