A simple web crawler that crawls and prints the announcement title and link of Website
Basic useful feature list:
- Takes number of pages to crawl as an input
- crawls and prints the announcement title and link of this Website
- Download Project
- Install modules requests,beautifulsoup4 using pip installer(eg: pip install requests)
- Run main.py file