GeeksForGeeksScrapper icon indicating copy to clipboard operation
GeeksForGeeksScrapper copied to clipboard

Use of Template Rendering library to seprate the Python and HTML Code

Open RamolaWeb opened this issue 7 years ago • 2 comments

The Current Script to scrape the website contains both python as well as the HTML code . Thus in order to scale the project i.e to modify the HTML code to redesign the Web Page and PDF document, we may need to modify the Script also. Thus it will great to use a template rendering library like Jinja2 to render the HTML content so that the HTML and Python Part Can be separated.

RamolaWeb avatar Apr 21 '17 19:04 RamolaWeb

@RamolaWeb Yes, seems doable and a good practice. Once #15 is merged, this can be taken.

CuriousLearner avatar Apr 29 '17 05:04 CuriousLearner

@RamolaWeb Now that #15 is merged in, you can start working on other issues, that are assigned to you. Let me know if you're stuck/ need any help.

As always, thank you for your contributions to the project.

CuriousLearner avatar May 05 '17 12:05 CuriousLearner