Skip to content

ihiro100/Check-Sports-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Check-Sports-Website

We have a set of URLS. We have check wheater it is sports website or not.

INTRODUCTION: In this project we are taking one file as input. File contains a list of URLS (each on the new line). Our task to check wheater the listed Url is Sports Website or not. We are using one more file in which list of sports is present. Output will be stored into a new file.

COMPILING AND INPUTS: Python language is used for web scraping and Threads for multiprocessing.

WORKING: We are dividing our task into Threads and each thread will finally stores output to another file which is same for all. Pyhon library like BeautifulSoup,urllib2,re(Regular Expression).

About

Python Script for checking sports website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages