Phone apps in general are hard to automate,Whoever said most of them use standard http requests is a tard...I would really like to see an example..Not a shitty imacro script,virtual machine with coordinate clicking,etc..Sockets..
import requests
if __name__ == '__main__':
r = requests.get(API_SERVER + "/REDACTED/popular",headers=VINE_AUTH_HEADERS,proxies=VINE_PROXIES)
if r.status_code == 200:
response = json.loads(r.text.decode('utf8'))
if response['success'] == True:
for vine in response['data']['records']
print "Post by " + vine['user']['username'] + " with a postId of: " + vine['postId']
else:
print "Didn't work."
Nice try fishing for code. That being said, I know this snippet will make you ask more questions than give you answers. What do they say on League again? "huehuehuehue"?
Code:import requests if __name__ == '__main__': r = requests.get(API_SERVER + "/REDACTED/popular",headers=VINE_AUTH_HEADERS,proxies=VINE_PROXIES) if r.status_code == 200: response = json.loads(r.text.decode('utf8')) if response['success'] == True: for vine in response['data']['records'] print "Post by " + vine['user']['username'] + " with a postId of: " + vine['postId'] else: print "Didn't work."
Hey,
Can you make a bot??? I want it.
Browserstack plus iMacros.
Hey,
Can you make a bot??? I want it.
I have programed a vine bot already. Used to be quite easy to exploit as they had no account creation prevention, but they added some in now. I have gotten over 10 videos to number one on the popular page.
Nice try fishing for code. That being said, I know this snippet will make you ask more questions than give you answers. What do they say on League again? "huehuehuehue"?
Code:import requests if __name__ == '__main__': r = requests.get(API_SERVER + "/REDACTED/popular",headers=VINE_AUTH_HEADERS,proxies=VINE_PROXIES) if r.status_code == 200: response = json.loads(r.text.decode('utf8')) if response['success'] == True: for vine in response['data']['records'] print "Post by " + vine['user']['username'] + " with a postId of: " + vine['postId'] else: print "Didn't work."
Pic related. It's me right now with all of my sweet, sweet Vine bots.
![]()
If ever I would see a Vine bot BST, I will release my own bot for free. So guys, be happy![]()