https://github.com/lukascivil/instascraper
instascraper
https://github.com/lukascivil/instascraper
instagram python3 scrapper selenium
Last synced: about 2 months ago
JSON representation
instascraper
- Host: GitHub
- URL: https://github.com/lukascivil/instascraper
- Owner: lukascivil
- License: mit
- Created: 2018-08-05T04:38:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T04:51:03.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T04:42:46.743Z (over 1 year ago)
- Topics: instagram, python3, scrapper, selenium
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instascraper
Dependency: ChromeDriver & Selenium
Count all received likes:
likes = getAllMylikes()
print(sum(likes))