Skip to content

Create instagram_crawler.py #2509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Sep 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update web_programming/instagram_crawler.py
Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
yogeshwaran01 and cclauss authored Sep 29, 2020
commit cd6f44e661b72898ad1ae3111b4db4427580466f
2 changes: 1 addition & 1 deletion web_programming/instagram_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_json(self):
return html_2(soup)

@property
def no_of_followers(self) -> int:
def number_of_followers(self) -> int:
"""
return number of followers
"""
Expand Down