added To add to the bottom of the readme
This commit is contained in:
parent
c4fde291e4
commit
eaf5e306c0
1 changed files with 12 additions and 6 deletions
12
README.md
12
README.md
|
@ -2,7 +2,7 @@
|
|||
Check out the examples folder for some examples. I will add more soon.
|
||||
|
||||
## Usage
|
||||
Set these three environment variables:
|
||||
Set the following environment variables:
|
||||
|
||||
```
|
||||
pastebin_api_key
|
||||
|
@ -38,6 +38,12 @@ Complete.
|
|||
The data directory will then be populated with pastebin raw paste files with the following naming scheme:
|
||||
|
||||
```shell
|
||||
pastebin_paste_key_agiArDuG pastebin_paste_key_f9sZ4zfZ pastebin_paste_key_kkS48wHT pastebin_paste_key_rjxNDUbN pastebin_paste_key_vu5HSagJ pastebin_paste_key_ZZrUy4Fa
|
||||
pastebin_paste_key_AHMT1YSC pastebin_paste_key_f9Zn6FWf pastebin_paste_key_kLVdVpTW pastebin_paste_key_rLDbHTZN pastebin_paste_key_vv6R1Dz4
|
||||
pastebin_paste_key_agiArDuG
|
||||
```
|
||||
|
||||
### To Add:
|
||||
- fulltext search of raw pastes via elastic search, mysql, postgres, sqlite, or some other method
|
||||
- create pastes from the command line
|
||||
- adding exceptions
|
||||
- adding configuration file support
|
||||
- adding rspec tests
|
||||
|
|
Loading…
Add table
Reference in a new issue