A list of puns related to "Borgo"
Borgo is a work in progress API + App designed to simplify semiautomation for developers.
###What is semiautomation?
Semiautomation is writing code for a process that can be almost entirely automated, except for one or two manual steps.
####For example:
Twitter bot - say you are writing a twitter bot, you have code to generate a tweet, and code to publish it, but you'd like to read it before it is published.
Classifying Data - say you have 10,000 images that you want to quickly label. The reading/displaying of images and writing of files can all be automated, but you want to actually view each image to give it a thumbs up or thumbs down.
Algorithmic Trading - Say you have a stock trading algorithm that identifies buying opportunities, and your algorithm is hooked up to execute trades automatically. When you start trading with real money, you may want to manually approve each trade before it is executed.
###What does Borgo do?
Borgo is a simple API with a companion app for easily sending yourself push notifications with proposals from your code. The code will wait for your response, and then act accordingly.
potential_trade = 'Limit order 300 shares of SPCE at $23.'
request = BorgoRequest(potential_trade, 'Execute', 'Ignore')
response = borgo_client.wait_for(request)
if (response.is_accepted):
execute_trade(potential_trade)
Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.