There are 3 main projects that work together to form the infrastructure:
Website interface, database, parser/cloudbot coordination, etc...
https://gitlab.com/acorbin91/imdbLinks
Parses web pages for mp4's and metadata.
https://gitlab.com/acorbin91/imdb-links-parserbot
Receives data from ParserBot (with permission from MainBot) and uplaods/tranloads mp4 to cloud storage. Sends data to MainBot for DB storage upon completion
https://gitlab.com/acorbin91/imdb-links-cloudbot
- git clone https://gitlab.com/acorbin91/imdbLinks
- composer install
- npm install --global gulp-cli
- npm install elixir
- npm install
- Manually install a clone of the database.sql
- Update .env file
Email [email protected] for questions or concerns.