• Stars
    star
    144
  • Rank 247,656 (Top 6 %)
  • Language
    Python
  • Created over 14 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Document Management System (scanner -> appengine blobs)
################################################################################
#
# NOTICE: unmaintained! As of 2015-05-03 I no longer use this App Engine-based
# version of Scanning Cabinet.
#
# The migration of my App Engine instance from Master/Slave datastore to HRD
# failed, so I'm accelerating plans to move this project to be Camlistore-based
# instead. See camlistore.org. This will just be a Camlistore app, using its
# data model.
#
# Old README follows.
#
################################################################################


This is scanningcabinet.

It's my document management system.  Maybe you'll like it too.

Problem statement:

   * I'm a packrat.  Yes, I might need my T-Mobile cellphone bill from
     March 2001 sometime.  Maybe.  (shutup)

   * My filing cabinets are full.

   * It's cold in San Francisco and I want to burn stuff.

   * I can't find tax or insurance documents when I need to anyway,
     because folders suck.  I want tags.  e.g. I can tag that one
     document "audi, insurance, crash, car, state farm, royal motors"
     and be sure I'll find it later.  Which frickin' folder would I
     put that in anyway?  Folders sucks.  Yay tags.

   * I have a scanner.  My friend's scanner is better.  Borrowed that
     one.  It has a sheet feeder.

   * App Engine now has a Blob API: http://bit.ly/8K4FxM

   * It should be easy to get documents online.  Must minimize context
     switching between feeding the scanner and entering metadata.  In fact,
     they should be *entirely separate* tasks.  If I have to enter metadata
     while scanning, I'll probably just end up on reddit.

   * All document metadata entry should be done later.  This includes
     clumping multi-page scans into their logical documents.  I shouldn't
     have to even enter how many pages a document is when I scan it.
     I'll be scanning stacks in the auto-document-feeder anyway.

   * Usually I want to just burn/shred documents, but occasionally
     I'll need the physical document in the future (like for taxes or
     jury duty), so the metadata must include information about the
     document's physical location. (e.g. "Red Folder #1")  Then when
     I need it again, I go linear scan Red Folder #1 looking for it.
     Also, I track the "due date" of the document, and show upcoming
     ones on the main page, so I see pending due taxes get closer and
     closer.  Frickin' taxes.

Anyway, I wrote some software.  (parts are kinda crap because I always
forget Python, but whatevs.)

Some instructions:

* tools/scancab is the client program.  You use it to scan & upload.
  Read its docs & comments.  You'll need to modify the email &
  password later.  But first:

* appengine/ is the AppEngine server component.  Go to
  http://appspot.com/ to make an AppID ("bobscans").  Then get the
  1.3.0 or higher App Engine SDK, tweak
  scanningcabinet/appengine/app.yaml file to match your AppID, then
  appcfg.py update 'appengine' to upload the app to your account.

  -- Now, go to https://<your_appid>.appspot.com/ and login.  This
     makes your UserInfo entity in the database.  That's all.

  -- Now, go back to http://appspot.com/, click your App, then click
     "Datastore Viewer" on the left.  Find your UserInfo entity, click
     it, and modify its "upload_password" to some password you'll use
     for uploading.  Don't use your Google password.  Choose type
     "string".

  -- Now, go put your Google account's email & that password you just
     made up into scanningcabinet/tools/scancab

* Now start scanning stuff.

* Occasionally go add metadata at your app URL.

Enjoy!

Brad
[email protected]

More Repositories

1

homelab

Brad's homelab setup
1,859
star
2

http2

old repo for HTTP/2 support for Go (see README for new home)
Go
1,721
star
3

gomemcache

Go Memcached client library #golang
Go
1,638
star
4

goimports

(old repo) Tool to fix (add, remove) your Go imports automatically.
Go
1,021
star
5

talk-yapc-asia-2015

talk-yapc-asia-2015
Go
709
star
6

shotizam

Shotizam analyzes the size of Go binaries
Go
577
star
7

exp-httpclient

experimental new HTTP client API for #golang (WIP)
Go
576
star
8

embiggen-disk

embiggden-disk live-resizes a filesystem after first live-resizing any necessary layers below it: an optional LVM LV and PV, and an MBR or GPT partition table
Go
469
star
9

gitbrute

brute-force a git commit hash
Go
375
star
10

latlong

The latlong package maps from a latitude and longitude to a timezone.
Go
374
star
11

iter

Range over integers [0,n). Seriously, that's it.
Go
293
star
12

jndi

a irresponsibly bad logging library
Go
265
star
13

autocertdelegate

Get LetsEncrypt TLS certs for internal-only TLS servers via a delegated golang.org/x/crypto/acme/autocert server.
Go
243
star
14

runsit

THIS IS OLD. DO NOT USE THIS. Just use systemd these days.
Go
217
star
15

go-smtpd

SMTP server library for Go
Go
209
star
16

campher

Embed Perl in Go. This works, but was a joke for a presentation. Don't use.
Go
134
star
17

go-sql-test

test ALL the databases
Go
126
star
18

websomtep

[joke] combination SMTP / WebSocket server
Go
125
star
19

