A LinkedIn webcrawler website made with python/flask, HTML and CSS.
Information
I made this for myself to practice python and making a web crawler. This helped me learn app routing and form posting.
The goal of this project was to make a website that I could submit a job title to in a form and have a table returned with the jobs on LinkedIn.
Result
This page is made with two columns from bootstrap and a simple form and table. I used Python and Jinja in able to populate the table with jobs from LinkedIn based on what the user inputs in the form.
As you can see this is a simple app using beautifulsoup* to web crawl a linkedin page.
*Beautiful Soup is a Python package for parsing HTML and XML documents.