Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-07-02 09:08:21, last edited by Zumza (2015-07-03 16:50:07)

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

[Idea] MultiBot: A Web Bot

Would be someone interesting in having / using a bot on all OS?
As you know current bots are made with C# and they are 'stick' to Windows.


Everybody edits, but some edit more than others

Offline

#2 2015-07-02 09:31:23

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [Idea] MultiBot: A Web Bot

Well, mac can use the c# bots, they just need a special resource installed and the gui will likely be **** up (donno about Linux, but I think same story)

Bots in Java are possible, was my own first choice, but connectin the bot and all would be really strange so I jist gave up and switched to c# (which is practically the same as Java).

Offline

Wooted by:

#3 2015-07-02 09:33:12, last edited by lrussell (2015-07-02 09:36:11)

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: [Idea] MultiBot: A Web Bot

Have you ever heard of the Mono Project? Most bots should already work fine on Mac OS X and most major Linux distributions.

For example, to install on Debian & Ubuntu:

apt-get install mono-complete

To install on CentOS 7:

yum install epel-release; yum install mono-complete

It's like magic! Console applications will work 99% of the time, and most WinForm based GUIs will function as well (so long as you have a proper graphical environment).

Offline

#4 2015-07-02 10:05:46

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Idea] MultiBot: A Web Bot

lrussell wrote:

Have you ever heard of the Mono Project? Most bots should already work fine on Mac OS X and most major Linux distributions.

For example, to install on Debian & Ubuntu:

apt-get install mono-complete

To install on CentOS 7:

yum install epel-release; yum install mono-complete

It's like magic! Console applications will work 99% of the time, and most WinForm based GUIs will function as well (so long as you have a proper graphical environment).

I'm the type of man that doesn't satisfy even with 100%. I always look for more...


Everybody edits, but some edit more than others

Offline

#5 2015-07-02 20:09:12, last edited by DarkDragon4900 (2015-07-02 20:10:37)

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: [Idea] MultiBot: A Web Bot

Wine can be used to run windows executables on both mac os x and linux.

Offline

#6 2015-07-03 03:20:49

John
Member
Joined: 2019-01-11
Posts: 1,984

Re: [Idea] MultiBot: A Web Bot

Why not use https://www.playonmac.com/ or https://www.playonlinux.com/? Or use my old guide that is around here somewhere.


PW?scale=2

Offline

#7 2015-07-03 03:39:28

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,574

Re: [Idea] MultiBot: A Web Bot

I prefer WINE to the PlayOn*s. I couldn't get either of them to work with some of my programs even though they're both just wrappers for WINE, right?


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#8 2015-07-03 14:11:35

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: [Idea] MultiBot: A Web Bot

Different55 wrote:

I prefer WINE to the PlayOn*s. I couldn't get either of them to work with some of my programs even though they're both just wrappers for WINE, right?

I guess so, and though wine doesn't run all kinds of exes, it still does fine.
And playons never worked for me either.

Offline

#9 2015-07-03 14:24:39

Era
Member
From: ::1
Joined: 2015-05-06
Posts: 884

Re: [Idea] MultiBot: A Web Bot

Player.io api does have a java release as far as i know

Offline

#10 2015-07-03 14:27:55

ewoke
Member
Joined: 2015-02-20
Posts: 412

Re: [Idea] MultiBot: A Web Bot

http://xamarin.com/platform

its not free but if you can proof you are a student, you can get it for free


if you can read this....good for you

Offline

#11 2015-07-03 16:49:20

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Idea] MultiBot: A Web Bot

I was thinking on a javascript, in-browser, bot.


Everybody edits, but some edit more than others

Offline

#12 2015-07-03 17:21:22

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: [Idea] MultiBot: A Web Bot

Zumza wrote:

I was thinking on a javascript, in-browser, bot.

You could try to do it in javascript; Atilla almost had PlayerIO.js finished so you might be able to ask Atilla about it if you need a head start.

Otherwise, you can program a bot in ActionScript, and interface the swf with javascript to your website.

Offline

#13 2015-07-03 19:00:53

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: [Idea] MultiBot: A Web Bot

Hexagon wrote:
Zumza wrote:

I was thinking on a javascript, in-browser, bot.

You could try to do it in javascript; Atilla almost had PlayerIO.js finished so you might be able to ask Atilla about it if you need a head start.

Otherwise, you can program a bot in ActionScript, and interface the swf with javascript to your website.

Atilla refuses to help with anything related to everybody edits so I doubt you'd have a success getting that PlayerIO.js thing.

Offline

#14 2015-07-03 20:45:18

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Idea] MultiBot: A Web Bot

DarkDragon4900 wrote:
Hexagon wrote:
Zumza wrote:

I was thinking on a javascript, in-browser, bot.

You could try to do it in javascript; Atilla almost had PlayerIO.js finished so you might be able to ask Atilla about it if you need a head start.

Otherwise, you can program a bot in ActionScript, and interface the swf with javascript to your website.

Atilla refuses to help with anything related to everybody edits so I doubt you'd have a success getting that PlayerIO.js thing.

If I'm gonna do something for EE then it will be something for my knowledge. So I won't use somebody's else code. But if somebody wants to contribute to the project I won't refuse him. I would be glad to work in team.


Everybody edits, but some edit more than others

Offline

#15 2015-07-03 22:30:53

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [Idea] MultiBot: A Web Bot

Zumza wrote:

I was thinking on a javascript, in-browser, bot.

In-browser you can still use Java applets, just so you know.

Offline

#16 2015-07-04 02:11:47

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: [Idea] MultiBot: A Web Bot

I have tried a different approach with a web-based bot before, using a C#-based server acting as a middleman for connections. Perhaps you could use WebSockets and have a centralized bot platform.

Offline

#17 2015-07-04 09:38:02

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Idea] MultiBot: A Web Bot

lrussell wrote:

I have tried a different approach with a web-based bot before, using a C#-based server acting as a middleman for connections. Perhaps you could use WebSockets and have a centralized bot platform.

I was thinking on P2P. Since i don't have any VPS //forums.everybodyedits.com/img/smilies/sad


Everybody edits, but some edit more than others

Offline

#18 2015-07-04 23:19:58

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: [Idea] MultiBot: A Web Bot

den3107 wrote:
Zumza wrote:

I was thinking on a javascript, in-browser, bot.

In-browser you can still use Java applets, just so you know.

I don't think anyone has Java installed in their browser anymore //forums.everybodyedits.com/img/smilies/sad.

Offline

Wooted by:

#19 2015-07-05 04:17:26

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: [Idea] MultiBot: A Web Bot

Hexagon wrote:
den3107 wrote:
Zumza wrote:

I was thinking on a javascript, in-browser, bot.

In-browser you can still use Java applets, just so you know.

I don't think anyone has Java installed in their browser anymore //forums.everybodyedits.com/img/smilies/sad.

Yep, Chrome dropped support for NPAPI. So, that entire market-share is out of the question.

Offline

#20 2015-07-05 04:49:02

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,574

Re: [Idea] MultiBot: A Web Bot

Hexagon wrote:
den3107 wrote:
Zumza wrote:

I was thinking on a javascript, in-browser, bot.

In-browser you can still use Java applets, just so you know.

I don't think anyone has Java installed in their browser anymore //forums.everybodyedits.com/img/smilies/sad.

Does Iced Tea count?


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Wooted by:
Different551436068142519145

Board footer

Powered by FluxBB

[ Started around 1714750150.1502 - Generated in 0.072 seconds, 10 queries executed - Memory usage: 1.73 MiB (Peak: 1.97 MiB) ]