You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ A lemmy bot that watches rss feeds and posts new posts from them in communities
3
3
4
4
This bot is made for the https://programming.dev/ communities but the source code can be modified to accomodate any community
5
5
6
+
## Prerequisites
7
+
- You need to have installed node.js in order to run the bot
8
+
6
9
## Notes
7
10
- 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
0 commit comments