messenger-to-telegram
messenger-to-telegram copied to clipboard
Where's the "deployment" info?
Hi there.
The readme says, "See deployment for notes on how to deploy the project on a live system." But it's not obvious to me what it's referring to. I’d like to set this up on a live server, preferably without getting involved with Docker.
Are there instructions for this?
Thanks very much,
Jonathan
I would like to do the same. Can't get docker running on my server. Would rather just use nodejs but can't find any instructions.
@inspiredearth @Egregius
- Copy app directory to your server
- Replace process.env.TELEGRAM_TOKEN process.env.TELEGRAM_CHAT_ID process.env.FB_EMAIL process.env.FB_PASSWORD with your data in file bot.js
- And run npm install npm start
Thank you! npm is installed and I'm logged in (after disabling 2FA in Facebook). But now I get the same error as in https://github.com/AlexR1712/messenger-to-telegram/issues/18