MoviStream is an online movie streaming platform. It has all the latest movies available, with their descriptions.
MoviStream also uses a number of open source projects to work properly:
- Python - The main programming Language to create the app.
- Django - Python's awesome web framework.
- HTML5 - The standard markup language for web documents.
- Bootstrap v5.0 - great UI boilerplate for modern web apps
- beautifulsoup4 - Python library, that makes it easy to scrape information from web pages.
- requests - fast node.js network app framework [@tjholowaychuk]
- Heroku - It's a cloud platform, that is used for hosting Web Apps & Websites online.
MoviStream requires Python 3.5+ to run.
Clone the current repository :
$ git clone https://github.com/euhidaman/moviescraper.git
Change to the 'moviescraper' directory :
$ cd moviescraper
Install required python packages :
$ pip install -r requirements.txt
Run the project on localhost :
$ python manage.py runserver
Now, open your browser, and type the following in the address bar :
http://localhost:8000/
Now, Enter movie name in small letters, in the search bar.
Watch Free Movies, Hell Yeah !!