-
Notifications
You must be signed in to change notification settings - Fork 3
Jaysahnan/gro 403 convert existing playbooks into tempaltes #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jaysahnan/gro 403 convert existing playbooks into tempaltes #9
Conversation
python/polymarket-research/README.md
Outdated
| - 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a valid url
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
python/polymarket-research/README.md
Outdated
| • Automated alerts: Set up scheduled runs to detect significant market movements and send notifications. | ||
|
|
||
| ## HELPFUL RESOURCES | ||
| 📚 Stagehand Docs: https://docs.browserbase.com/stagehand |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same thing as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
python/polymarket-research/README.md
Outdated
| 📚 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
python/polymarket-research/main.py
Outdated
| try: | ||
| asyncio.run(main()) | ||
| except Exception as err: | ||
| print(f"Application error: {err}") |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
python/validate-nurses/README.md
Outdated
| - 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dead link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
typescript/councilEvents/README.md
Outdated
| ## QUICKSTART | ||
| 1) cd councilEvents | ||
| 2) npm install | ||
| 3) cp ../../.env.example .env (or create .env with BROWSERBASE_API_KEY) |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noted
typescript/councilEvents/README.md
Outdated
| • Event notifications: add logic to send alerts for upcoming meetings or important events. | ||
|
|
||
| ## HELPFUL RESOURCES | ||
| 📚 Stagehand Docs: https://docs.browserbase.com/stagehand |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dead link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not fixed
typescript/validateNurses/README.md
Outdated
| @@ -0,0 +1,239 @@ | |||
| # License Verification Automation | |||
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
typescript/validateNurses/README.md
Outdated
| Watch live: https://browserbase.com/sessions/{session-id} | ||
| ``` | ||
|
|
||
| ## Learn More |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
* 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]>
Kylejeong2
left a comment
There was a problem hiding this 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
python/council-events/README.md
Outdated
| - 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link
typescript/councilEvents/README.md
Outdated
| • Event notifications: add logic to send alerts for upcoming meetings or important events. | ||
|
|
||
| ## HELPFUL RESOURCES | ||
| 📚 Stagehand Docs: https://docs.browserbase.com/stagehand |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link
…ert-existing-playbooks-into-tempaltes
No description provided.