We’ll use Twin to find new patents filed in our industry, over the past week. This is a task that we could run periodically and then send a notification over email, Slack, etc., to stay updated on latest advancements in the field. As an example, we’ll use cryptography.
Copy
Ask AI
from datetime import datetime, timedeltaimport timeimport requeststwin_key = "<your api key>"browse_endpoint = "https://api.twin.so/browse"task_endpoint = "http://api.twin.so/task/"patent_websites = [ "https://uspto.gov", "https://epo.org", "https://patents.google.com",]