Christian Lowe
Newbie
- Jul 15, 2017
- 47
- 158
Just FYI
It Gives me an Error on my Mac "Login Failed"
While on my Windows machine it works perfectly fine.
Interesting. does it give you any other error?
Just FYI
It Gives me an Error on my Mac "Login Failed"
While on my Windows machine it works perfectly fine.
Great method thanks for sharing!
I did not understand how to use PyCharm.
Do you have any tutorials?
I'm in pycharm, shouldn't that variable already be set? I am currently in the hashtag research directory.
Hi, thanks for the awesome guide.
When I run the script in PyCharm, I get the following:
Traceback (most recent call last):
File "/hashtag-researcher-master/hashtag.py", line 220, in <module>
main(args.username, args.password, hashtags, args.max_tags, args.min_posts, args.max_posts, args.suggestions, file)
File "/hashtag-researcher-master/hashtag.py", line 136, in main
htr.setup_session()
File "/hashtag-researcher-master/hashtag.py", line 66, in setup_session
self.request_headers['X-CSRFToken'] = self.s.cookies.get_dict()['csrftoken']
KeyError: 'csrftoken'
Can you help me fix it?
no ,this is the exact message i getInteresting. does it give you any other error?
{'authenticated': False, 'user': True, 'status': 'ok'}
Traceback (most recent call last):
File "hashtag.py", line 215, in <module>
main(args.username, args.password, hashtags, args.max_tags, args.min_posts, args.max_posts, args.suggestions, file)
File "hashtag.py", line 134, in main
htr.login(username, password)
File "hashtag.py", line 74, in login
raise Exception('Failed to login')
Exception: Failed to login
hello I am starting with internet marketing and I would to ask you somenthing. What is the purposes of ''hashtags'' ?
I mean : ONCE you put an hashtag on your pic in instagram (let's suppose ''bigassgirls'') then what happens next?
All the instagram fellow who search or big ass would be direct to the instaram page?
no ,this is the exact message i get
Code:{'authenticated': False, 'user': True, 'status': 'ok'} Traceback (most recent call last): File "hashtag.py", line 215, in <module> main(args.username, args.password, hashtags, args.max_tags, args.min_posts, args.max_posts, args.suggestions, file) File "hashtag.py", line 134, in main htr.login(username, password) File "hashtag.py", line 74, in login raise Exception('Failed to login') Exception: Failed to login
Yes. After seeing it work on Windows , i checked every letter of my username and password to make sure i did not make a mistake.What username and password are you using? I'm sure you did, but did you double check and make sure they are correct? The first line {'authenticated': False...} is the response from the web server indicating something was wrong with the login.
Yes. After seeing it work on Windows , i checked every letter of my username and password to make sure i did not make a mistake.
i even tried upgrading all dependencies using pip.
Nope.Hm. Do you have 2FA enabled on the account?
Nope.
Could you please post a screenshot/code snippet of the command and error?
You need to go to command line and type "pip install requests" to install this python module. If pip is not a known command, you need to add it at enviroment variables. Search for this on youtube if you need.hi, i have an error too when i run the code. The error is the following: ModuleNotFoundError: no module named 'requests'
You need to go to command line and type "pip install requests" to install this python module. If pip is not a known command, you need to add it at enviroment variables. Search for this on youtube if you need.
You need to go to command line and type "pip install requests" to install this python module. If pip is not a known command, you need to add it at enviroment variables. Search for this on youtube if you need.
What would be the advantage to use this method?
I could also just simply use my own hashtags. I don’t entirely understand. I mean thanks for sharing this with us, i truly appreciate it! I would just like to understand the concept behind it![]()
thank you, now the code work but how can i stop the reserch of hastag? if i don't want hashtag info anymore how can i interrupt the research and see hashtag found info?
and why does this tool need username and password to work?