I’m working on a Discord bot as a fun side project. It’s got some cool features like Reddit API integration, and I’m thinking about adding YouTube stuff too. Plus, it’s got a bunch of other fun and useful commands.
I’m wondering if I should keep this project public on GitHub or switch it to private. Does a Discord bot project even count for anything on a portfolio? It’s just a hobby thing, but I’m curious what you all think.
Has anyone here put their Discord bot on GitHub? Did it help you in any way? I’d love to hear your thoughts on this. Thanks!
As someone who’s been in the Discord bot development scene for a while, I can tell you that making your project public on GitHub is a smart move. It’s not just about showcasing your code; it’s about joining a community of developers.
I remember when I first put my bot on GitHub. Within weeks, I had other devs reaching out with suggestions and even pull requests. It was a great learning experience and really helped me improve my coding skills.
One thing to keep in mind though - make sure you’ve got a solid README and proper documentation. It makes a world of difference when others are looking at your project. And don’t forget to sanitize your code of any sensitive info before pushing it public.
In terms of portfolio value, I’ve actually had interviewers bring up my Discord bot during job interviews. It sparked some interesting conversations about API usage and real-time data handling. So yeah, it definitely can count for something.
Bottom line, go for it. The potential benefits far outweigh any downsides in my experience.
I’ve been in a similar situation with my own Discord bot project. From my experience, keeping it public on GitHub can be beneficial. It demonstrates your coding skills, showcases your ability to work with APIs, and highlights your project management capabilities. Even as a hobby project, it can catch the eye of potential employers or collaborators.
That said, be cautious about exposing sensitive information like API keys or tokens. Make sure to use environment variables or a separate config file for those. Also, consider adding a detailed README to explain your bot’s features and setup process. This not only helps others understand your work but also shows your documentation skills.
Ultimately, a well-documented Discord bot can be a valuable addition to your portfolio, especially if you’re interested in roles involving API integration or bot development.
yo, making it public is dope! shows off ur skills n might help others. just watch out for dem api keys n stuff. i put mine up n got some cool feedback. plus, u never kno who might stumble on it. could lead to sum sweet opportunities, ya feel me?