added a dump_csv script
This commit is contained in:
parent
052507b4d0
commit
b21825a063
2 changed files with 7 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
opensecrets
|
||||
opensecrets/creds.rb
|
||||
opensecrets/main.rbK
|
7
opensecrets/main.rb
Executable file
7
opensecrets/main.rb
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
|
||||
require './creds.rb'
|
||||
|
||||
puts creds.rb.api_key
|
||||
|
Loading…
Add table
Reference in a new issue