All Projects → curiosone-bot → curiosone-core

curiosone-bot / curiosone-core

Licence: MIT license
🖤 The API Backend of the Curiosone bot.

Programming Languages

java
68154 projects - #9 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to curiosone-core

curiosone-web
🤖 The Web App of the Curiosone bot.
Stars: ✭ 14 (-30%)
Mutual labels:  university, conversational-bots
curiosone-bot.github.io
💬 Conversational bot written in Java!
Stars: ✭ 11 (-45%)
Mutual labels:  university, conversational-bots
PlanningSup
Planning universitaire réalisé en Nuxt.js
Stars: ✭ 16 (-20%)
Mutual labels:  university
site
Course materials for the Geo-Python course at the University of Helsinki, Finland
Stars: ✭ 166 (+730%)
Mutual labels:  university
dcs-notes.github.io
Unofficial notes for modules offered in the first year of Computer Science by the University of Warwick
Stars: ✭ 22 (+10%)
Mutual labels:  university
UOC-notifier-chrome
UOC notifier for Google Chrome
Stars: ✭ 26 (+30%)
Mutual labels:  university
projektzapisy
System Zapisów na zajęcia w Instytucie Informatyki Uniwersytetu Wrocławskiego
Stars: ✭ 26 (+30%)
Mutual labels:  university
AndroidOMRHelper
An android application for validating images of OMR sheets before they are sent for processing.
Stars: ✭ 38 (+90%)
Mutual labels:  university
klas-helper
🎠 광운대학교 KLAS 사이트에 편리한 기능을 추가할 수 있는 유저 스크립트
Stars: ✭ 60 (+200%)
Mutual labels:  university
3D-Public-Transport-Simulator
The 3D Public Transport Simulator is a Unity-based simulation, which uses OpenStreetMap data in order to support the simulation of worldwide locations. The development was part of a Bachelor thesis.
Stars: ✭ 87 (+335%)
Mutual labels:  university
450-free-courses
📚 Here are 450 Ivy League courses you can take online right now for free
Stars: ✭ 95 (+375%)
Mutual labels:  university
study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (+70%)
Mutual labels:  university
articicial-inteligence-and-data-science
Este repositorio esta basado principalmente en la carrera de machine learning y data science de platzi pero también habrán recursos de otras plataformas e instituciones educativas.
Stars: ✭ 34 (+70%)
Mutual labels:  university
SoftUni-Software-Engineering
SoftUni- Software Engineering
Stars: ✭ 47 (+135%)
Mutual labels:  university
awesome-ufma
Uma lista de provas das disciplinas ministradas na Universidade Federal do Maranhão.
Stars: ✭ 63 (+215%)
Mutual labels:  university
beamer-themes
Latex beamer themes for presentations
Stars: ✭ 48 (+140%)
Mutual labels:  university
Appunti-LFC
Appunti di Linguaggi Formali e Compilatori - Prof.ssa P. Quaglia - Università di Trento
Stars: ✭ 32 (+60%)
Mutual labels:  university
website
Fully responsive website built with NextJS, React and Fluent UI, with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.
Stars: ✭ 29 (+45%)
Mutual labels:  university
university-site-cms
University site and CMS implemented with Spring Boot.
Stars: ✭ 25 (+25%)
Mutual labels:  university
PINGOWebApp
source code of the PINGO web app - (see readme, wiki and http://blogs.upb.de/pingo/opensource/ for more info)
Stars: ✭ 53 (+165%)
Mutual labels:  university

curiosone-bot


💬 Conversational bot written in Java!
The API Backend of the Curiosone bot.

Background

Curiosone is a curious bot that is able to learn things chatting with people.
You can try it here.

Development

The bot codebase is splitted in different repositories:

Feel free to contribute!

Get Started

Clone the repository to your local machine then cd into the directory that was created by the cloning.

git clone https://github.com/curiosone-bot/curiosone-core.git
cd curiosone-core

Requirements

If you don't have them already, you need to install some prerequisites:

Gradle

The project comes with some useful tools that will help you automatize some common tasks:

  • gradle clean to clean up the files generated by the build process.
  • gradle build to build and compile the entire project.
  • gradle test to run unit tests.
  • gradle javadoc to generate the javadoc.
  • gradle fixcs to automagically fix the code style in a best-effort fashion
  • gradle dependencies to display all dependencies declared in root project.
  • gradle run to run the API server. (Will be available at http://localhost:4567/)
  • gradle --stop to stop the API server..

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].