not really known
Go to file
2019-07-08 14:42:06 +08:00
curve-thrift Add files via upload 2019-04-19 15:20:23 +08:00
src Add files via upload 2019-07-08 14:42:06 +08:00
.gitlab-ci.yml Add files via upload 2019-04-19 15:12:16 +08:00
package-lock.json Add files via upload 2019-04-19 15:12:16 +08:00
package.json Add files via upload 2019-04-19 15:12:16 +08:00
README.md Update README.md 2019-05-29 13:50:43 +08:00

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 !"