Ninjasaywhat
Newbie
- Aug 3, 2013
- 29
- 7
Hey guys, the title says it all! Please let me know. And if not, would it require something such as C#?
Hey guys, the title says it all! Please let me know. And if not, would it require something such as C#?
its not going to be as effective in coding a "pretty bot", aesthetically pleasing with a nice gui. but it can make something just as efficient. Me personally i hate python's indentation, but its a pretty good language to learn if your interested in botting.
Though if you need javascript support I haven't found anything very usable.
Plan your application ,Split your app into modules . Then find solutions to each module .Okay, cool. Thanks for the input guys. The reason I ask about Python, rather than C# is because codeacademy.com offers a python option and NOT a C# option.
Anyone know of any bot making tutorials with python they can recommend?
spynner 2.15 support AJAX,JAVA Script as well
personally I have not used it but it support both java script and ajax
Do you have any good python examples of using AJAX? I haven't been able to find anything that uses real working sites. Most of the tutorials use hypothetical examples so I can't test if im actually doing it right.For dealing with AJAX you don't need browser emulation with JS support. Everything you need is HTTP traffic monitor (for example HttpFox for Firefox or Wireshark) for catching requests and repeating them (often with X-Requested-With HTTP header = XMLHttpRequest). For native JS support you can use Selenium WevDriver. Try "requests" lib for working with HTTP protocol. It's a very simple tool. If you have any questions - just pm me. Good luck. Python is watching you![]()
you can have a look at github, lots of resources thereCould someone please point me in the direction of a helpful site?