GitXplorerGitXplorer
d

goChanner

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f2721bd2f42cc5de0f7aefd24dad9bd2c04bf1ec

some package reorganization

committed 13 years ago
Unverified
ad3d1deb3b33be1046a44ea8e73ca8662b95491b

thread.go now extracts post number

committed 13 years ago
Unverified
93e56d5f92b19e510a3453c5e0de41ed0ce18eda

Added 3-clause BSD license to clarify project copying restrictions

committed 13 years ago
Unverified
bd06f4979c77198055699a3071326561d3fb3d02

symlink'd README to front dir for github

committed 13 years ago
Unverified
03d48664524d1c188cfcbdf7a1340b80a6e8c144

added usage instructions

committed 13 years ago
Unverified
1fff0bebfc5ff613caefc3c2767b4d7147c8215b

initial commit

committed 13 years ago

README

The README file for this repository.

goChanner

goChanner is a CLI imageboard browing and archiving tool.

It is in very early stages of development, and the API will be changing relatively quickly.

In the future, we will offer many command line flags for various archival options, in addition to an interactive mode which will use an (n)curses based GUI to browse the board (sans-images.)

This project was created so that imageboards can be browsed without viewing potentially NSFw images. In addition this project should provide a powerful command line tool for interacting with various imageboards from the shell.

Current usage: I'm just experimenting with package structures right now But currently I have the following package structure: ~/dev/src/gochanner/ with my $GOPATH variable set to ~/dev and I'm able to build the project with goinstall -nuke gochanner/gochan (You don't have to use nuke; I just use it to recompile the thread package) This ends up building gochan in ~/dev/bin/gochan

If anyone has suggestions for a better way to organize the project, please open an issue and let me know.