User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(Removed Google API. It is an example script, no UDF.)
m (Sorted the entries)
Line 256: Line 256:


== Social Media and other Website API ==
== Social Media and other Website API ==
* [http://www.autoitscript.com/forum/index.php?showtopic=116600 Twitter (by seangriffin)] - Twitter UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=169333 CrowdinAPI (by mLipok )] - UDF using the [https://crowdin.com/page/api crowdin.net website API] for some functions (create projects, add and update files, download translations or integrate localization).
* [http://www.autoitscript.com/forum/files/file/290-dropbox-authenticator/ Dropbox authenticator (by Gimerly )] - Dropbox authenticator.
* [http://www.autoitscript.com/forum/index.php?showtopic=158106 Easypost (by dcat127 )] - Print USPS Postage Labels.
* [http://www.autoitscript.com/forum/index.php?showtopic=114801 eBay (by seangriffin)] - eBay UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=141340 Gmail (by PhoenixXL)] - Remote Gmail (UDF).
* [http://www.autoitscript.com/forum/index.php?showtopic=98504 Google Functions (by Beege )] - Google Functions.
* [http://www.autoitscript.com/forum/index.php?showtopic=115437 Google Maps (by seangriffin)] - Google Maps UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=70675 iTunes (by torels)] - iTunes UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=70675 iTunes (by torels)] - iTunes UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=101802 iTunes (by Beege)] - another iTunes UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=101802 iTunes (by Beege)] - another iTunes UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=149247 Yahoo Weather (by Nessie)] - YWeather UDF - Yahoo Weather API.
* [http://www.autoitscript.com/forum/index.php?showtopic=150985 No-IP (by Nessie)] - With this UDF you can simply update your no-ip hostname(s) and retrive the ip address of an no-ip address.
* [http://www.autoitscript.com/forum/index.php?showtopic=115437 Google Maps (by seangriffin)] - Google Maps UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=150838 PasteBin (by mrflibblehat)] - Pastebin UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=150838 PasteBin (by mrflibblehat)] - Pastebin UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=114801 eBay (by seangriffin)] - eBay UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=121767 Skype (by FireFox )] - Skype4COM provides an ActiveX interface to the Skype API.
* [http://www.autoitscript.com/forum/index.php?showtopic=141340 Gmail (by PhoenixXL)] - Remote Gmail (UDF).
* [http://www.autoitscript.com/forum/index.php?showtopic=150985 No-IP (by Nessie)] - With this UDF you can simply update your no-ip hostname(s) and retrive the ip address of an no-ip address.
* [http://www.autoitscript.com/forum/index.php?showtopic=112775 Youtube Uploader (by BrettF )] - AYTU - AutoIt Youtube Uploader.
* [http://www.autoitscript.com/forum/index.php?showtopic=98504 Google Functions (by Beege )] - Google Functions.
* [http://www.autoitscript.com/forum/files/file/290-dropbox-authenticator/ Dropbox authenticator (by Gimerly )] - Dropbox authenticator.
* [http://www.autoitscript.com/forum/index.php?showtopic=166547 TVmaze.com API (by BBs19 )] - TVmaze.com API UDF (TV-Series).
* [http://www.autoitscript.com/forum/index.php?showtopic=113234 Teamspeak 3 (by chipDE )] - Teamspeak 3 UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=113234 Teamspeak 3 (by chipDE )] - Teamspeak 3 UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=166205 TeamViewer API (by mLipok )] - UDF for TeamViewer API - a modest beginning.
* [http://www.autoitscript.com/forum/index.php?showtopic=166205 TeamViewer API (by mLipok )] - UDF for TeamViewer API - a modest beginning.
* [http://www.autoitscript.com/forum/index.php?showtopic=158106 Easypost (by dcat127 )] - Print USPS Postage Labels.
* [http://www.autoitscript.com/forum/index.php?showtopic=166547 TVmaze.com API (by BBs19 )] - TVmaze.com API UDF (TV-Series).
* [http://www.autoitscript.com/forum/index.php?showtopic=121767 Skype (by FireFox )] - Skype4COM provides an ActiveX interface to the Skype API.
* [http://www.autoitscript.com/forum/index.php?showtopic=116600 Twitter (by seangriffin)] - Twitter UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=169333 CrowdinAPI (by mLipok )] - UDF using the [https://crowdin.com/page/api crowdin.net website API] for some functions (create projects, add and update files, download translations or integrate localization).
* [http://www.autoitscript.com/forum/index.php?showtopic=149247 Yahoo Weather (by Nessie)] - YWeather UDF - Yahoo Weather API.
* [http://www.autoitscript.com/forum/index.php?showtopic=112775 Youtube Uploader (by BrettF )] - AYTU - AutoIt Youtube Uploader.


== Android ==
== Android ==

Revision as of 06:18, 25 May 2015

This page is a listing of libraries of user defined functions (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer. This list is probably not complete, but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Automation

Browsers

  • Chrome (by seangriffin) - The same as above for Google Chrome. Automate the most common tasks in Chrome with the Chrome UDF.
  • Firefox (by Stilgar) - A little less support for automation than IE, but still very good.
  • HTMLDocumentEvents (by SmOke_N) - Track IE document events.
  • IEJS (by SmOke_N) - IEJS - IE Javascript options, an IE.au3 personal extension.
  • Internet Explorer (by DaleHohm et al.) - Everything about Internet explorer can be automated with the IE library supplied with a standard AutoIt install.
  • NavInfo (by Nessie) - With this UDF you can check if a specified browser/software is installed and which version is being used.
  • Opera (by MrCreatoR,) - The same as above for Opera. Automate the most common tasks in Opera with the Opera UDF.

Microsoft Office Automation

OpenOffice Automation

Hardware

Information gathering

Databases and web connections

Internet protocol suite

  • cURL (by ... ) - cURL UDF - a UDF for transferring data with URL syntax.
  • IMAP (by ... ) - IMAP.
  • IMAP4 (by ... ) - IMAP4 UDF.
  • IRC (by ... ) - A lightweight library for communicating with IRC servers.
  • IRC (by ... ) IRC UDF - Updated Version of Chips' IRC UDF.
  • JSON (by ... ) - RFC4627 compliant JSON encode/decode.
  • JSON (by ... ) - JSMN - A Non-Strict JSON UDF.
  • JSON (by ... ) - Bridge to Native Windows JSON plus OO extension for AutoIt.
  • POP3 (by Apzo ) - POP3 library for retrieving email messages. Not compatible with Gmail because it uses SSL.
  • _POP3_Ex (by mLipok ) POP3 UDF According to the 1939 RFC, modified version with Quoted Printable decoder.
  • POP3 SSL (by ... ) - A POP3 library that's compatible with Gmail. It uses an external executable that must be supplied with your script.
  • Prowl (by ... ) - Prowl UDF.
  • SFTP (by ... ) - UDF to support SFTP protocol using PSFTP.
  • SMTP (by ... ) - Smtp Mailer That Supports Html And Attachments.
  • SNMP (by ... ) - SNMP_UDF for SNMPv1 and SNMPv2c.
  • SNMP - MIB protocol (by ... ) (Reading toner status from SNMP device with WMI).
  • SSH (by ... ) - This UDF allows to use the SSH protocol very easily in your code.
  • UPnP Protocol (by ... ) - UPnP : Read and Control your devices in side out.
  • WinHTTP (by ... ) - Enables scripts to access the HTTP protocol for creating GET and POST requests and submitting them with conforming standards, cookies not supported.
  • WinInet (by ... ) - Enables scripts to access standard Internet protocols, such as FTP, Gopher and HTTP. Also supports creating GET and POST requests and submitting them with conforming standards, cookies supported.
  • TCPServer (by ... ) - multi client, event-based, able to bind console app to socket.

Data compression

Encryption and hash

Media

Sound

Graphics and image

Players

GUI Additions

Controls

Maths

Misc

PDF

Windows

Security

Social Media and other Website API

Android