Autoit v3 Steem UDF

in #utopian-io6 years ago (edited)

AutoIt_Featured_640x480.png

https://github.com/Sedas25/Autoit-Steem-UDF
This is my first UDF for Steem. I haven't found any Steem UDF for autoit yet, so I wrote one.

I hope you like it, I will extend it continuously. And at the moment I am still trying to use the UDF to exercise votes, posts and transactions. I would appreciate some help too.

The functions are very simple and should be easy to understand.

Global $RPC = "https://api.steemit.com"

you can change who you want to use another RPC.

Example:

$result = _Steem_Get_Active_Votes("utopian-io" , "maintenance-window-scheduled-for-february-tue-6-5-00-pm-cet")
ConsoleWrite($result&@CRLF)

$result = _Steem_Get_Content_Replies("utopian-io" , "maintenance-window-scheduled-for-february-tue-6-5-00-pm-cet")
ConsoleWrite($result&@CRLF)

$result = _Steem_Get_Content("utopian-io" , "maintenance-window-scheduled-for-february-tue-6-5-00-pm-cet")
ConsoleWrite($result&@CRLF)



Posted on Utopian.io - Rewarding Open Source Contributors

Example:

$result = _JSONDecode(_Steem_Get_Active_Votes("utopian-io" , "maintenance-window-scheduled-for-february-tue-6-5-00-pm-cet"))
$result = $result[2][1]
_ArrayDisplay($result[1])

Result:
Result

$result = _JSONDecode(_Steem_Get_Content_Replies("utopian-io" , "maintenance-window-scheduled-for-february-tue-6-5-00-pm-cet"))
$result = $result[2][1]
_ArrayDisplay($result[1])

Result

But what is Autoit?

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes” required!

AutoIt was initially designed for PC “roll out” situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.

  • Easy to learn BASIC-like syntax
  • Simulate keystrokes and mouse movements
  • Manipulate windows and processes
  • Interact with all standard windows controls
  • Scripts can be compiled into standalone executables
  • Create Graphical User Interfaces (GUIs)
  • COM support
  • Regular expressions
  • Directly call external DLL and Windows API functions
  • Scriptable RunAs functions
  • Detailed helpfile and large community-based support forums
  • Compatible with Windows XP / 2003 / Vista / 2008 / Windows 7 / 2008 R2 / Windows 8 / 2012 R2 / Windows 10
  • Unicode and x64 support
  • Digitally signed for peace of mind
  • Works with Windows Vista’s User Account Control (UAC)
  • AutoIt has been designed to be as small as possible and stand-alone with no external .dll files or registry entries required making it safe to use on Servers. Scripts can be compiled into stand-alone executables with Aut2Exe.

Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!

Sort:  

Hey @killerfreak I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • This is your first accepted contribution here in Utopian. Welcome!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Thank you for the contribution. It has been approved.

Great improvements, Congratulations for your efforts.

You can contact us on Discord.
[utopian-moderator]

your picture is very-very good ok I've vote you have. do not forget also dead end vote got me.

Your contribution cannot be approved because the contribution category you have chosen requires your post to be in English. See the Utopian Rules.

Also try to commit your changes individually and not by upload.

You can contact us on Discord.
[utopian-moderator]

I have translated the contribution

Coin Marketplace

STEEM 0.27
TRX 0.13
JST 0.032
BTC 60953.94
ETH 2920.49
USDT 1.00
SBD 3.57