added To add to the bottom of the readme

This commit is contained in:
booboy 2018-11-09 22:58:47 -06:00
parent c4fde291e4
commit eaf5e306c0

View file

@ -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