chucheng/TwitterResearch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CopyRight
=========
This file is part of TwitterResearch Project.
TwitterResearch is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
TwitterResearch is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
Before Everything
=================
* All readme file should be created by `ReStructuredText <http://docutils.sourceforge.net/rst.html>`_.
* Git Repo: git@github.com:chucheng/TwitterResearch.git
Directory
=========
src/
Python source code.
script/
For every source code in src/, create a script for the code here so that
a user may trigger the source code here.
data/
All data files. *Note: do not git add this dir.*
graph/
All graphs output here. *Note: do not git add this dir.*
Files
=====
.gitignore
Tell git not to track dirs such as data, graph, etc.