Skip to content

Commit

Permalink
request added
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant24 committed Jan 27, 2018
1 parent bc1bac9 commit ce301c1
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def request_until_succeed(url):
success = False
while success is False:
try:
response = urlopen(req)
response = requests.get(url).json()
if response.getcode() == 200:
success = True
except Exception as e:
Expand Down
Binary file added repo/examples/_inspirata.checkpoint
Binary file not shown.
Empty file added repo/examples/blacklist.txt
Empty file.
Empty file added repo/examples/comment.txt
Empty file.
Empty file added repo/examples/hashtagsdb.txt
Empty file.
19 changes: 19 additions & 0 deletions repo/examples/setting.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
1000
1000
350
350
100
100
2000
10
7500
10
10
2
3
10
10
30
30
60
None
Empty file added repo/examples/usersdb.txt
Empty file.
Empty file added repo/examples/whitelist.txt
Empty file.

0 comments on commit ce301c1

Please sign in to comment.