-
## Please follow the guide below
- Issues submitted without this template format will be **ignored**.
- You will be asked some questions and requested to provide some information, please read them…
-
npm autoupdate is enabled, see: https://github.com/cdnjs/cdnjs/blob/90917ed1f3b0cf924528c92c3ad7dc4a82c6d824/ajax/libs/font-awesome/package.json
but version 5.12.0 (https://www.npmjs.com/package/@for…
-
[ + ] Bug report (encountered problems/errors)
Python 3.6.2 (v3.6.2:5fd33b5)
Code:
import . . .
bot=Bot(. . .
)
random_user_file = bot.read_list_from_file('user.txt')
random_hashtag_file = bo…
-
Using "Follow from list" in the GUI, it follows first one or two users ok, then script stops with this error message:
selenium.common.exceptions.StaleElementReferenceException: Message: stale element…
sweb1 updated
5 years ago
-
any fix for error 403?
-
### Quickstart Templates
@uluQulu Had the idea to introduce a folder with a list of examples every new and already advanced user of InstaPy can use to get some idea about what other people use.
Th…
-
## Please follow the guide below
- Issues submitted without this template format will be **ignored**.
- You will be asked some questions and requested to provide some information, please read them…
-
Edit by Dandelion Sprout 25th of February 2020: GitHub spectacularly failed to tell me that there was a comment limit of 2,500 comments in issue threads?! So now it seems that discussion has been forc…
-
Hello!
I tried to implement direct messages by adding
def direct_message(self, userid,messagestxt):
data = json.dumps({
'recipient_users' : str(userid)
'client_con…
-
File "main.py", line 86
print "Following " + username
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Following " + username)?