hi everyone!

i've finally cleaned up the code for @hackernews and turned it into a template for rss feed bots! the code isn't great, but hopefully it inspires people to make more cool bots, as it can be easily modified to post anything, not just rss feeds!

https://github.com/manufacturecopy/wasteof-rss

Dec 5, 2023, 8:29 PM
4 1 3

comments

Instead of using plain axios requests, you can use wasteof-client, a node api wrapper for wasteof (which, coincidentally, I made)

https://github.com/Oren-Lindsey/wasteof-client3

https://www.npmjs.com/package/wasteof-client

thank you for showing me this, i did not even know it existed. i'll make a new version of the bot using that as soon as i have time. thank you for making that, figuring out axios requests was so hard so it’s good that other people will have it easier

No problem!