hub.docker.com
Open in
urlscan Pro
2600:1f18:2148:bc00:a518:1574:fea8:ccdb
Public Scan
URL:
https://hub.docker.com/r/wechaty/wechaty
Submission: On October 10 via api from US — Scanned from DE
Submission: On October 10 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMGET /search
<form class="MuiBox-root css-11qjisw" method="get" action="/search">
<div class="MuiAutocomplete-root MuiAutocomplete-fullWidth css-bbuuuz">
<div class="MuiFormControl-root MuiFormControl-marginDense MuiFormControl-fullWidth MuiTextField-root css-1i6zd2k" data-testid="autocompleteInput">
<div class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-sizeSmall MuiInputBase-adornedStart MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-f9nv42">
<div class="MuiInputAdornment-root MuiInputAdornment-positionStart MuiInputAdornment-outlined MuiInputAdornment-sizeSmall css-dxf0g1"><span class="notranslate"></span><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1mp4yus"
focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="SearchIcon" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="currentColor" fill="none" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg></div><input aria-invalid="false" autocomplete="off" id=":r2:" name="q" placeholder="Search Docker Hub" type="text"
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedStart MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-cq6jjo" aria-autocomplete="list"
aria-expanded="false" autocapitalize="none" spellcheck="false" role="combobox" value="">
<div class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeSmall css-17dcas">
<div class="MuiBox-root css-j3iiqs" id="search-keyboard-shortcuts-hint">ctrl+K</div>
</div>
<fieldset aria-hidden="true" class="MuiOutlinedInput-notchedOutline css-16zz1in">
<legend class="css-gpjuor"><span class="notranslate"></span></legend>
</fieldset>
</div>
</div>
</div>
</form>
Text Content
More Docker. Easy Access. New Streamlined Plans. Learn more. ✕ docker Hub ctrl+K Help System Theme Sign InSign up 1. Explore 2. / 3. wechaty/wechaty WECHATY/WECHATY Sponsored OSS 27 By Wechaty •Updated about 1 year ago Conversational SDK for Chatbot Makers Image Languages & Frameworks Integration & Delivery Machine Learning & AI Pulls 100K+ OverviewTags WECHATY :HEARTS: CONNECTING CHATBOTS Wechaty is a Conversational SDK for Chatbot Makers which can help you create a bot in 6 lines of JavaScript, Python, Go, and Java, with cross-platform support including Linux, Windows, MacOS, and Docker. :octocat: https://github.com/Wechaty/wechaty :beetle: https://github.com/Wechaty/wechaty/issues :book: https://github.com/Wechaty/wechaty/wiki :whale: https://hub.docker.com/r/wechaty/wechaty :YUM: VOICE OF DEVELOPERS > "Wechaty is a great solution, I believe there would be much more users > recognize it." link > — @Gcaufy, Tencent Engineer, Author of WePY > > "太好用,好用的想哭" > — @xinbenlv, Google Engineer, Founder of HaoShiYou.org > > "最好的微信开发库" link > — @Jarvis, Baidu Engineer > > "Wechaty让运营人员更多的时间思考如何进行活动策划、留存用户,商业变现" link > — @lijiarui, Founder & CEO of Juzi.BOT. > > "If you know js ... try Wechaty, it's easy to use." > — @Urinx Uri Lee, Author of WeixinBot(Python) > > "Wechaty is a good project, I hope it can continue! Therefore, I became a > contributors in open collective." > — @Simple See more at Wiki:Voice Of Developer :RAISING_HAND: JOIN US Wechaty is used in many ChatBot projects by thousands of developers. If you want to talk with other developers, just scan the following QR Code in WeChat with secret code wechaty, join our Wechaty Developers' Home. Scan now, because other Wechaty developers want to talk with you too! (secret code: wechaty) :BOOK: RESOURCE Wechaty already held lots of talk and got a lot of blogs in the past 4 years, here is all of the wechaty resources: * :video_camera: Youtube Playlist: Watch all of talk video related with Wechaty * :page_with_curl: Full Docs * :bulb: Blog: See how developers use wechaty building fantastic project! * :beginner: Wechaty-Getting-Started:Wechaty Starter Project Template that Works Out-of-the-Box * :tada: Wechaty Contributor List: Thanks for their contribution! * :gift: Juzibot Support Wechaty: Know everything about Wechaty :ROCKET: THE WORLD'S SHORTEST CHATBOT CODE: 6 LINES OF JAVASCRIPT const { Wechaty } = require('wechaty') // import { Wechaty } from 'wechaty' Wechaty.instance() // Global Instance .on('scan', (qrcode, status) => console.log(`Scan QR Code to login: ${status}\nhttps://wechaty.js.org/qrcode/${encodeURIComponent(qrcode)}`)) .on('login', user => console.log(`User ${user} logged in`)) .on('message', message => console.log(`Message: ${message}`)) .start() Copy :TWO_HEARTS: CONTRIBUTORS This project exists thanks to all the people who contribute. [Contribute]. -------------------------------------------------------------------------------- :SUNGLASSES: BACKERS Thank you to all our backers! 🙏 [Become a backer] :SMIRK: SPONSORS Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor] :POINT_DOWN: MULTI-LANGUAGE WECHATY * Wechaty - Conversatioanl SDK for Chatot Makers (TypeScript) * Python Wechaty - Conversational SDK for Chatbot Makers written in Python * Go Wechaty - Conversational SDK for Chatbot Makers written in Go * Java Wechaty - Conversational SDK for Chatbot Makers written in Java(Kotlin) * Scala Wechaty - Conversational SDK for Chatbot Makers written in Scala * PHP Wechaty - Conversational SDK for Chatbot Makers written in PHP * .Net(C#) Wechaty - Conversational SDK for Chatbot Makers written in .NET(C#) :RAISED_HANDS: CREATORS 1. Huan(李卓桓), Tencent TVP of Chatbot 2. Rui (李佳芮), Microsoft AI MVP :EMAIL: COPYRIGHT & LICENSE * Code & Docs © 2016-now Huan, Rui, and Wechaty Community Contributors * Code released under the Apache-2.0 License * Docs released under Creative Commons DOCKER PULL COMMAND docker pull wechaty/wechaty Copy WHY OverviewWhat is a Container PRODUCTS Product Overview PRODUCT OFFERINGS Docker DesktopDocker Hub FEATURES Container RuntimeDeveloper ToolsDocker AppKubernetes DEVELOPERS Getting StartedPlay with DockerCommunityOpen SourceDocumentation COMPANY About UsResourcesBlogCustomersPartnersNewsroomEvents and WebinarsCareersContact UsSystem Status -------------------------------------------------------------------------------- © 2024 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal Cookies Settings By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Cookies Settings Reject All Accept All Cookies PRIVACY PREFERENCE CENTER When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. More information Allow All MANAGE CONSENT PREFERENCES FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Back Button COOKIE LIST Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label Reject All Confirm My Choices Back Documentation Forums Contact Support System Status Back * System Theme * Light Theme * Dark Theme Back Back Help System Theme Docker Suite Back Documentation Forums Contact Support System Status Back * System Theme * Light Theme * Dark Theme Back Docker Home New Explore and manage your Docker experience. Docker Admin Console New Manage users, control access, & set policies. Docker Scout New Secure your supply chain at every level. Docker Desktop Local development, simplified. Docker Build Cloud New Speed up your Docker Builds.