Register the bot
<host>/api/register
Method: POST
Body: [username, password, email]
Log the bot in
<host>/api/login
Method: POST
Body: [username, password]
Log the bot out
<host>/api/login
Method: GET
Body: [username, password]
Get a movie
<host>/api/movie
Method: GET
Save a movie answer
<host>/api/save-movie-answer
Method: POST
Body: [movieId, answer(1,0)]
Get score history
<host>/api/score-history
Method: GET
- register
- log in
- process videos
- log out