14 lines
386 B
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"]
|
|
}
|