ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
9 stars 11 forks source link

add backup in github for api.saddlebagexchange.com ref in AAA #160

Open cohenaj194 opened 1 week ago

cohenaj194 commented 1 week ago

@coderabbitai look for the use of api.saddlebagexchange.com in AzerothAuctionAssassin.py and list them out with links to the line in github

coderabbitai[bot] commented 1 week ago

[!TIP] For best results, initiate chat on the files or code changes.

@cohenaj194 Here are the occurrences of api.saddlebagexchange.com in AzerothAuctionAssassin.py:

  1. Line 66:

               f"http://api.saddlebagexchange.com/api/wow/megaitemnames",

    Link to line 66

  2. Line 74:

               f"http://api.saddlebagexchange.com/api/wow/megaitemnames",

    Link to line 74

  3. Line 100:

       self.token_auth_url = "http://api.saddlebagexchange.com/api/wow/checkmegatoken"

    Link to line 100

🔗 Analysis chain
🏁 Scripts executed The following scripts were executed for the analysis: Script: ``` #!/bin/bash # Search for 'api.saddlebagexchange.com' in AzerothAuctionAssassin.py and list them with line numbers. fd -H 'AzerothAuctionAssassin.py' | xargs grep -n 'api.saddlebagexchange.com' ``` Length of output: 323