René's URL Explorer Experiment


Title: Jarvis · Issue #183 · ActiveState/code · GitHub

Open Graph Title: Jarvis · Issue #183 · ActiveState/code

X Title: Jarvis · Issue #183 · ActiveState/code

Description: #!/usr/bin/env python3 Requires PyAudio and PySpeech. import speech_recognition as sr from time import ctime import time import os from gtts import gTTS def speak(audioString): print(audioString) tts = gTTS(text=audioString, lang='en') t...

Open Graph Description: #!/usr/bin/env python3 Requires PyAudio and PySpeech. import speech_recognition as sr from time import ctime import time import os from gtts import gTTS def speak(audioString): print(audioString) t...

X Description: #!/usr/bin/env python3 Requires PyAudio and PySpeech. import speech_recognition as sr from time import ctime import time import os from gtts import gTTS def speak(audioString): print(audioString) t...

Opengraph URL: https://github.com/ActiveState/code/issues/183

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Jarvis","articleBody":"#!/usr/bin/env python3\n# Requires PyAudio and PySpeech.\n\nimport speech_recognition as sr\nfrom time import ctime\nimport time\nimport os\nfrom gtts import gTTS\n\ndef speak(audioString):\n    print(audioString)\n    tts = gTTS(text=audioString, lang='en')\n    tts.save(\"audio.mp3\")\n    os.system(\"mpg321 audio.mp3\")\n\ndef recordAudio():\n    # Record Audio\n    r = sr.Recognizer()\n    with sr.Microphone() as source:\n    print(\"Say something!\")\n    audio = r.listen(source)\n\n    # Speech recognition using Google Speech Recognition\n    data = \"\"\n    try:\n        # Uses the default API key\n        # To use another API key: `r.recognize_google(audio, key=\"GOOGLE_SPEECH_RECOGNITION_API_KEY\")`\n        data = r.recognize_google(audio)\n        print(\"You said: \" + data)\n    except sr.UnknownValueError:\n        print(\"Google Speech Recognition could not understand audio\")\n    except sr.RequestError as e:\n        print(\"Could not request results from Google Speech Recognition service; {0}\".format(e))\n\n    return data\n\ndef jarvis(data):\n    if \"how are you\" in data:\n        speak(\"I am fine\")\n\n    if \"what time is it\" in data:\n        speak(ctime())\n\n    if \"where is\" in data:\n        data = data.split(\" \")\n        location = data[2]\n        speak(\"Hold on Frank, I will show you where \" + location + \" is.\")\n        os.system(\"chromium-browser https://www.google.nl/maps/place/\" + location + \"/\u0026amp;\")\n\n# initialization\ntime.sleep(2)\nspeak(\"Hi Frank, what can I do for you?\")\nwhile 1:\n    data = recordAudio()\n    jarvis(data)\n\n","author":{"url":"https://github.com/siddharthrgade21-a11y","@type":"Person","name":"siddharthrgade21-a11y"},"datePublished":"2026-01-07T11:55:16.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/183/code/issues/183"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a68ccc54-18e8-7744-29da-90b285c6a2f2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id915A:1F9980:DE8923:12A7F4F:6969899E
html-safe-nonce69a4050e18ef616eeebf72ae8a2ecd638e8556bbebe70c9577ab60decc3d0e16
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MTVBOjFGOTk4MDpERTg5MjM6MTJBN0Y0Rjo2OTY5ODk5RSIsInZpc2l0b3JfaWQiOiI5MDIxMDkxNjIwMjg2MjA0MzE4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac78d63783d43c5229c21f351be0d6c9842c270241d97fc317d8975e80f76042ac
hovercard-subject-tagissue:3788461648
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ActiveState/code/183/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ed0dcce389cf3821971868b7da137a5aa226cb93d0e5ed38d99c8daaa5207986/ActiveState/code/issues/183
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ed0dcce389cf3821971868b7da137a5aa226cb93d0e5ed38d99c8daaa5207986/ActiveState/code/issues/183
og:image:alt#!/usr/bin/env python3 Requires PyAudio and PySpeech. import speech_recognition as sr from time import ctime import time import os from gtts import gTTS def speak(audioString): print(audioString) t...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesiddharthrgade21-a11y
hostnamegithub.com
expected-hostnamegithub.com
None533e7cac596c452090972c1150d587fd0b36531b8dc4e8bbfe4ab694aca02408
turbo-cache-controlno-preview
go-importgithub.com/ActiveState/code git https://github.com/ActiveState/code.git
octolytics-dimension-user_id319781
octolytics-dimension-user_loginActiveState
octolytics-dimension-repository_id98225960
octolytics-dimension-repository_nwoActiveState/code
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id98225960
octolytics-dimension-repository_network_root_nwoActiveState/code
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release63d27af10eea2ccab520b162530cf6c7b739e767
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ActiveState/code/issues/183#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FActiveState%2Fcode%2Fissues%2F183
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FActiveState%2Fcode%2Fissues%2F183
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ActiveState%2Fcode
Reloadhttps://github.com/ActiveState/code/issues/183
Reloadhttps://github.com/ActiveState/code/issues/183
Reloadhttps://github.com/ActiveState/code/issues/183
ActiveState https://github.com/ActiveState
codehttps://github.com/ActiveState/code
Notifications https://github.com/login?return_to=%2FActiveState%2Fcode
Fork 695 https://github.com/login?return_to=%2FActiveState%2Fcode
Star 2k https://github.com/login?return_to=%2FActiveState%2Fcode
Code https://github.com/ActiveState/code
Issues 100 https://github.com/ActiveState/code/issues
Pull requests 22 https://github.com/ActiveState/code/pulls
Actions https://github.com/ActiveState/code/actions
Projects 0 https://github.com/ActiveState/code/projects
Wiki https://github.com/ActiveState/code/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/ActiveState/code/security
Please reload this pagehttps://github.com/ActiveState/code/issues/183
Insights https://github.com/ActiveState/code/pulse
Code https://github.com/ActiveState/code
Issues https://github.com/ActiveState/code/issues
Pull requests https://github.com/ActiveState/code/pulls
Actions https://github.com/ActiveState/code/actions
Projects https://github.com/ActiveState/code/projects
Wiki https://github.com/ActiveState/code/wiki
Security https://github.com/ActiveState/code/security
Insights https://github.com/ActiveState/code/pulse
New issuehttps://github.com/login?return_to=https://github.com/ActiveState/code/issues/183
New issuehttps://github.com/login?return_to=https://github.com/ActiveState/code/issues/183
Jarvishttps://github.com/ActiveState/code/issues/183#top
https://github.com/siddharthrgade21-a11y
https://github.com/siddharthrgade21-a11y
siddharthrgade21-a11yhttps://github.com/siddharthrgade21-a11y
on Jan 7, 2026https://github.com/ActiveState/code/issues/183#issue-3788461648
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.