Skip to content

Instantly share code, notes, and snippets.

@kunalrustagi08
Last active May 6, 2020 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunalrustagi08/b9168685715ee00e33cd782f59545384 to your computer and use it in GitHub Desktop.
Save kunalrustagi08/b9168685715ee00e33cd782f59545384 to your computer and use it in GitHub Desktop.
import requests
from bs4 import BeautifulSoup
import time
import random
import numpy as np
from multiprocessing import Pool
url_list = []
pages = np.arange(1,51,1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment