triippz-tech / JYTB

A multithreaded bot for generating YouTube Views using JAVA
GNU General Public License v3.0
73 stars 26 forks source link

Jytb linux firefox #10

Closed kingsmanlab closed 4 years ago

kingsmanlab commented 4 years ago

thanks for triippz to make my java code journey begins :)

working on linux (debian) tested on kali linux,, what i changed :

  1. Make driver config work for linux,
  2. Add Randomize watch duration for second options.
  3. Hide Firefox logs from logs.
  4. Add some information to Logs ( watch duration, Page title, current Url).
  5. Fix Crash because looping script for Random Proxies,,

Some Requirements on linux to run app from terminal (not compiled version) :

  1. Install Oracle JDK 11.
  2. install Maven.
  3. Open terminal on JYTB folder
  4. insert : mvn compile
  5. insert : mvn exec:java -Dexec.mainClass="com.triippztech.app.App"

Problems still have :

  1. Google Recaptcha Problems,, need code or something to Resolve that,, For now i just restart Vps for fix that problem. Really need solved this issue asap.