WikiFilmScraper is a web scraping tool designed to extract film names, links, and details from a Wikipedia page containing a table of films.
- Extracts film names from Wikipedia tables
- Captures links to individual film pages
- Gathers detailed information about each film
git clone https://github.com/tanjil-dev/WikiFilmScraper.git
cd WikiFilmScraper
python -m venv [name]
.[name]\Scripts\activate.bat
source [name]/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- Please setup Postgresql RDMS in the local environment. Tutorial Page
- We will avoid putting the database credentials into the settings.py file. Because it will expose your database credential when we will upload code or host our project in public.
- From project root directory go we will enter the TodoApp directory.
cd WikiFilmScraper
- We will make a .env file.
touch .env
- Copy all the variables from the .sample_env file and paste it into the .env file
- Please put the variable values for database credentials and local directory path etc.
Thank you for checking out this project! If you have any questions, feel free to open an issue or contact me directly. I hope you find this project helpful and look forward to your contributions.
- Email: tanzil.ovi578@gmail.com