example code howto post to PLURK API
example code howto post to PLURK API.
- task
- plurk
example code howto post to PLURK API.
when running a console script to access django or your models, you need to setup django environment properly and that is very annoying if you have quite a few scripts. this script can be used as a wrapper just like the manage.py. put it in your project root and type this: python run.py myproj.appname.filename.functionname [arguments] and define your function as def functionname(argv[]): ...
2 snippets posted so far.