P2YDA76NPADZYSL7LLWTD3OU72QMLDAAZDJMHMZFQXRONMAT423AC
USAGE:
clone repo
python build.py
Open text expander, add new group from file
choose the file that the build.py script spit out on your Desktop
profit
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Widgets Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/web-integration?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Waitlist Settings Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/waitlist-settings?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Manage Waitlist Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/waitlist-view?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Tracking Pixels Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/tracking/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Tracking Links Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/links?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Social Stream Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/experience/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Reports Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/reports/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Payment Options Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/payment-options?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Orders Report Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/reports?eid=" + ID + "&rid=h&filterby=attending,all";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Order Form Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/questions?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Order Confirmation Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/order-confirmation/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Name Badges Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/attendees-badges?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Language Settings Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/language?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Email Invitations Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/invites?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Guest List Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/attendees-list?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Manage Facebook Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/facebook-publish?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Emails to Attendees Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/attendees-email?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Discounts Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/multi_event_discounts/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Design Page Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/edit?eid=" + ID + "&preview=1#preview";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Create Invite Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/createinvite?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Checkin Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/checkin?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Charts Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/charts?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Attendee Summary Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/reports/attendee/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Analytics Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/myevent/" + ID + "/analytics/sales/";
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Affiliate Program Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/affiliates?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}
var ENV = "eventbrite";
var PATTERN = /\b[0-9]{11}\b/g;
var INPUT = `%clipboard`;
var ID = INPUT.match(PATTERN);
if (!ID) {
var app = Application.currentApplication();
var message = "Please copy an event ID and try again.";
app.includeStandardAdditions = true;
app.displayNotification(message, {
withTitle: "Add Attendees Lookup",
subtitle: "Not an Event ID",
soundName: "text"
});
} else {
ID = ID[0];
var URL = "https://" + ENV + ".com/attendees-add?eid=" + ID;
var chrome = Application('Google Chrome');
var tab = chrome.Tab({url: URL});
chrome.windows[0].tabs.push(tab);
chrome.activate();
}