Skip to content
hupili edited this page Jul 25, 2012 · 7 revisions

Table of Contents

Page Summary

This page maintains reference materials of snsapi project. Both developers and users are expected to benefit from this page. It is here to remind us of essential stuffs, without bothering to Google them everytime.. The reference also help other developers to follow the code, e.g. note down where you download some libraries then others can find original documentation to understand the code easier.

MediaWiki

MediaWiki is the most widely used and supported wiki formatting notation. Here's some introductory reference for MediaWiki notations:

You should be able to start with just the above two articles. Looking this page itself is another quick way to get hands on.

git / GitHub

The official resources are already abundant. We leave the detailed official resources in the end and recommend you to start with the following articles:

The two articles should be able to bootstrap your git/github journey from zero-knowledge.

More detailed materials:

Python Basics

You are welcome to this project or try out the snsapi even without any prior knowledge. To be frank, Pili does not write in Python before. If you have mastered another programming language, the following materials will bootstrap you in one hour or two. What's more important, we try the best to make the code self-explained. Probably, the most efficient way to learn our work is reading and modifying the codes.

Python Libraries

Clone this wiki locally