Branding
Marketing Guidelines
Here's the publish released Wechaty branding materials.
Please keep them updated before you using them.
Names, Bio and URLs
Wechaty | Official |
---|---|
Branding Name: | Wechaty |
One-line Bio: | Conversational RPA SDK for Chatbot Makers |
Logo Color: | #44a838 |
Homepage: | https://wechaty.js.org |
Blog: | https://wechaty.js.org/blog |
Docs: | https://wechaty.js.org/docs |
Git: | https://github.com/wechaty |
Email: | wechaty@googlegroups.com |
We should NOT use
WeChatybecause it looks like two words.
What is Wechaty
Tagline
Conversational RPA SDK for building WeChat/Whatsapp chatbots in 6 lines of code.
Short Description
Wechaty is a Conversational RPA SDK for chatbot makers. With only 6 lines of code, you can create a bot on the most popular IMs like WeChat, Whatsapp, WeCom, Gitter, etc.
Long Description
Wechaty is a Conversational RPA (Robotic Process Automation) SDK for Chatbot Makers which can create a bot in 6 lines of JavaScript, Python, Go, Java, .NET, PHP, and Scala, with cross-platform support including Linux, Windows, macOS, and Docker, on top of the most popular IMs like WeChat, Whatsapp, WeCom, Gitter, etc.
Logo
Wechaty has two types of logo:
- Rectangle Logo
- Square Logo
with two colors:
- Green
- White
They are all SVG format with transparent background.
Rectangle Logo (Green)
Markdown
[![Wechaty](https://wechaty.js.org/img/wechaty-logo.svg)](https://github.com/wechaty)
HTML
<a href="https://github.com/wechaty" target="_blank">
<img src="https://wechaty.js.org/img/wechaty-logo.svg" alt="Wechaty">
</a>
Rectangle Logo (White)
Markdown
[![Wechaty](https://wechaty.js.org/img/wechaty-logo-white.svg)](https://github.com/wechaty)
HTML
<a href="https://github.com/wechaty" target="_blank">
<img src="https://wechaty.js.org/img/wechaty-logo-white.svg" alt="Wechaty">
</a>
Square Logo (Green)
Markdown
[![Wechaty](https://wechaty.js.org/img/wechaty-icon.svg)](https://github.com/wechaty)
HTML
<a href="https://github.com/wechaty" target="_blank">
<img src="https://wechaty.js.org/img/wechaty-icon.svg" alt="Wechaty">
</a>
Square Logo (White)
Markdown
[![Wechaty](https://wechaty.js.org/img/wechaty-icon-white.svg)](https://github.com/wechaty)
HTML
<a href="https://github.com/wechaty" target="_blank">
<img src="https://wechaty.js.org/img/wechaty-icon-white.svg" alt="Wechaty">
</a>
Powered by Wechaty Badge
[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-brightgreen.svg)](https://wechaty.js.org)
Cite Wechaty
To cite this project in publications:
@misc{wechaty,
author = {Huan LI, Rui LI},
title = {Wechaty: Conversational RPA SDK for Chatbot Makers},
year = {2016},
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/wechaty/wechaty}},
}