slice

The slice package sorts Go slices.
Go
111
star
20

deadbeef

Gimmicky commit hash made using bradfitz/gitbrute
111
star
21

snake

a #golang Snake game in webassembly running at http://snake.126.49.198.in-addr.arpa/
Go
96
star
22

webfist

WebFist implements WebFinger delegation for providers who don't support WebFinger natively.
Go
84
star
23

android-garage-opener

Android Garage Door Opener
Java
82
star
24

lesser

Go
79
star
25

rfbgo

Toy RFB (VNC) Server in Go (#golang)
Go
73
star
26

go-tool-cache

Go
59
star
27

inboxfewer

archive gmail threads when github or gerrit issues are closed
Go
56
star
28

art

Allotment Routing Table
Go
56
star
29

shipit

Software Release Tool
Perl
55
star
30

gitutil

Utilities for working with git and Gerrit
Go
49
star
31

contributing

(DEAD, SHUT DOWN) a repository of information on how to contribute to open source projects
Python
45
star
32

android-squeezer

Android SqueezeCenter / SqueezeBox remote control client.
Java
35
star
33

undent

unindent stuff
Go
35
star
34

h2slam

slam an HTTP/2 server a lot of concurrent load over a single TCP connection (for debugging something)
Go
28
star
35

zippy-android-talk

Code to accompany my Zippy Android talk at Google I/O 2010
Java
27
star
36

go-issue-mirror

[old] precursor to golang.org/x/build/maintner/godata
24
star
37

goman

Gearman Client for Go
Go
24
star
38

minimal-qemu-linux

experimenting with a minimal Linux kernel under qemu-system for testing
Go
20
star
39

litecmp

Go
19
star
40

ip2asn

parser for iptoasn.com data
Go
18
star
41

hubbub-hub

A PubSubHubbub hub implementation
Perl
18
star
42

sixmap

tool to visualize the SIX (Seattle Internet Exchange) route server coverage
Go
17
star
43

qopher

Gopher Queue
Go
17
star
44

gotsync

parallel tree sync
Go
15
star
45

qemu-guest-kragent

a minimal qemu-guest-agent in Go for gokrazy + Proxmox (qemu)
Go
15
star
46

powerview

Control Hunter Douglas PowerView shades & blinds
Go
14
star
47

grpc-go16-demo

Demonstrating using Go 1.6's http2 to do grpc
Protocol Buffer
14
star
48

go-get-proxy

http proxy for the "go get" subcommand
Go
13
star
49

gce

Go package for for Google Compute Engine (GCE)
Go
13
star
50

sonden

If Sonos is playing audio, turn on my Denon amps.
Go
12
star
51

go-runas

Wrapper around go's rpc pkg to drop root and run RPCs as another user
Go
12
star
52

talk-http2go

HTTP/2 Go Talk
Go
11
star
53

candysim

when will Candyland be over?
Go
11
star
54

morskoyboy

Bored on a bus with no Internet? Play ะœะพั€ัะบะพะน ะ‘ะพะน (Sea Battle), similar to Battleship.
Go
10
star
55

batt

build ALL the things
Go
7
star
56

set-consistenthash-perl

consistent hashing library for Perl
Perl
7
star
57

lingobingo

lingo bingo lightning talk
Go
7
star
58

issue-tracker-behaviors

7
star
59

brackup-gae-server

Brackup server for Google App Engine
Python
6
star
60

eight22er

[joke] Twitter Direct Message POP3 gateway
Go
6
star
61

remserial-mirror

git mirror of remserial
C
5
star
62

talk-2016-08-16-seattle-go-1.7

Go
5
star
63

aoc

advent of code helpers to reuse between tasks
Go
5
star
64

perl-denon-avr-4806

Perl code to control a Denon AVR-4806
4
star
65

unicode-checkutf8

Perl module Unicode::CheckUTF8
Perl
4
star
66

go-mod-archiver-test

Go
4
star
67

perl-net-openid

Perl Net::OpenID::* modules
4
star
68

issuemirror

Code for mirroring Github issues to local files, and reading them.
Go
4
star
69

issue735583

Demo for Chrome issue issue 735583
Go
3
star
70

talk-2014-04-gophercon

Gophercon 2014 Talk
Go
3
star
71

sys-syscall

Sys::Syscall -- access system calls that Perl doesn't normally provide access to
Perl
3
star
72

k9sms

K-9 SMS
3
star
73

barlogalights

little program I use to run the LED strips in my home bar
Go
3
star
74

talk-2012-08-23-square-go

Talk about Go at Square
JavaScript
2
star
75

fotobilder-spiegel

Mirror photos & galleries from FotoBilder / LiveJournal
Go
2
star
76

democgoalloc

Go
2
star
77

fw-test-agent

Go
1
star
78

talk-gluecon-2010

Slides & code samples from my Gluecon 2010 talk
Perl
1
star
79

go-test-bug-repro

Go
1
star
80

wintun-go

dev fork of golang.zx2c4.com/wintun
Go
1
star
81

google-api-go-client

Auto-generated Google APIs for Go.
Go
1
star