Skip to content

A lemmy bot that auto posts threads in communities at given times

License

Notifications You must be signed in to change notification settings

Ategon/Lemmy-Frank-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frank Bot

A lemmy bot that auto posts threads in communities at given times

This bot is made for the https://programming.dev/ gamedev communities but the source code can be modified to accomodate any community

Notes

  • If running on windows the environment variables may act up. You can insert them manually into the bot by replacing the things like process.env.USERNAME and the other things starting with process.env with the value for username in .env or their other respective value
  • NOTE: Not updated for v0.18 yet

Setup

  1. Clone the repository
  2. Create an account in the instance you want the bot to have as its home (just make a regular user)
  3. Create a file called .env in the bot folder and give it values in this format with the data in the quotes (dont add the slashes or the part after the slashes)
INSTANCE="" // The instance the bot account is in
USERNAME="" // The bot username
PASSWORD="" // The bot password
  1. Change the data for the communities and posts variables based on what you want set. Cron determines what time the bot will post at (does an interval) and theres a calculator to help you here https://crontab.guru/ (note theres an extra digit on the left for the bot thats for seconds that isnt in the calculator). For lemmy bot docs look at https://github.com/SleeplessOne1917/lemmy-bot
  2. Open a terminal in the bot folder and run npm install to install dependendies and then node main.js to run the bot (whenever you want to start the bot again you can just do ctrl+c to interrupt the process and node main.js to start the bot)

I recommend installing something like forever.js for making it run continually

If you run into issues feel free to dm me on Matrix here

About

A lemmy bot that auto posts threads in communities at given times

Topics

Resources

License

Stars

Watchers

Forks