GitXplorerGitXplorer
d

goChanner

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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.