Run the program
Mar 20,22To run the program, simply enter the values of the PROJECT_NAME and HOMEPAGE variables in the main.py file. For example, to …
Read MoreCreate workers 2
Mar 20,22In this section we will write the code for our workers. We will create worker threads that will be configured …
Read MoreCreate workers 1
Mar 20,22In this section we will write the code that will enable multiple spiders to run at the same time and …
Read MoreCreating the spider
Mar 20,22In this section we will write a code that will ask a user to enter two parameters: the name of …
Read MoreParse domain names
Mar 20,22In this chapter we are going to write two functions in a new .py file. The functions will extract the …
Read MoreAdd links to queue
Mar 20,22After we gather the links from a webpage, we need to add them to the queue so they can be …
Read More