I need to install a package ffmpeg in sever railway
I need to be able to install ffmpeg on railway and get the path where ffmpeg is saved to be able to start my app correctly.
Solution:Jump to solution
I'm sorry but the use of whatapp-web.js breaks railways tos because it is a userbot, please see the link I sent just a bit ago
11 Replies
Project ID:
9748ba28-b965-412f-abc3-65cddfdfa254
9748ba28-b965-412f-abc3-65cddfdfa254
may i ask what you are using ffmpeg for?
This is my railway.json
{
"version": 2,
"buildCommand": "yarn build",
"env": {},
"envSecrets": [],
"layers": [
{
"name": "ffmpeg",
"command": [
"apt-get update",
"apt-get install -y ffmpeg"
]
}
]
}
?
so that the whatsapp-web.js library can process videos and gifs to send them as stickers
im sorry but whatsapp-web.js would break railways tos, as it is a userbot
https://railway.app/legal/fair-use
but I would like to be able to use railway for my bot the truth is that it works very well for me 😦
it breaks tos
maybe move to a telegram bot?
or discord bot
both those are allowed
It would not be possible for me, I will have to migrate my app to another server 😦
I already pay for the railway and I am very happy with the way it works.
Solution
I'm sorry but the use of whatapp-web.js breaks railways tos because it is a userbot, please see the link I sent just a bit ago