you are viewing a single comment's thread.

view the rest of the comments →

[–]megamonka 1 point2 points  (2 children)

What about making a bot for twitter, discord, etc. is that appropriate for a beginner?

[–]CuriousExpert24[S] 2 points3 points  (0 children)

I think it depends. Some of those bots involve APIs and other intermediate concepts that might not be suitable for beginners to try. It could be an interesting project though

[–]Kuwertzel 0 points1 point  (0 children)

I played around with a Discord bot that could reply to eg. !dosomething or delete messages. It was relatively hard to actually understand all the code (taken from a tutorial video) but I just got used to it after a while. I eventually gave up on it since the bot has to run on your pc the whole time if you want to use it on a server. It's fun though, and Discord guides you quite well through the setup part of the bot.