Skip to content

Hexagon/Oden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oden is an attempt to make a python/tornado social network server
that is able to connect to the diaspora network.

Note that this isn't in any way related to Diaspora, it's just a 
proof of concept of my own.

Also note that this is reeeeaaaaly early stuff, only basic 
functionality for creating a user, logging in etc is done.
 
Any contributions is greatly appreciated! :)


Install:
---------------------------------------------------------------------
1. Install python >= 2.6 and < 3
2. Install the dependencies listed below
3. Copy config.py.example to config.py and edit to suit 
   your environment
4. Before running, you can run test.py to verify 
   that everything works


Deps:
---------------------------------------------------------------------
 Stand-alone software:
  - MongoDB (this currently doesn't support authentication)

 Python modules:
  - tornado (python-tornado packade)
  - pymongo (python-pymongo package)
  - pycrypto (pycrypto/python-pycrypto package)
  - simplejson (python-simplejson package)
  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published