Skip to content

rstanziale/HORbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HORBot - RecSys

Italian chat bot developed with Telegram API and used as Recommender System of point of interests with Myrror facets (through its API) and surveys.

The following technologies have been used to develop the system:

Configuration

Add a file horbot.properties to the resources directory and set it as follows:

# HORBot properties
username=<YOUR_CHATBOT_NAME>
token=<YOUR_CHATBOT_TOKEN>

Deploy

The following guide has been used for deploying, the commands used are:

git init
git add .
git commit -m "Ready to deploy"
heroku create
git push heroku master

Telegram commands

The following is a list of the commands used by the chat bot:

/start - Inizia ad usare il RecSys
/login - Effettua il login per Myrror
/survey - Inizia il questionario
/setlocation - Invia la posizione
/setcontext - Imposta il tuo contesto attuale
/buildprofile - Imposta le tue preferenze
/showanswer - Visualizza le risposte del questionario
/showprofile - Visualizza le attività scelte
/showcontext - Visualizza il tuo contesto
/resetanswer - Reimposta le risposte del questionario
/resetprofile - Reimposta il tuo profilo
/resetcontext - Reimposta il tuo contesto
/recommend - Ottieni un suggerimento di attività da svolgere
/recommendall - Scegli un suggerimento su quattro proprosti
/help - Informazioni sui comandi

About

Telegram chat bot used as Recommender System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages