Skip to content

Conversation

@jay-sahnan
Copy link
Contributor

No description provided.

- Goal: automate research of prediction markets on Polymarket to extract current odds, pricing, and volume data.
- Flow: navigate to polymarket.com → search for market → select result → extract market data (odds, prices, volume, changes).
- Benefits: quickly gather market intelligence on prediction markets without manual browsing, structured data ready for analysis or trading decisions.
Docs → https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a valid url

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

• Automated alerts: Set up scheduled runs to detect significant market movements and send notifications.

## HELPFUL RESOURCES
📚 Stagehand Docs: https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same thing as above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

📚 Stagehand Docs: https://docs.browserbase.com/stagehand
🎮 Browserbase: https://www.browserbase.com
💡 Try it out: https://www.browserbase.com/playground
🔧 Templates: https://github.com/browserbase/stagehand/tree/main/examples
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python linking to TS repo + this is also a dead link

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

try:
asyncio.run(main())
except Exception as err:
print(f"Application error: {err}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some of the other python templates have a bunch of error logs to help user, can keep consistent

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

- Goal: automate verification of nurse licenses across multiple verification sites using AI-powered browser automation.
- Flow: loop through license records → navigate to verification site → fill form → search → extract verification results.
- Benefits: quickly verify multiple licenses without manual form filling, structured data ready for compliance tracking or HR systems.
Docs → https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dead link

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

## QUICKSTART
1) cd councilEvents
2) npm install
3) cp ../../.env.example .env (or create .env with BROWSERBASE_API_KEY)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not go back 2 directories to copy env example here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noted

• Event notifications: add logic to send alerts for upcoming meetings or important events.

## HELPFUL RESOURCES
📚 Stagehand Docs: https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dead link

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still not fixed

@@ -0,0 +1,239 @@
# License Verification Automation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure how i feel about this name "validateNurses"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

Watch live: https://browserbase.com/sessions/{session-id}
```

## Learn More
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this readme has a ton more info than the other ones + code snippets, is that intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@Kylejeong2 Kylejeong2 mentioned this pull request Nov 5, 2025
jay-sahnan and others added 3 commits November 5, 2025 09:16
* Updates (#6)

* Updates

* updates

* adding gitignore

* remvoed page param

* done

* remvoed cursorrules

* Gemini Cua Fix for v3 (#10)

* fix

* fix

---------

Co-authored-by: Victor <[email protected]>
Copy link
Member

@Kylejeong2 Kylejeong2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix incorrect links, approving to unblock.

some notes for next time:

  • can review code thoroughly before tagging for review to help save me some time
  • make necessary changes in the current branch/pr instead of a separate one to help consolidate (link fixes that were relevant to playbook should have been in this PR)
  • before sending for re-review, make sure all comments are addressed

- Goal: automate extraction of Philadelphia Council events for 2025 from the official calendar.
- Flow: navigate to phila.legistar.com → click calendar → select 2025 → extract event data (name, date, time).
- Benefits: quickly gather upcoming council events without manual browsing, structured data ready for analysis or notifications.
Docs → https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link

• Event notifications: add logic to send alerts for upcoming meetings or important events.

## HELPFUL RESOURCES
📚 Stagehand Docs: https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still not fixed

• Status monitoring: Set up scheduled runs to track license status changes and expiration dates.

## HELPFUL RESOURCES
📚 Stagehand Docs: https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link

• Price alerts: add logic to monitor specific price thresholds and send notifications.

## HELPFUL RESOURCES
📚 Stagehand Docs: https://docs.browserbase.com/stagehand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link

@jay-sahnan jay-sahnan merged commit 821d970 into dev Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants