René's URL Explorer Experiment


Title: Hi everyone ) · Issue #210 · python-smpplib/python-smpplib · GitHub

Open Graph Title: Hi everyone ) · Issue #210 · python-smpplib/python-smpplib

X Title: Hi everyone ) · Issue #210 · python-smpplib/python-smpplib

Description: #!/usr/bin/env python3 import sys reload(sys) sys.setdefaultencoding('utf-8') import smpplib.gsm import smpplib.client import smpplib.consts def send_message(source, dest): client = smpplib.client.Client('[127.0.0.1](https://127.0.0.1/)'...

Open Graph Description: #!/usr/bin/env python3 import sys reload(sys) sys.setdefaultencoding('utf-8') import smpplib.gsm import smpplib.client import smpplib.consts def send_message(source, dest): client = smpplib.client....

X Description: #!/usr/bin/env python3 import sys reload(sys) sys.setdefaultencoding('utf-8') import smpplib.gsm import smpplib.client import smpplib.consts def send_message(source, dest): client = smpplib...

Opengraph URL: https://github.com/python-smpplib/python-smpplib/issues/210

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Hi everyone )","articleBody":"```\r\n#!/usr/bin/env python3\r\nimport sys\r\nreload(sys)\r\nsys.setdefaultencoding('utf-8')\r\n\r\nimport smpplib.gsm\r\nimport smpplib.client\r\nimport smpplib.consts\r\n\r\ndef send_message(source, dest):\r\n    client = smpplib.client.Client('[127.0.0.1](https://127.0.0.1/)', 2775)\r\n    client.set_message_sent_handler(\r\n        lambda pdu: sys.stdout.write('sent {} {}\\n'.format(pdu.sequence, pdu.message_id)))\r\n    client.set_message_received_handler(\r\n        lambda pdu: sys.stdout.write('delivered {}\\n'.format(pdu.receipted_message_id)))\r\n    client.connect()\r\n    client.bind_transceiver(system_id='OSMO-SMPP', password='1234')\r\n    string =  '\\x02\\x70\\x00\\x00\\x0e\\x0d\\x00\\x21\\x00\\x00\\xb2\\x00\\x00\\xaa\\xbb\\xcc\\xdd\\xee\\x00'\r\n    coding =  0xf6\r\n    pdu = client.send_message(\r\n            msg_type=smpplib.consts.SMPP_MSGTYPE_USERACK,\r\n            source_addr_ton=smpplib.consts.SMPP_TON_INTL,\r\n            source_addr_npi=smpplib.consts.SMPP_NPI_ISDN,\r\n            source_addr=source,\r\n            dest_addr_ton=smpplib.consts.SMPP_TON_INTL,\r\n            dest_addr_npi=smpplib.consts.SMPP_NPI_ISDN,\r\n            destination_addr=dest,\r\n            short_message=string,\r\n            data_coding= sms_cod,\r\n            protocol_id = 0x41,\r\n            esm_class=smpplib.consts.SMPP_GSMFEAT_UDHI,\r\n            registered_delivery=False,\r\n        )\r\n  \r\n\r\nif name == \"main\":\r\n    source = sys.argv[1]\r\n    dest = sys.argv[2]\r\n    send_message(source, dest)\r\n```\r\nHi , maybe someone has a working copy of this code ?\r\n\r\ni need to send\r\n010007919 32350591211 0026 44 0c919 32390026xxxx 7ff6117042711404e113 0270 00000e0d 0021 0000b20000aabbccddee00","author":{"url":"https://github.com/jhonnybonny","@type":"Person","name":"jhonnybonny"},"datePublished":"2022-10-07T19:38:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/210/python-smpplib/issues/210"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7805f4be-3235-3419-9481-f3d3845b6360
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCAA6:13D6E:14518EA:1B2FF06:6970618D
html-safe-nonce1d74a6317ae381d276dcac87d5402ca48d71fc16e790b4c91d1470eaf627705e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUE2OjEzRDZFOjE0NTE4RUE6MUIyRkYwNjo2OTcwNjE4RCIsInZpc2l0b3JfaWQiOiIyMjQ1MDMzNTYyNjMwODA3OTQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7cb1d6c50d98aa273ddbdbaca36bc550605a0cbd4e50f13fbeb86289d38d9f0a
hovercard-subject-tagissue:1401596170
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/python-smpplib/python-smpplib/210/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6569fdf61e6385ed8ee385d26f5b506e6eb03c5a97eb4cbe148e739830a650ca/python-smpplib/python-smpplib/issues/210
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6569fdf61e6385ed8ee385d26f5b506e6eb03c5a97eb4cbe148e739830a650ca/python-smpplib/python-smpplib/issues/210
og:image:alt#!/usr/bin/env python3 import sys reload(sys) sys.setdefaultencoding('utf-8') import smpplib.gsm import smpplib.client import smpplib.consts def send_message(source, dest): client = smpplib.client....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejhonnybonny
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/python-smpplib/python-smpplib git https://github.com/python-smpplib/python-smpplib.git
octolytics-dimension-user_id45378833
octolytics-dimension-user_loginpython-smpplib
octolytics-dimension-repository_id9441405
octolytics-dimension-repository_nwopython-smpplib/python-smpplib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9441405
octolytics-dimension-repository_network_root_nwopython-smpplib/python-smpplib
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
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-smpplib/python-smpplib/issues/210#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-smpplib%2Fpython-smpplib%2Fissues%2F210
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%2Fpython-smpplib%2Fpython-smpplib%2Fissues%2F210
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=python-smpplib%2Fpython-smpplib
Reloadhttps://github.com/python-smpplib/python-smpplib/issues/210
Reloadhttps://github.com/python-smpplib/python-smpplib/issues/210
Reloadhttps://github.com/python-smpplib/python-smpplib/issues/210
python-smpplib https://github.com/python-smpplib
python-smpplibhttps://github.com/python-smpplib/python-smpplib
Please reload this pagehttps://github.com/python-smpplib/python-smpplib/issues/210
Notifications https://github.com/login?return_to=%2Fpython-smpplib%2Fpython-smpplib
Fork 143 https://github.com/login?return_to=%2Fpython-smpplib%2Fpython-smpplib
Star 187 https://github.com/login?return_to=%2Fpython-smpplib%2Fpython-smpplib
Code https://github.com/python-smpplib/python-smpplib
Issues 20 https://github.com/python-smpplib/python-smpplib/issues
Pull requests 15 https://github.com/python-smpplib/python-smpplib/pulls
Discussions https://github.com/python-smpplib/python-smpplib/discussions
Actions https://github.com/python-smpplib/python-smpplib/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python-smpplib/python-smpplib/security
Please reload this pagehttps://github.com/python-smpplib/python-smpplib/issues/210
Insights https://github.com/python-smpplib/python-smpplib/pulse
Code https://github.com/python-smpplib/python-smpplib
Issues https://github.com/python-smpplib/python-smpplib/issues
Pull requests https://github.com/python-smpplib/python-smpplib/pulls
Discussions https://github.com/python-smpplib/python-smpplib/discussions
Actions https://github.com/python-smpplib/python-smpplib/actions
Security https://github.com/python-smpplib/python-smpplib/security
Insights https://github.com/python-smpplib/python-smpplib/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-smpplib/python-smpplib/issues/210
New issuehttps://github.com/login?return_to=https://github.com/python-smpplib/python-smpplib/issues/210
Hi everyone )https://github.com/python-smpplib/python-smpplib/issues/210#top
https://github.com/jhonnybonny
https://github.com/jhonnybonny
jhonnybonnyhttps://github.com/jhonnybonny
on Oct 7, 2022https://github.com/python-smpplib/python-smpplib/issues/210#issue-1401596170
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.