python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why is there an attribute error when im trying to import Instaloader?
I got an error saying AttributeError: 'LockedStream' object has no attribute 'encoding' when im trying to import Instaloader. Anyone seems to know why?
Here's the screenshot of the error
Been searchin...
Jacque Yan
Votes: 0
Answers: 0
Instaloader, get n most recent posts
Currently, the below code returns all the posts from the profile:
profilename = 'oneplus'
loader = instaloader.Instaloader()
profile = Profile.from_username(loader.context,profilename)
posts = pro...
Badri Narayanan S
Votes: 0
Answers: 1
Kivy app Crashing when using Instaloader module Android
I wrote an app that uses Instaloader and kivy and added all the requirments to the buildozer.spec file
buildozer.spec requirements:
requirements = python3,kivy,kivymd,pillow,requests,urllib3,certifi,c...
ItsMoi
Votes: 0
Answers: 0
Download only instagram videos with instaloader
This code is working for downloading all photos and videos
from instaloader import Instaloader, Profile
L = Instaloader()
PROFILE = "username"
profile = Profile.from_username(L.context, PRO...
Rasedul Islam
Votes: 0
Answers: 2