java-wechaty-getting-started icon indicating copy to clipboard operation
java-wechaty-getting-started copied to clipboard

Let's make this repo to be the easiest way to run a ding-dong-bot.java bot!

Open huan opened this issue 5 years ago • 12 comments
trafficstars

This repository is for any Java developers who want to build a chatbot based on our great Java Wechaty library.

It will be a great help for all Java developers if we can make this repository to be able to ready for use by running:

  1. git clone
  2. make install
  3. make bot

Then everything will be set up.

I have set up the skeleton of this repo, with the examples/ding-dong-bot.java, let's finish this repo so that it can be run out-of-the-box! @wechaty/java

Related to: https://github.com/wechaty/wechaty/issues/1927

huan avatar May 14 '20 05:05 huan

By testing, the Terminal code might be: git clone https://github.com/wechaty/java-wechaty-getting-started.git cd .\java-wechaty-getting-started
i found that npm -install code note work, even make install cannot work. whether we can add an 'package-lock.json' or not, for us to run the program like wechatty

ths~

rdfsource avatar May 17 '20 13:05 rdfsource

@rdfsource Thank you very much for being interested in our Java Wechaty!

This repo has been just created and it's in Working In Progress stage, so please stay tuned by joining our Wechaty Developers' Room on WeChat, and we will let you know when it's ready to use!

P.S. You can also contact @wechaty/java if you want to push the progress moves faster!

huan avatar May 17 '20 14:05 huan

@rdfsource if you interested our java wechaty. U can see https://github.com/diaozxin007/kotlin-wechaty.

diaozxin007 avatar May 17 '20 14:05 diaozxin007

所以截至目前,java版本的客户端。依然处于开发状态是么?

Seven-Y avatar Jun 21 '20 07:06 Seven-Y

Yes! We are an active open source project, and active open source project will always keep developing!

huan avatar Jun 21 '20 15:06 huan

那么这一块得V1.0版本大概什么时间可以完善呢?

Seven-Y avatar Jun 22 '20 12:06 Seven-Y

We are far away from the v1.0.

In the past 4 years, the Wechaty version comes from v0.0.1 to v0.41.x now.

I hope we could release v1.0 in the following years if we get lucky enough!

huan avatar Jun 22 '20 16:06 huan

额。抱歉。可能我的描述有点问题。我的意思是java版本的wechaty。将在什么时候完善呢。目前正在springboot中集成这一块。发现尚有很多东西不完善

Seven-Y avatar Jun 22 '20 16:06 Seven-Y

I got a free token, but I cannot make it work. ! It reflects an error

cannot get ip by token, check token

I read a lot of documents, but now I still don't know what went wrong

medivh63 avatar Aug 17 '20 16:08 medivh63

@tmedivh I believe you need to read https://github.com/wechaty/wechaty/issues/1986 and https://github.com/wechaty/wechaty/issues/1985

Good luck!

huan avatar Aug 17 '20 17:08 huan

Thanks a lot for your info!

medivh63 avatar Aug 18 '20 04:08 medivh63

You are welcome!

huan avatar Aug 21 '20 15:08 huan