mirror of
https://github.com/thewesker/ebooks_example.git
synced 2025-12-22 05:11:08 -05:00
Remove Papertrail addon from app.json
This commit is contained in:
@@ -6,6 +6,13 @@ A turn-key, beginner-friendly, ready-to-deploy implementation of a traditional \
|
||||
|
||||
Create your [Twitter app](https://apps.twitter.com) and generate access tokens with *Read, Write and Direct Messages* privileges.
|
||||
|
||||
### Deploy using Papertrail online log addon
|
||||
#### [Valid Credit Card required, but free to use]
|
||||
|
||||
[](https://heroku.com/deploy?template=https://github.com/BooDoo/ebooks_example/tree/deploy-no-card)
|
||||
|
||||
### Deploy with no Papertrail addon [no card required]
|
||||
|
||||
[](https://heroku.com/deploy?template=https://github.com/BooDoo/ebooks_example/tree/deploy)
|
||||
|
||||
Put your BOT_NAME, SOURCE_USERNAME, and API secrets into Heroku Config Vars using the web dashboard.
|
||||
|
||||
5
app.json
5
app.json
@@ -1,15 +1,12 @@
|
||||
{
|
||||
"name": "BooDooBooks",
|
||||
"description": "Turn-key _ebooks deployment using twitter_ebooks",
|
||||
"repository": "https://github.com/BooDoo/ebooks_example/tree/deploy",
|
||||
"repository": "https://github.com/BooDoo/ebooks_example/tree/deploy-no-card",
|
||||
"keywords": [
|
||||
"twitter",
|
||||
"bot",
|
||||
"ebooks"
|
||||
],
|
||||
"addons": [
|
||||
"papertrail:choklad"
|
||||
],
|
||||
"env": {
|
||||
"LANG": "en_US.UTF-8",
|
||||
"BOT_NAME": "",
|
||||
|
||||
Reference in New Issue
Block a user