azurous Regular Member Joined Jan 30, 2015 Messages 343 Reaction score 75 Jan 30, 2015 #1 Hi, I'm a developer but I'm new to coding bots/spiders. I've built a simple one that does pinterest following/unfollowing in python using selenium. What do most people use for their bots? libraries/languages/frameworks?
Hi, I'm a developer but I'm new to coding bots/spiders. I've built a simple one that does pinterest following/unfollowing in python using selenium. What do most people use for their bots? libraries/languages/frameworks?
F f8maker Newbie Joined May 19, 2014 Messages 40 Reaction score 7 Feb 5, 2015 #2 Try mechanize for python if the site does not require JavaScript. Selenium is overkill if you don't need all the capabilities it brings.
Try mechanize for python if the site does not require JavaScript. Selenium is overkill if you don't need all the capabilities it brings.
P papercut Junior Member Joined Feb 22, 2015 Messages 135 Reaction score 7 Mar 24, 2015 #3 f8maker said: Try mechanize for python if the site does not require JavaScript. Selenium is overkill if you don't need all the capabilities it brings. Click to expand... Agreed with using Python, a brilliant programming language and is easy to use.
f8maker said: Try mechanize for python if the site does not require JavaScript. Selenium is overkill if you don't need all the capabilities it brings. Click to expand... Agreed with using Python, a brilliant programming language and is easy to use.