Skip to content

igorsobreira/kuriosus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuriosus

You probably read a lot of documents online (articles, pdfs, blog posts, etc) every day, just like me. Kuriosus helps to remember those interesting ones and keep track of a "To Read" list, right there in your g-talk.

Kuriosus works as a g-talk bot, just add the contact and start talking to it.

Example:

me: help
... show available commands ...

me: read http://igorsobreira.com/blog/2011/2/6/adding-methods-dynamically-in-python/ Adding methods dynamically in python

me: read
	... show all your read documents from today ...

me: read yesterday
	... show all your read documents from yesterday ...

me: toread http://igorsobreira.com/blog/2011/2/6/adding-methods-dynamically-in-python/

me: unread http://igorsobreira.com/blog/2011/2/6/adding-methods-dynamically-in-python/

Kuriosus in under development. At the moment you can run it yourself, soon I'll provide a public g-talk contact that you can add.

Installing

Your need a MongoDB server running.

$ pip install -r requirements.txt
$ cp kuriosus/settings.py.EXAMPLE kuriosus/settings.py

create a g-talk account (@gmail.com or whatever) and fill the settings

$ scripts/start

To run tests:

$ scripts/runtests

About

XMPP bot to manage your reading list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published