diff --git a/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..b9b2b0a Binary files /dev/null and b/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc b/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..dd3b4ef Binary files /dev/null and b/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc differ diff --git a/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc b/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc index 90584e2..ce26694 100644 Binary files a/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc and b/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc differ diff --git a/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc index 0f3247b..f81ba9e 100644 Binary files a/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/OnniForums/__pycache__/parser.cpython-311.pyc b/Forums/OnniForums/__pycache__/parser.cpython-311.pyc index 289fb95..8f58abc 100644 Binary files a/Forums/OnniForums/__pycache__/parser.cpython-311.pyc and b/Forums/OnniForums/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/ThiefWorld/parser.py b/MarketPlaces/ThiefWorld/parser.py index f091b53..50fa491 100644 --- a/MarketPlaces/ThiefWorld/parser.py +++ b/MarketPlaces/ThiefWorld/parser.py @@ -1,7 +1,7 @@ __author__ = 'DarkWeb' # Here, we are importing the auxiliary functions to clean or convert data -from typing import List +from typing import List, Tuple from MarketPlaces.Utilities.utilities import * # Here, we are importing BeautifulSoup to search through the HTML tree @@ -89,6 +89,11 @@ def thiefWorld_description_parser(soup: BeautifulSoup) -> Tuple: return row +def thiefWorld_listing_parser(soup: BeautifulSoup): + + + pass + #parses description pages, so takes html pages of description pages using soup object, and parses it for info it needs #stores info it needs in different lists, these lists are returned after being organized #@param: soup object looking at html page of description page