Talk with an AI, and it will suggest you movies.
- Chatbot using Wit
- Find movies using TMDb
- Check movie availability using Can I Stream it ?
- User's location using IP-API
- Current weather using OpenWeatherMap
- Authentication using Facebook SDK
- GIFs using Giphy
- Twig
1.24 - PHP
7.0 - MySQL
5.5
- Apache server with PHP 7+
- A recent MySQL server
git clone https://github.com/jclerc/oscarmovies.git
cd oscarmovies
composer install -d htdocsThen create a MySQL database named oscar, and import data from sql/mysql/oscar.sql file.
You may need to change credentials in the config file at /htdocs/app/core/config.json.
Once it's done, start the webserver in directory /htdocs/www/.
- It doesn't work anymore, due to breaking changes of APIs used
