![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
hubot-messenger-platform
Advanced tools
Facebook has just announced its new platform for messenger. This is a hubot adapter for the new bot api.
npm install --save hubot-messenger-platform
HUBOT_MESSENGER_VERIFICATION_TOKEN=<verification_code> HUBOT_MESSENGER_PAGE_ACCESS_TOKEN=<page_access_code> ./bin/hubot -a messenger-platform -n ""
.https://<your_domain>/webhook
. Choose all the events and verify.curl -ik -X POST "https://graph.facebook.com/v2.6/me/subscribed_apps?access_token=<page_access_token>"
to subscribe your app to get updates from this page.And Done. Now whenever you send a message to your bot's page inbox, hubot will process it and send the response back.
For more info, check facebook's official guide.
...
by default. If you want the adapter to split the message into several lineshttp://localhost:8080
assuming that the reverse proxy is running on the same host as hubot. If you started hubot specifying the PORT
env var, this will override the default 8080
port.-n ""
flag when starting hubot, doesn't give the bot a name. So instead of sending Hubot ping
to it, you'll just send ping
.Your contributions are welcome through pull requests or issues.
FAQs
A hubot adapter for the new messenger platform
We found that hubot-messenger-platform demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.