Author Topic: Bot help  (Read 355 times)

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Bot help
« on: October 05, 2012, 06:11:46 pm »
Just wanted to know if someone could either point me in the right direction for creating bots in py. Or show me some code that I can dissect and learn from, either way your help is appreciated. I googled but I'm just getting a lot of nothing
D3A keeps showing in my results.

Apetrick

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3513
  • Reputation: 90
  • <Apetrick> lank is 1337
  • Badges:
  • iDevices: Ipod Touch 4g
Re: Bot help
« Reply #1 on: October 05, 2012, 07:01:05 pm »
What are you using this bit for? Irc? Random computer things? More info is needed.
<%a12danrulz> Idk, but doing a DoS from an apple device is like fighting a bear with a plastic spork

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Bot help
« Reply #2 on: October 05, 2012, 09:50:47 pm »
Basically that's it, but first and most computer stuff just to get the hang of things. Then irc and I want to automate some actions in Warcraft three being that it's a simple game.

Apetrick

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3513
  • Reputation: 90
  • <Apetrick> lank is 1337
  • Badges:
  • iDevices: Ipod Touch 4g
Re: Bot help
« Reply #3 on: October 05, 2012, 11:05:00 pm »
Basically that's it, but first and most computer stuff just to get the hang of things. Then irc and I want to automate some actions in Warcraft three being that it's a simple game.
Well Ive heard of something called a "cron" job that allows you too automate things on your computer. For the irc bot you can use a few things my choice would be python as I know lots of people who make bots in python, I've never made one but google should help. For WoW I would be guessing it would be the same as an irc not but a little different. I hope this helps you.
<%a12danrulz> Idk, but doing a DoS from an apple device is like fighting a bear with a plastic spork

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Bot help
« Reply #4 on: October 05, 2012, 11:19:42 pm »
Thanks I'll google "cron" and I don't have the actual WoW. It's the dumbed down version like Empire but with goofy graphics.

Don't like seeing ads? Click here to register!

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Bot help
« Reply #5 on: October 05, 2012, 11:58:37 pm »
I found something pretty interesting I'm going to add this to my reading list. It's basically automation for the chrome browser using py.
http://www.chromium.org/developers/testing/pyauto

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1933
  • Reputation: 188
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Bot help
« Reply #6 on: October 06, 2012, 09:24:33 am »
Python bot? look for "Supybot" get it from sourceforge

Yes, cron allows you to schedule anything you would normally run in your bash shell. You can even create bash scripts(or python scripts or c/c++/java executables, etc) to automate multiple tasks, and then schedule that bash script with cron
to edit the crontab for a user, log in as that user, then
Code: [Select]
crontab -e
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

Apetrick

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3513
  • Reputation: 90
  • <Apetrick> lank is 1337
  • Badges:
  • iDevices: Ipod Touch 4g
Re: Bot help
« Reply #7 on: October 06, 2012, 10:49:45 am »
Python bot?
Yeh it's not 100% efficent but it gets the job done.
<%a12danrulz> Idk, but doing a DoS from an apple device is like fighting a bear with a plastic spork