Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alessandro Melchiorre
last_fm_crawler
Commits
f033a127
Commit
f033a127
authored
Mar 23, 2020
by
Alessandro Melchiorre
Browse files
- init
parent
b65f953e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main.py
View file @
f033a127
...
...
@@ -48,7 +48,7 @@ if not work_on_failures:
print
(
"Number of users to crawl is: {}"
.
format
(
len
(
lfm1b
)))
crawler
=
LastFMCrawler
(
api_key
=
API_KEY_1
,
api_secret
=
API_SECRET_1
,
from_ts
=
from_ts
,
to_ts
=
to_ts
)
1
print
(
failed_file
)
if
work_on_failures
:
crawler
.
crawl
(
lfm1b
[
"username"
],
folder_name
,
error_file
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment