diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34780766..670da36c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,17 @@ Will be baack to edit this file :) +import itchat + +@itchat.msg_register(itchat.content.TEXT) +def text_reply(msg): + return msg.text + +itchat.auto_login() +itchat.run() +For more advanced uses you +@itchat.msg_register(configu all my repositories,') +def _(ms): + # equals to print(msg['FromUserName']) + print(msg.fromUserName) +author = itchat.search_friends[nickName='LittleCoder'](0) +author.send('greeting, littlecoder!') + diff --git a/README.md b/README.md index 1eace9ce..b104d9ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# (it) package stopped and ending support + +
+ + + + + + +
# (it) package stopped and ending support [![N|Solid](https://m.media-amazon.com/images/I/71Ao1TKvlQL._SS500_.jpg)](https://github.com/arabnewscms/it) @@ -109,7 +119,8 @@ Welcome message 🍻 > you are using mamp pro ? (yes/no) [no]: :question: if yes -> you want auto insert this path (/Applications/MAMP/tmp/mysql/mysql.sock) in DB_SOCKET in .Env file (yes/no) [no]: :question: if yes this path if you are use macos will be inserted in .env (/Applications/MAMP/tmp/mysql/mysql.sock) +> + you want auto insert this path (/Applications/MAMP/tmp/mysql/mysql.sock) in DB_SOCKET in .Env file (yes/no) [no]: :question: if yes this path if you are use macos will be inserted in .env (/Applications/MAMP/tmp/mysql/mysql.sock) > What is Your APP NAME ❓ your project name diff --git a/it/Commands/ItComeOut.php b/it/Commands/ItComeOut.php index 4758620d..7ea70f23 100644 --- a/it/Commands/ItComeOut.php +++ b/it/Commands/ItComeOut.php @@ -1,6 +1,6 @@