Ihor Kirilenko
Offer Ihor work on your next project.
Rating
Skills and abilities
Programming
Portfolio
-
Interactive gaming bot
PythonProblem: Public entertainment bots offer a standard set of games and do not provide the opportunity to create a unique experience tailored specifically for a particular community.
My solution: I developed a custom text mini-game from scratch with teams for attack and defense. The main "feature" is real-time interactive events: the bot periodically sends messages with reactions, and the first player to click on it gains a tactical advantage. This project demonstrates my ability to create unconventional and engaging entertainment systems.
-
Automated bot-accountant
PythonProblem: In many communities, financial accounting (for example, calculating in-game salaries) is a routine, manual task prone to errors.
My solution: I developed an accounting bot that fully automates this process. With direct integration with Google Sheets, the bot takes over all the calculation work. Users input data through simple commands, and the bot independently performs all calculations and updates the spreadsheet.
-
Custom Twitch Integrator for the community
PythonProblem: The owner of a server with 400+ participants faced a "noise" issue from standard bots that notified about all streams indiscriminately and did not give users a choice.
My solution: I developed a flexible notification system. The bot sends messages only if the streamer is playing in a specific, selected category. Users can subscribe to the streamers they are interested in through interactive buttons. As a bonus, I added a statistics module that tracks streamer activity.
-
Multifunctional moderator
PythonProblem: Standard bots often struggle with atypical tasks, for example, their language filters react to individual words rather than the language as a whole, leading to errors.
My solution: I developed an intelligent filter that analyzes messages for accurate language detection. This effective module became the foundation for a larger project — a multifunctional moderation bot that combined several tools: from managing temporary channels to classic admin functions. This is a solution that grows with the needs of the server.