press f in chat bois
- Docker (optional)
- Sentry (optional)
- Node.js v10 or higher
- Redis
- Fork the repository under your username and run
git clone https://github.com/$USERNAME/PressFBot
- omit
$USERNAME
with your actual username on GitHub.
- omit
- Change to the directory (
cd PressFBot
) and runnpm i
to install all dependencies - Complete the
.env
file under the.env.example
file (cp .env.example .env
) - Run
npm start
to start the bot
Notice: This is the recommended way to run PressFBot so you don't need to install any dependencies on your machine.
⚠️ If you are using Windows or macOS, please install Docker Desktop for your system if you are going to use this method.
- Fork the repository under your username and run
git clone https://github.com/$USERNAME/PressFBot
- omit
$USERNAME
with your actual username on GitHub.
- omit
- Change to the directory (
cd PressFBot
) and complete the.env
file under the.env.example
file (cp .env.example .env
) - Run
npm run docker:build
to create a image called pressfbot under the latest tag. - Run the image by running
npm run docker:run
to start 2 processes of Redis and the bot itself.
PressFBot is released under the MIT License, read here for more information.