Skip to content

Commit

Permalink
Changed scrapper module in main and added API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Neel317 committed Nov 27, 2023
1 parent 2a77ade commit 3a896ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs_mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run(self):

page = '/s/' + self.query
params = {
'key': 'ff457966e64d5e877fdbad070f276d18ecec4a01',
'key': '5938CFDFD3FB4A7DB7C060583C86663C',
'channel': 'WEB',
'count': '24',
'default_purchasability_filter': 'false',
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sys.path.append(os.path.abspath("Slash"))

# local imports
import scraper_mt as scr
import scraper as scr


nest_asyncio.apply()
Expand Down

0 comments on commit 3a896ba

Please sign in to comment.