|
||
---|---|---|
.gitignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
bot.ts | ||
package.json | ||
pnpm-lock.yaml | ||
tsconfig.json |
README.md
Run Your own Parenti Bot
- Make sure Node.JS is installed on your machine
- Install dependencies with
npm i
,yarn
, orpnpm i
- Create a .env file in the project's root directory
- Set the following environment variables
USERNAME=<your bot's username>
PASSWORD=<your bot's password>
INSTANCE_DOMAIN=<The domain of the lemmy instance, e.g. lemmy.ml>
- Run the bot with
npm start
,yarn start
, orpnpm start