Repository for the development and deployment of bots for the Fediverse.
Go to file
matty ce687e56b0 update license file (like I need to lmao) 2023-02-09 20:37:21 -05:00
lib initial commit 2023-02-09 20:18:05 -05:00
.env.example initial commit 2023-02-09 20:18:05 -05:00
.gitignore initial commit 2023-02-09 20:18:05 -05:00
LICENSE update license file (like I need to lmao) 2023-02-09 20:37:21 -05:00
README.MD fuckin markdown 2023-02-09 20:21:13 -05:00
nice-bot.js initial commit 2023-02-09 20:18:05 -05:00
package.json initial commit 2023-02-09 20:18:05 -05:00
yarn.lock initial commit 2023-02-09 20:18:05 -05:00

README.MD

This project requires NodeJS 18.14.0 and will probably only run effectively on a Linux machine.

  1. Clone repository to directory
  2. Enter yarn into terminal and press enter
  3. Copy/move .env.example to .env in the root directory
  4. Fill out the necessary information (_BEARER entries require BEARER tokens for authentication)
  5. Run script by entering in to console "node nice-bot.js [SELECTION] [OPTIONS] (if applicable)"

I'll update this and add more features as times goes on. Yes, it is retarded spaghetti code but it works. I would recommend using crontab (see CrontabGuru) to run the script every however long you'd like, if you want it to be automated. At the moment, this script does not support replying to mentions as they come, like how the ebooks accounts do.