Skip to content

Commit

Permalink
Merge pull request sherlock-project#566 from armingh2000/adding_soyle…
Browse files Browse the repository at this point in the history
…ntnews

Added soylentnews
  • Loading branch information
sdushantha committed Mar 14, 2020
2 parents 4c25a8e + 7621ef0 commit 3b39512
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2596,5 +2596,14 @@
"urlMain": "https://windy.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"soylentnews": {
"errorMsg": "The user you requested does not exist, no matter how much you wish this might be the case.",
"errorType": "message",
"rank": 1312907,
"url": "https://soylentnews.org/~{}",
"urlMain": "https://soylentnews.org",
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
}
}
1 change: 0 additions & 1 deletion site_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
pool = list()

def get_rank(domain_to_query, dest):
result = -1

#Retrieve ranking data via alexa API
url = f"http://data.alexa.com/data?cli=10&url={domain_to_query}"
Expand Down

0 comments on commit 3b39512

Please sign in to comment.