Update README.md

This commit is contained in:
MrYoung249 2019-07-13 13:09:09 +08:00 committed by GitHub
parent 047d6b325d
commit e7ecd99033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,63 +1 @@
# alphat-third
-Forked version of LineAlphat JS #DEV #22/12/2017 #18PM
-LineAlphat -> https://github.com/alfathdirk/LineAlphatJS
-Status: Very Good
-Installing Node.js
-pkg install nodejs-current or yum install nodejs-current
-require node >= v8.x.x
-check your nodejs version node -v upgrade nodejs
-How to run bot for the first time ?
-git clone https://github.com/MrYoung249/bot03
-cd bot03 && npm install
-insert your admin mid in main.js
-npm start
How to activate AutoLike feature ?
1. Goto src/bot.js
2. Then find this " //LINE.aLike() //AutoLike (CAUSE LAG) " (without quotes)
3. Change into this " LINE.aLike() " (without quotes)
4. DONE
Author
@alfathdirk (LINE ALPHAT JS)
@GoogleX (LINE ALPHAT-FORK)
Contact Me / Need Help ?
@LINE (GoogleX)
FAQ (Frequently Asked Questions)
Q: "How to run this bot 24/7 ?"
A: "Use Termux on your android phone, and run this bot on it. You can use it 24/7 on VPS or RDP too"
Q: "Im using termux, and i have problem with npm i . What i gonna do ?"
A: "After you clone with git clone, then cd my and you got problem with npm i. All you gonna do is unzip node.js.zip"
Q: "How to edit some script on Termux ?"
A: "I recommend you to use text editor terminal edition like vim or nano"
Q: "Best keyboard for Termux ?"
A: "I recommend you to use Hacker's Keyboard on Playstore"
Q: "How to install latest nodejs on termux ?"
A: "Simple, pkg install nodejs-current"
Q: "How to fix an error like this 'Error: Cannot find module...... ' ?"
A: "Do npm i !"