9

Good evening programmers, IT's, devranters and memeians.

I would like to use a little bit of your collective conciousness - the hive mind if you will.

I've been working on my automation system for quite a while and I've received some exposure from non-programmers - which resulted in more questions than suggestions.

I would like to ask you guys to give me some suggestions as to what I could add to my system.. that is, if you have time..

The program in short (if you don't want to read the readme file) is an automation system scriptable in pure Lua.
It utilizes Selenium for web automations, NAudio for audio operations and Moonsharp as an interpreter.

While my tester friends say that they use it for the actual testing, I myself found it very useful in writting bots (for browser games for example).

Here's the github link: https://bit.ly/2GDu92g

Thanks a ton!

PS. Here's an unrelated image to draw your attention.

Comments
  • 0
    I e been looking for a new automation tool, I might give this a run on Monday and see how it goes.
  • 1
    @C0D4 Great!

    Keep me updated if you can, there's a link to discord in the readme where you can contact me directly if anything is unclear.
  • 0
    Its way to messy in my head to understand your post, but i did see moonsharp. I was planning to use it but since it doesnt support dot net core >2.0 Im trying to make my own parser for my own language. Something as easy as Lua but more C like.
  • 0
    @Codex404 I dunno man, I have the lastest .NET Core and I haven't ran into any issues.
  • 0
    @HelloUglyWorld on Linux it said it couldnt find the dll (that was four weeks ago) they recommended me to make my own parser.
  • 0
    @Codex404 Well, yeah - should've realised straight away that you are trying to make use of core 2.0's multiplatformity. I haven't tried it yet.
Add Comment