Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frioux/lizard-brain
https://github.com/frioux/lizard-brain
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frioux/lizard-brain
- Owner: frioux
- Created: 2016-01-19T06:51:59.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T18:02:30.000Z (over 4 years ago)
- Last Synced: 2024-11-02T00:50:23.131Z (about 2 months ago)
- Language: Perl
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lizard Brain
A computer assisted brain stem.
# Configuration
Configuration is managed entirely by environment variables. The list of
configuration fields are as follows:## `DROPBOX_ACCESS_TOKEN`
OAuth 2 Access Token for reading from and wriitng to Dropbox.
## `PUSHOVER_USER`
The user token to send pushover messages to
## `PUSHOVER_API`
The api token to use when sending pushover messages
## `LB_PASS`
The crypt formatted password that (at least) Twilio will use when authentication
with Lizard Brain.## `LB_NOTES`
Location of [VOTL](https://github.com/vimoutliner/vimoutliner) file used for
inspiration etc. Some location in dropbox (like `/foo/bar.otl`)## `LB_NOTES_PASS`
The crypt formatted password that is for the scant www interface Lizard Brain
has. Should be a hash of `u$username:p$password`.## `MY_CELL`
The [E.164](https://en.wikipedia.org/wiki/E.164) cell that is authorized
to interact with the Lizard Brain via Twilio.## `LB_GH_SECRET`
The secret to use for Github authentication. Maybe just use `LB_PASS` for this?
## `LB_TASKS`
The directory where tasks are located. Default is `./tasks`.
* `TWITTER_CONSUMER_KEY`
* `TWITTER_CONSUMER_SECRET`
* `TWITTER_ACCESS_TOKEN`
* `TWITTER_ACCESS_TOKEN_SECRET`