im not sure why! looked around in the issues box but cant find anyone with this problem.... im locked to only liking 27 posts, cant see why... cant find a solution... please help (im using the quickstart.py)
Same problem
@brokleen Do you have any error messages?
@brokleen Check out this, it solved the problem for me!
https://github.com/timgrossmann/InstaPy/issues/1365#issuecomment-366526517
same issue here ...
I had the same issue, updated to the last version, and now it's only linking 12 posts!
hello @GabrielleV
have you checked this?
@uluQulu your fix should be added to the repository. Since you already have a PR open, should I make a PR with your changes? Or maybe @timgrossmann can manually change it.
sure, @lucanello but I think it's better to wait people test it a bit and after a good feedback I will generalize new get_links() function to work with other similarly handled features and maybe then merge with main
Okay sure! It's working brilliantly for me. I wasn't able to work further on my add-ons but I've seen the logs and all accounts liked the specified amount of images. Well done!
Thank you so much @uluQulu my life is better because of you (I don't even exaggerate!)
When trying to use this fix I get the following error:
Traceback (most recent call last):
File "quickstart.py", line 1, in <module>
from instapy import InstaPy
File "/root/InstaPy/instapy/__init__.py", line 2, in <module>
from .instapy import InstaPy
File "/root/InstaPy/instapy/instapy.py", line 24, in <module>
from .like_util import get_links_from_feed
ImportError: cannot import name 'get_links_from_feed'
hi @stainless33
there seems to be an indentation mistake
I can check if you share like_util.py, just gist it
@uluQulu I probably overlooked something as per usual. Here it is.
@stainless33
you've mistakenly replaced get_links_from_feed()
here is corrected file
@uluQulu Ah, crap, that was stupid - but now I see what I did incorrectly. Thank you for taking the time to have a look at it and for enhancing the overall utility of likability for stainless steel. ;)
Should be fixed by #1844
Most helpful comment
@uluQulu Ah, crap, that was stupid - but now I see what I did incorrectly. Thank you for taking the time to have a look at it and for enhancing the overall utility of likability for stainless steel. ;)