Public Solutions Store

Scenario

Notify Periodically When A Solution Fails

Monitors failures in the Easybots' solutions. Logs all the failures, and every 5 minutes sends an email with all the failures to the specified user. Setup: - After installing this solution, enter the email where emails should be sent.
Details
Scenario

Monitor Git Repo And Notify On Change

Monitor changes in a given repository and receive e-mail notifications when there is a change (example: new commit). Every 10 min, checks for a change in the git repo and if there is, an e-mail containing information about the change is sent. Needed bots: - Git Repo Bot "My Repo"
Details
Scenario

Send A File Attachment To Email

A solution that enables you to send files from your remote computer to your e-mail. Example: - You are at work, getting ready for a presentation and you just remembered that you forgot your power point presentation at home. You live alone, so nobody can send you the presentation file. Instead of failing to present, you can send your presentation file to your e-mail... Remotely! You just need to browse your folders, select your file and send it to your e-mail. Needed Web Bots: - Button "Reset to ROOT Directory" - Button "Send File" - Label "Status Label" - ListBox "Folders List" - ListBox "Files List"
Details
Scenario

Monitor For New Files In Specified Directory

A solution that monitors for new files in a specified directory and sends you an e-mail when a new file is created. Only if the new file doesn't end on 'tmp', an e-mail will be received. (This is because when you save a picture from Google Chrome, at first .tmp file will be created and after saving the picture under you desired name, another file of the actual picture will be created, that means - two e-mails.) Use-case example: - You want to monitor for error logs in your folder and get email with file path/file name for every new log. Setup: - File Monitor Bot "My File Monitor"
Details
Scenario

Monitor SQL Dataset And Notify When New Rows Added

Every 5 Minutes, checks if new rows are added to a specific SQL data set. If there are new rows added - sends an email with all the new values in one of the columns from the new rows (The user can specify from which column the email text will be prepared) Setup: 1. In the "SQL Connections" App, a SQL Connection bot needs to be created named "My Database1" 2. After installing the solution in Easybots Studio, press "Validate & Create Missing Bots.." to automatically create the other missing bots used in the solution. 3. Enter the missing inputs in the solution: - 3.1 SQL SELECT statement - 3.2 Column Name from which the email text to be prepared with the newly added rows - 3.3 email address of the recipient Example SQL SELECT statement, to get newly registered users in ASP MVC web app: SELECT [Id], [Email] FROM [dbo].[AspNetUsers] The SQL Select statement should have DISTINCT row values in order for the comparison to work correctly (Due to the spec in the 'DataTables Utilities.Compare' action) If there can be duplicate rows, but you still want to get notified about the new duplicate rows added, then add: 'ROW_NUMBER() OVER (ORDER BY CAST(GETDATE() AS TIMESTAMP))' to your SQL SELECT statement. For Example: SELECT ROW_NUMBER() OVER (ORDER BY CAST(GETDATE() AS TIMESTAMP)), [Email] FROM [dbo].[AspNetUsers]
Details
Scenario

Take a Pic with USB Camera and Display it in 'My Web Bots' website

This solution enables web access to the USB cameras attached to your remote PC. Wherever you are - you can log in to "Web Bots" site (https://easybots.net/WebBots) and you will be able to get an image from your USB cameras at home/work, etc.. You can get instant picture from the USB camera attached to your remote PC by pressing a button "Take Pic" on your web bots page. Also, you can toggle "Auto Pic" toggle and you will get a picture automatically every N seconds (customizable by a "Auto Picture Interval In Seconds" slider) Needed Setup for this solution: 1. After installing the solution, you need to create the following Web Bots (on your Web Bots page [https://easybots.net/WebBots]) - TextBox 'Auto Off Interval In Seconds' - Label 'AutoOff Label' - Toggle 'Auto Pic' - Button 'Take Pic' - Image 'WebCam ImageBox' - Slider 'Auto Picture Interval In Seconds' - Label 'Auto Pic Interval' 2. USB Camera Setup: - Rename the camera you want to get picture from to "Camera 1" (or replace the node in the solution with the camera of your choice)
Details
Scenario

Torrent Web Remote Control

A solution that enables you to remotely control your torrents from the web. Wherever you are - you can log in to your 'Web Bots' site (https://easybots.net/WebBots) and you will be able to upload torrents, start/stop/pause downloading torrents, get progress, etc... Needed Web Bots: - File Upload "Torrent FileUploader" - ListBox "Torrent List" - ListBox "Torrent Commands" Items: Get Torrents Start Downloading Selected Stop Downloading Selected Pause Downloading Selected Get Progress of Selected - Label "Torrent StatusLabel"
Details
Scenario

Display Screenshot from my remote PC to 'My Web Bots' website

Get screenshot from your PC directly to your Web Bots' page on a click of a button. To make this solution work, you need to add the following components on your web bots page (https://easybots.net/WebBots) - Button 'Take Screenshot' - Image 'Screenshot ImageBox' - Label 'Screenshot StatusLabel'
Details
Scenario

Бугарско државјанство - дневна проверка на статус

Дневна проверка на статусот на апликацијата за бугарско државјанство. Секој ден во 17:05 се проверува дали има промена на статусот и ако има, се праќа емаил. Потребни подесувања: 1. Внесете ги полињата: - Doc Nr. : 'Потребителско име' од молбата за бугарско државјанство - Pin : 'Парола' од молбата за бугарско државјанство - Email To: До кого да стигне маилот кога ќе има промена на статусот. - да се изврши "Validate & Create Missing Bots..." за да се креираат потребните ботови. 2. Enable
Details
Scenario

Motion Detection With USB Camera

A solution that enables you to detect motion using your USB camera. Wherever you are - you can log in to your 'Web Bots' site (https://easybots.net/WebBots) and you will be able to start or stop monitoring. If a motion is detected, e-mail and pushbullet notification will be send, containing the detected picture. Needed Setup: - USB Camera Bot "My Camera" - Pushbullet Bot "My Phone" Needed Web Bots: - Toggle "Motion Detection Toggle" - ImageBox "Detected Image"
Details
Scenario

Monitor If Process Stopped or CPU Usage drops (Any Monitored Process)

You can get notified when a certain process on your PC stops or drops the CPU usage. By default the drop of CPU usage is set to 10%. To change edit the variable 'ProcessMonitor_BusyThreshold_CPU%'. Also, the 'Send Info on Heartbeat' in the Processes Monitor App must be selected in order to monitor for CPU usage drop.
Details