Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681387yI e been looking for a new automation tool, I might give this a run on Monday and see how it goes.
-
@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. -
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.
-
@Codex404 I dunno man, I have the lastest .NET Core and I haven't ran into any issues.
-
@HelloUglyWorld on Linux it said it couldnt find the dll (that was four weeks ago) they recommended me to make my own parser.
-
@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.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
idontcare18What do you call a party with developers? A git together I'm so sorry.
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.
question
lua
csharp
automation
github