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 2016-02-18 18:49:10

Anatoly
Guest

[Request] Easier programming

maybe there would be an ee bot programming language with the save abiltiy

myfirstEEbot.eebot

So developing bots wuld be easier and you dont need to learn c# - anyone thought about this?

#2 2016-02-18 18:50:57

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: [Request] Easier programming

Or learn C# and use it for more than Bots; it's a really good language and I recommend learning it and not relying on someone else to make it a bit easier.


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

Wooted by: (3)

#3 2016-02-18 18:52:00

Anatoly
Guest

Re: [Request] Easier programming

Koya wrote:

Or learn C# and use it for more than Bots; it's a really good language and I recommend learning it and not relying on someone else to make it a bit easier.

Hpw to save a c# file?

test.h

?????

#4 2016-02-18 18:52:57, last edited by Koya (2016-02-18 18:54:08)

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: [Request] Easier programming

AnatolyEE wrote:
Koya wrote:

Or learn C# and use it for more than Bots; it's a really good language and I recommend learning it and not relying on someone else to make it a bit easier.

Hpw to save a c# file?

test.h

?????

https://www.visualstudio.com/en-us/prod … ty-vs.aspx
It's free

Hidden text

Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#5 2016-02-18 18:55:20

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

Re: [Request] Easier programming

There are bot SDK's around which help with automating the same things over and over. One of which is Processor's BotBits. For example, logging in with your bot using BotBits is as simple as,

Login.Of(bot)
    .WithEmail("email", "pass")
    .CreateJoinRoom("roomId");

Offline

Wooted by: (2)

#6 2016-02-19 00:13:56

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,847

Re: [Request] Easier programming

It would certainly bring more people into the bot community if there was an SDK that did everything easily, even though it is kinda nubby.


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

#7 2016-02-19 00:21:56

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: [Request] Easier programming

Tomahawk wrote:

It would certainly bring more people into the bot community if there was an SDK that did everything easily, even though it is kinda nubby.

Hexagon wrote:

There are bot SDK's around which help with automating the same things over and over. One of which is Processor's BotBits. For example, logging in with your bot using BotBits is as simple as,

Login.Of(bot)
    .WithEmail("email", "pass")
    .CreateJoinRoom("roomId");

Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#8 2016-02-19 00:46:49

Kaslai
Official Caroler
From: SEAͩT̓͑TLͯͥͧͪ̽ͧE͑̚
Joined: 2015-02-17
Posts: 787

Re: [Request] Easier programming

The problem with creating a simple bot creation tool is scope. It would fall into the same issue that "make your own virus" type tools have. There would be a small handful of things that you could do, and nothing more. In order to make it reasonably useful, you would need to put forth a massive development effort, and what you would end up with is a programming language which is likely less robust and reliable than something like C#, and littered with numerous planning mistakes that make it nothing more than a passing novelty.

If you want to make bots, you should just learn to use C#. It's not hard; I was writing programs in C# when I was 10 with no prior experience. Pick up a bot framework like the aforementioned BotBits and get to work. There is a massive wealth of knowledge on the internet to get you started with C#, which has almost anything you could possibly need to make any sort of bot you could desire.

Offline

#9 2016-02-19 01:17:42

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,853

Re: [Request] Easier programming

^Yeah that's the bummer. An actually usable language created here wouldn't pass for much

idk if I love botbits so much, but that's me.

Koya wrote:
Tomahawk wrote:

It would certainly bring more people into the bot community if there was an SDK that did everything easily, even though it is kinda nubby.

Hexagon wrote:

There are bot SDK's around which help with automating the same things over and over. One of which is Processor's BotBits. For example, logging in with your bot using BotBits is as simple as,

Login.Of(bot)
    .WithEmail("email", "pass")
    .CreateJoinRoom("roomId");

idk about you but that's almost more confusing. I was fuddling for a while before I got through the github to the readme and then somehow it was blank because I was in the wrong place or something. Perhaps I'm just not used to it, but that stuff is confusing.

Offline

Wooted by:
hummerz51455841062583922

Board footer

Powered by FluxBB

[ Started around 1732435078.7933 - Generated in 0.063 seconds, 12 queries executed - Memory usage: 1.52 MiB (Peak: 1.69 MiB) ]