[METHOD] Using Hashtags for INSANE Automated Growth on Instagram

All was working great for me, but now I have a little problem.
When I'm trying to find hashtags I see something like this

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 133, in main
htr.setup_session()
File "hashtag.py", line 63, in setup_session
self.request_headers['X-CSRFToken'] = self.s.cookies.get_dict()['csrftoken']
KeyError: 'csrftoken'

Can someone help me with this?
 
All was working great for me, but now I have a little problem.
When I'm trying to find hashtags I see something like this

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 133, in main
htr.setup_session()
File "hashtag.py", line 63, in setup_session
self.request_headers['X-CSRFToken'] = self.s.cookies.get_dict()['csrftoken']
KeyError: 'csrftoken'

Can someone help me with this?

i have the same problem, did you fix it?
 
Can someone please guide me through this? I have 0 experience with Python and I cant figure out how this works. Also im using PyCharm on mac...
 
Thank you so much! I was investing so much time in hashtag research. I'm not really a python-savvy but going to try if this can cut down time and effort.
 
Yes, I fixed it.

You can use my hashtag.py file:

Code:
https://mega.nz/#!TL4TyaQA!aC7MSfAS94A911gHXWepVLrIkgO0fRxbP6SzD41osVI

Here is Virustotal:

Code:
https://www.virustotal.com/#/file/d3e687f7753cea17d84929bdd878d0e8bd35955c1aec9784a60f8b70a87f801d/detection

Hi, i tried your file and works but scrape only first 3 hashtags and then stop. Why?
 
Hi, i tried your file and works but scrape only first 3 hashtags and then stop. Why?

Sometimes I have it too and I don't know why. Try to use another hashtag related with it.
 
With iaros update is running but we are just getting 3 related hastags
 
Which hashtag do you want to use?
$ python hashtag.py username password food
{}
Getting suggested hashtags for b'food'
Getting infos for b'foodporn'
Getting infos for b'food'
Getting infos for b'foodphotography'
Writing to file...
Scraped 3 tags!
DONE!
 
I don't know but now I have this problem with every hashtag ...
 
Basically a more advanced version of spamming the shit out of hashtags for a couple thousand growth on GMT2 repost module lol
 
Hi,

I am not a programer. but someone please tell me that where i have to add the command of "python hashtag.py username 1233 quote" and ofcourse i will change the usernam and password.

Where should i have to add this line and how.
 
Hi,

I am not a programer. but someone please tell me that where i have to add the command of "python hashtag.py username 1233 quote" and ofcourse i will change the usernam and password.

Where should i have to add this line and how.

You should install python on your machine, then if you installed python on PATH, you just got to CMD, got to the dir where your files are located, and finally execute the line.
 
Back
Top