A Lemmy bot that can be run to respond to the phrase "Parenti quote" with the Parenti quote. If you're interested in this bot, then you know the quote I'm talking about.
 
Go to file
SleeplessOne1917 6e9117b5b1 Undo 2023-08-18 18:36:14 -04:00
.gitignore Add sqlite db to track already responded to posts/comments 2023-02-26 19:39:08 -05:00
.prettierrc Initial commit 2022-12-08 05:23:40 -05:00
LICENSE Add license 2022-12-08 05:49:36 -05:00
README.md Add README 2022-12-08 06:03:25 -05:00
bot.ts Undo 2023-08-18 18:36:14 -04:00
package.json Update to be compatible with Lemmy 0.18.x 2023-07-03 08:29:45 -04:00
pnpm-lock.yaml Update to be compatible with Lemmy 0.18.x 2023-07-03 08:29:45 -04:00
tsconfig.json Initial commit 2022-12-08 05:23:40 -05:00

README.md

Run Your own Parenti Bot

  1. Make sure Node.JS is installed on your machine
  2. Install dependencies with npm i, yarn, or pnpm i
  3. Create a .env file in the project's root directory
  4. 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>
  1. Run the bot with npm start, yarn start, or pnpm start