RIBOT programming

Started by FreeRoulette, Sep 12, 2022, 05:16 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

FreeRoulette

I read the string settings to place a bet. Is there a way to play the bet until a certain condition?

VLS

Quote from: FreeRoulette on Sep 12, 2022, 05:16 AMI read the string settings to place a bet. Is there a way to play the bet until a certain condition?

Hi! RIBOT is also a gift for programmers! The core is based on .NET and uses the Managed Extensibility Framework (MEF).

The idea is that your module receives the bet string, processes it, then returns the processed bet string for the core to forward to the next module in the chain.

If you can work with a simple text string, you can create a bot :)



What is your programming language of choice?

If you are on PHP, there is PeachPie.

If you are on JavaScript, there is a variety of engines to use:

https://github.com/Taritsyn/JavaScriptEngineSwitcher



Let's work together to generate your RIBOT module's connector code!

The idea is I do the "heavy lifting" to maintain the bot's Core while fellow module programmers' duty is processing a text string in their programming language of choice 👍
Email/Paypal: betselection@gmail.com

-- Victor

FreeRoulette

Thanks. I'll have to get into the code and play around with it when I get some money.

VLS

Quote from: FreeRoulette on Sep 14, 2022, 12:22 AMThanks. I'll have to get into the code and play around with it when I get some money.

RIBOT GIFT = Free.

If possible, please do say what's your programming language of choice; since you're an active coder it makes sense to support you to benefit the community as well :)
Email/Paypal: betselection@gmail.com

-- Victor

FreeRoulette

Quote from: VLS on Sep 14, 2022, 01:39 AM
Quote from: FreeRoulette on Sep 14, 2022, 12:22 AMThanks. I'll have to get into the code and play around with it when I get some money.

RIBOT GIFT = Free.

If possible, please do say what's your programming language of choice; since you're an active coder it makes sense to support you to benefit the community as well :)

I like javascript or python the most.

VLS

Quote from: FreeRoulette on Sep 14, 2022, 04:18 AMI like javascript or python the most.

Hello again! Please pick one :)

Both languages are proficient and very well-know yet we need to have a starting point for contrib coding.

Thank you!
Email/Paypal: betselection@gmail.com

-- Victor

FreeRoulette

Lets go with javascript