This repository has been archived on 2022-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
amber-ebooks-archived/app.json

14 lines
386 B
JSON

{
"name": "mstdn-ebooks",
"description": "An ebooks bot for Mastodon (and compatible) users",
"repository": "https://github.com/Lynnesbian/mstdn-ebooks",
"keywords": ["python", "mastodon"],
"website": "https://fedi.lynnesbian.space/@lynnesbian",
"image": "heroku/heroku",
"env": {
"MASTODON_API_TOKEN": "",
"MASTODON_BASE_URL": ""
},
"addons": ["scheduler"]
}