Is it possible to run a steemit bot on one Raspberry Pi 3 Model B?
Specifically, a bot that would comment on posts that use the words "hologram", "holograms" and/or "holography" and possibly upvote those posts. Links to tutorials in the answer would be appreciated.
I'm not 100% sure since I do not use Raspberry Pi but I imagine if I could because if you use node for the internal programming of this and programs with the libraries of steemjs it is possible that this will work or rather it should make it clear that you Touch that is connected to the Internet obiamente.
Thank you for your thoughts. If you find out anything else in the future about the feasibility please let me know. Thanks.
Raspberry PI do support Python, Node, and most of the programming languages. What you can do is to stream the blockchain.
I do have a sample for that, it is written in TypeScript and Node.js with dsteem library.
https://github.com/superoo7/cn-malaysia
This cn-malaysia bot will comment on post with the tag cn-malaysia but does not contain a minimum threshold of chinese words percentage. You can modify this into upvotes.
I hosted this bot on a 1GB RAM Ubuntu server, and based on PM2 manager, it consume less than 100mb RAM, which should be fine on Raspberry Pi (Pi has 512 mb RAM).
Thank you for this information.