instascrape
instascrape copied to clipboard
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
> Traceback (most recent call last): File "C:\Users\Shivansh\AppData\Local\Programs\Python\Python310\lib\idlelib\run.py", line 580, in runcode exec(code, self.locals) File "C:/Users/Shivansh/Desktop/Codes/kuflyfvliygvloug.py", line 1, in from instascrape import Instascraper File "C:\Users\Shivansh\AppData\Local\Programs\Python\Python310\lib\site-packages\instascrape\__init__.py", line 34, in from instascrape.instascrape...
Hi ! Tanks for this amazing script ! However, while running this command line : ```bash $ instascrape down saved --preload -d IMAGE/insta/ ``` I get this error : ```bash...
Hi, could you show me how to download hashtags only using CLI? I got an error every time I run the code over CLI. ``` instascrape download #lokalx --top-posts instascrape...
error
use example (any username) and get error Traceback (most recent call last): File "./sc.py", line 7, in posts = insta.profile("sensual_ladies").timeline_posts() File "/usr/local/lib/python3.7/site-packages/instascrape/instascrape.py", line 346, in profile return Profile.from_username(self, name) File...
Hi, I thought this issue is fixed but this happend in my account several times now. This is different from Issue #5. I don't really know why this happens. This...
As I mentioned in a [comment ](https://github.com/tnychn/instascrape/issues/12#issuecomment-757462562) in a closed issue, is it possible to solve this?
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
At the image 92 of my saved list, I get into one that crashes the proccess... the trace back is as follows: 
Just that.. or a Wiki please
Hey I like your project, just a suggestion to improve: create basic error handling messages that clearly expalins the problem to the user instead of throwing a stack trace error.....