symphonyoss /
symphony-java-sample-bots
A set of simple Bots for Symphony, implemented in Java.
23/100 healthLoading repository data…
marcenavuc / repository
Simple implementation of weather telegram bot on Java. This bot can read, send messages and work with api.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Simple implementation telegram bot on Java. This bot can read, send messages and work with databases
Selected from shared topics, language and repository description—not editorial ratings.
symphonyoss /
A set of simple Bots for Symphony, implemented in Java.
23/100 healthBemly /
含GPT聊天机器人的简陋聊天室java实现。Java Implementation of a Simple Chat Room with GPT Bot.
15/100 healthbaberparweez /
The concept, design, implementation, testing and publishing of DrumBot: a simple music entertainment concept application. Initial idea based on Akai MPC drum machine.
/100 healthshubha360 /
Code implementations of - https://hyperskill.org/projects/113?track=1
30/100 healthlytves /
Simple implementation of the "Rock paper scissors" game for play inside telegram groups between 2 persons
40/100 healtheuggio /
# Simple-Chatty-Bot Simple Chatty Bot Application that prompts user for name, date built, and age of a user-defined bot. Project Completed using JetBrains Hyperskill at https://hyperskill.org/projects/31?goal=7 About: Here, at the beginning of your programmer’s path, you will need a console bot that will guide you through the basics of software development. During this journey you will also play some word and number games that you are going to implement by yourself. Pack up and hit the road, my friend! Learning outcomes: As you move through the project, you’ll install Java on your machine and learn to work in a professional development environment. You’ll get to know the basic syntax of Java and write a simple program using variables, conditions, loops, and methods. This project is a part of the following learning goals: Java Developer What you’ll do and what you’ll learn: 1/4. Teach your assistant to introduce itself in the console Introduction to Java - Basic literals - Overview of the basic program - Printing data - Stage implementation 2/4. Use your knowledge of strings and numbers to make the assistant guess your age 3/4. Your assistant is old enough to learn how to count. And you are experienced enough to apply the for-loop at this stage! 4/4. At this point, the assistant will be able to check your knowledge and ask multiple choice questions. Add some methods to your code and make the stage even better. Result will look like: > Hello! My name is Aid.<br/> I was created in 2018.<br/> Please, remind me your name.<br/> Max<br/> What a great name you have, Max!<br/> Let me guess your age.<br/> Say me remainders of dividing your age by 3, 5 and 7.<br/> 1 2 1<br/> Your age is 22: that's a good time to start programming!<br/> Now I will prove to you that I can count to any number you want.<br/> 3<br/> 0!<br/> 1!<br/> 2!<br/> 3!<br/> Let's test your programming knowledge.<br/> Why do we use methods?<br/> <ol> <li>To repeat a statement multiple times.</li> <li>To decompose a program into several small subroutines.</li> <li>To determine the execution time of a program.</li> <li>To interrupt the execution of a program.</li> </ol> > 4<br/> Please, try again.<br/> 2<br/> Congratulations, have a nice day!
22/100 health