Every person (or, every profile as Google see you) gets different results even when they perform the same research query
To build a CHIARO, you need a list of search terms that belong to a certain topics (e.g. ‘Abortion Clinics’, or ‘Cheaper phone’), a name, a description, a few information that would automatically display alongside the results to provide context.
This CHIARO can be edited as markdown on github: example.md. Feel free to copy and create a new list and open a pull request. The list of search query is in this config file.
To edit the list of allowed query, which you can suggest to friends to:
below query list and download button for CSV.
This is a markdown file you can edit in github, and at the bottom there is a portion of the page attacched by javascript. The templating system used is HUGO.
youtube.tracking.exposed/themes/trex/layouts/ytSearchCampaign/single.html
Which calls
youtube.tracking.exposed/statis/js/sunnyhack.js
It calls onload the js function
getCampaignQueryStats('example');
As argument takes the campaign name, the variable comes from the URL of this page and look for a campaign from this file:
Behind the scene, an API call to /api/v2/queries/<campaignName>
And this horizontal line is the last written in the markdown, below follows the section attached to each CHIARO.
Please note: This tool is in the beta stage; In September 2020, it was a barely working prototype, launched on a Disruption Lab Workshop. A few significant changes might still happen. If you feel you might help this project, checkout code: backend API, frontend, jquery, or check the contact page.