Skip to content

Commit dd45f1c

Browse files
authored
Update README.md
1 parent 1c715fa commit dd45f1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ USERNAME="" // The bot username
1717
PASSWORD="" // The bot password
1818
```
1919
4. Change the data for the communities and feeds variables based on what you want set.
20-
5. **IMPORTANT:** If you do not want to bot to back post any other posts it finds in the rss feeds, the first time you start up the bot you have to comment out the lines where it calls createPost. When you start up the bot it will insert them all into the database so it doesnt post again but as the create post is commented out it doesnt make a post. You should see a bunch of things appearing in the logs about adding new links (and it may take up to 10 minutes for the cycle to get to a time where it wants to post to start doing that). Then when its done uncomment then start the bot up again and it should behave normally
21-
the lines to comment out should look like this and to comment out just use /* to start the comment and */ to end it
20+
5. **IMPORTANT:** If you do not want to bot to back post any other posts it finds in the rss feeds, the first time you start up the bot you have to comment out the lines where it calls createPost. When you start up the bot it will insert them all into the database so it doesnt post again but as the create post is commented out it doesnt make a post. You should see a bunch of things appearing in the logs about adding new links (and it may take up to 10 minutes for the cycle to get to a time where it wants to post to start doing that). Then when its done uncomment then start the bot up again and it should behave normally.
21+
22+
The lines to comment out should look like this and to comment out just use /* to start the comment and */ to end it
2223
```
2324
await createPost({
2425
name: item.title,

0 commit comments

Comments
 (0)