Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Ihor Kirilenko

Offer Ihor work on your next project.

Ukraine Kyiv, Ukraine
1 month 6 days back
Available for hire available for hire
age 26 years
on the service 9 months 24 days

Rating

Successful projects
No data
Average rating
No data
Rating
181
Python
1247 place out of 4457

Skills and abilities

Programming

Portfolio


  • Interactive gaming bot

    Python
    Problem: 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

    Python
    Problem: 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

    Python
    Problem: 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

    Python
    Problem: 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.