Introduction
What is Futura?
Futura is a Golang framework/deployment platform for web automation. Our goal is to eliminate redundant work when developing web automation programs. With Futura, all you need to do is define a single threaded "step" based workflow following our conventions. Our framework handles the rest, which includes:
Fully featured and extendable web frontend
Chromenet networking (no more question marks around TLS fingerprinting)
"Basic groups" that allow for type safe lists that are validated clientside using Golang logic
Various utility interfaces (for captcha solving, SMS OTP, saving "sessions", etc.)
All of this so that next time you want to make a script, you can get it out the door quickly without taking shortcuts.
Get started
Create a new automation from the Futura dashboard and follow the onboarding to get setup with basic boilerplate, or follow a guide:
Making a google scraper to track SEO rankingsLast updated
