triippz-tech / JYTB

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

Fork Version Start #13

Open SuperRitschi opened 4 years ago

SuperRitschi commented 4 years ago

Hello, i get this Error all the time can someone help ?

Reading package lists... Done Building dependency tree Reading state information... Done Package firefox is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'firefox' has no installation candidate ...... Error: Unable to access jarfile JYTB.jar

what am i doing wrong ? (im using a raspberry)

kingsmanlab commented 4 years ago

can u scrennshot ? @SuperRitschi

SuperRitschi commented 4 years ago

Anmerkung 2020-05-10 193335

@h4ckm3-id

kingsmanlab commented 4 years ago

Anmerkung 2020-05-10 193335

@h4ckm3-id

try open run,sh on sudo apt -y install default-jdk firefox && part change firefox to firefox-esr save and try run again @SuperRitschi

SuperRitschi commented 4 years ago

@h4ckm3-id Thanks for your help. It kinda worked but i get another error now. Anmerkung 2020-05-10 194858

kingsmanlab commented 4 years ago

@SuperRitschi on run.sh change tar -xvzf geckodriver && to tar -xvf geckodriver &&

SuperRitschi commented 4 years ago

@h4ckm3-id Sorry to annoy you with my errors. I figured it would have to do something with the tar. I changed it like you said but get another error. Anmerkung 2020-05-10 200444

kingsmanlab commented 4 years ago

@SuperRitschi np :) its just unzipping problem,, delete all tar file already downloaded first and try again thats look like you already downloaded 5 tar file

kingsmanlab commented 4 years ago

or do manually from the problems step : tar -xvf geckodriver-v0.24.0-linux64.tar.gz chmod +x geckodriver mv geckodriver /usr/local/bin/ wget https://github.com/h4ckm3-id/JYTB/releases/download/1.0.0/JYTB.jar java -jar JYTB.jar

SuperRitschi commented 4 years ago

I feel that we are pretty close but i keep getting a annoying error. Sry im really new to this. grafik

kingsmanlab commented 4 years ago

@SuperRitschi are in root user ? try "sudo -i" to change to root user and try from mv again

SuperRitschi commented 4 years ago

Ok it works now. Thank you really much @h4ckm3-id Edit: The bot is running now i setup everything but now it crashes

kingsmanlab commented 4 years ago

@SuperRitschi ohh yeahh,,i forgot thats script work with firefox non esr,

try do this : wget https://github.com/jdonald/firefox-armhf/releases/download/65.0/firefox_65.0+build2-0ubuntu0.18.04.1-stretch-rpi3bplus_armhf.deb sudo dpkg -i firefox_65.0+build2-0ubuntu0.18.04.1-stretch-rpi3bplus_armhf.deb

after that try type which firefox make sure that firefox at /usr/bin/firefox

SuperRitschi commented 4 years ago

ok i did that but it still crashes i checked that it its at /usr/bin/firefox and it was. still this crash grafik

grafik and my run.sh looks like this grafik

kingsmanlab commented 4 years ago

@SuperRitschi type which geckodriver and where is it?

SuperRitschi commented 4 years ago

grafik @h4ckm3-id

socialmediaguy commented 4 years ago

@SuperRitschi did you get it working? i am getting the same errors

SuperRitschi commented 4 years ago

Only the last step is not working. The script itself is running @socialmediaguy

socialmediaguy commented 4 years ago

question to the dev actually: Even if it works, will this not get picked up as botted views by YT and just get you banned?

socialmediaguy commented 4 years ago

ok I got it working but notice a few things: 1) The views on the video page , views in analytics and uique views don't seem ot ad up: Views on video: 110 Views in analytics: 65 Unique views in analytics: 3

2) It stopped incrementing views after 111, even though the script showed to be working

kingsmanlab commented 4 years ago

@SuperRitschi hello, i hope you can found your problems on internet, its running on ubuntu,, bcause you using rasperry, You have to find an adjustment method for the driver firefox,,, your problem is with the firefox driver.

right now i am developing new features like how this bot watching the video and i just found new bug from main script,, new method 1 : the bot is searching manual the name of video(inputingmanual like input url) from youtube act like human, and from searching list if the video found(with condition so the bot not click wrong video), bot will click that video and start watching.

new method 2 : the bot open from instagram account (input instagram url to your account), and click link your video from your ig account.

what bug i found recently is the code for set port is not working (on main branch and mine).and i fixed already at the new version(not posted yet).

now i am fixing the proxy scrapper byself, so the bot only using high quality free proxies from internet.

the author like dont care anymore about this script,, so i work alone to make this bot going better.

socialmediaguy commented 4 years ago

@h4ckm3-id Thank you for your hard work on this script, it is great. Have you heard of the video search ranker software? That was searching for video in youtube and then playing it. Maybe you are interested in looking at this method to integrate with your code? The link to this is below if oyu want to tak a look:

https://www.dsa.al/youtube-viewsbot-video-search-engine-ranker-v2-0/

kingsmanlab commented 4 years ago

@socialmediaguy
yeah,, many bot on github what i using have same problems like that,, last bot i using from github using tor,, views increase but within 24 hours youtube delete the views.

the bad news for this bot is : the proxy actually not working ,, because the main script from author is not doing what should be,i just realize that recently because of that the views only look by yutube from your main ip.

the good news is : iam already fixed that bug, new features for watching methods.

kingsmanlab commented 4 years ago

@h4ckm3-id Thank you for your hard work on this script, it is great. Have you heard of the video search ranker software? That was searching for video in youtube and then playing it. Maybe you are interested in looking at this method to integrate with your code? The link to this is below if oyu want to tak a look:

https://www.dsa.al/youtube-viewsbot-video-search-engine-ranker-v2-0/

basic logic on that software already i implemented on this bot with search video method,, but on that software the bot looking for keywords, on mine the bot loking for tittle video.

socialmediaguy commented 4 years ago

@h4ckm3-id I think the key word doesn't matter in that software. It seems it is a trick to make it look like it is doing the keyword search.

I think it does keyword search, then it taking the video ID and page source and playing the video. Below is example

IdCODE.txt

kingsmanlab commented 4 years ago

@h4ckm3-id I think the key word doesn't matter in that software. It seems it is a trick to make it look like it is doing the keyword search.

I think it does keyword search, then it taking the video ID and page source and playing the video. Below is example

IdCODE.txt

if like that,, the method exactly same with the new update (unreleased). from my last test result, the unique views in increasing, but not to much like views from overviews page. i still dont know that unique come from bot or other users. if that come from other users, it means the bot success too increase traffic video and algo yotube beated, the result is your video will show on other users yt frontpage.

kingsmanlab commented 4 years ago

ok I got it working but notice a few things: 1) The views on the video page , views in analytics and uique views don't seem ot ad up: Views on video: 110 Views in analytics: 65 Unique views in analytics: 3

  1. It stopped incrementing views after 111, even though the script showed to be working

for this problems, turn off the bot,, set your video to private and save,, wait a minute then make it public again.. and run the bot

socialmediaguy commented 4 years ago

@h4ckm3-id I think the key word doesn't matter in that software. It seems it is a trick to make it look like it is doing the keyword search. I think it does keyword search, then it taking the video ID and page source and playing the video. Below is example IdCODE.txt

if like that,, the method exactly same with the new update (unreleased). from my last test result, the unique views in increasing, but not to much like views from overviews page. i still dont know that unique come from bot or other users. if that come from other users, it means the bot success too increase traffic video and algo yotube beated, the result is your video will show on other users yt frontpage.

i think this is a very good method, even if the view is not increase by 100000, but only 1000 it is good. The idea is to boost the video to start with because competition is too high on youtube.

When will your unreleased version be ready to upload to GIT? I'd liek to give it a try to tets with my videos

kingsmanlab commented 4 years ago

@h4ckm3-id I think the key word doesn't matter in that software. It seems it is a trick to make it look like it is doing the keyword search. I think it does keyword search, then it taking the video ID and page source and playing the video. Below is example IdCODE.txt

if like that,, the method exactly same with the new update (unreleased). from my last test result, the unique views in increasing, but not to much like views from overviews page. i still dont know that unique come from bot or other users. if that come from other users, it means the bot success too increase traffic video and algo yotube beated, the result is your video will show on other users yt frontpage.

i think this is a very good method, even if the view is not increase by 100000, but only 1000 it is good. The idea is to boost the video to start with because competition is too high on youtube.

When will your unreleased version be ready to upload to GIT? I'd liek to give it a try to tets with my videos

right now i am working on to update the script for get data free proxies from this repo https://github.com/scidam/proxy-list . right now this bot using proxy from there, and many not working actually. i need time because that script using python and i'm really no idea with python :D

SuperRitschi commented 4 years ago

@h4ckm3-id thank you for your hard work on this in general i couldnt find a bot that would work with my raspberry and i couldnt fix the error yet because im new to other systems than windows. I hope someone can help me eventually or i find another bot. I will keep your fork saved because i think it is awesome

SuperRitschi commented 4 years ago

@h4ckm3-id hey im using ubuntu now but still get this error :/ grafik

SuperRitschi commented 4 years ago

ok I got it working but notice a few things: 1) The views on the video page , views in analytics and uique views don't seem ot ad up: Views on video: 110 Views in analytics: 65 Unique views in analytics: 3

1. It stopped incrementing views after 111, even though the script showed to be working

How did you get it working ?

socialmediaguy commented 4 years ago

ok I got it working but notice a few things: 1) The views on the video page , views in analytics and uique views don't seem ot ad up: Views on video: 110 Views in analytics: 65 Unique views in analytics: 3

1. It stopped incrementing views after 111, even though the script showed to be working

How did you get it working ?

I just downloaded the geckodriver and YTB jar seperaty and unzipped them. then it ound the jar so worked

SuperRitschi commented 4 years ago

Ok it works now. I installed Ubuntu linux 64 on py pc

kingsmanlab commented 4 years ago

@SuperRitschi nice :D

socialmediaguy commented 4 years ago

When will you upload the new one with the proxy working?:D

On Wed, 13 May 2020, 14:36 h4ckm3-id, notifications@github.com wrote:

@SuperRitschi https://github.com/SuperRitschi nice :D

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/triippz-tech/JYTB/issues/13#issuecomment-627991158, or unsubscribe https://github.com/notifications/unsubscribe-auth/APIBOLIAAUY7KXK3W6MAN73RRKO5HANCNFSM4M5J7AWQ .

kingsmanlab commented 4 years ago

@socialmediaguy new free proxy system already fixed ,, it will take from my repo https://github.com/h4ckm3-id/proxylist- but still have an issue on selenium waiting script, i am working on now,, at least from my last test, yt algo looks like beated.

socialmediaguy commented 4 years ago

Oh does the paid proxy work? Btw are you on discord?

On Wed, 13 May 2020, 14:47 h4ckm3-id, notifications@github.com wrote:

@socialmediaguy https://github.com/socialmediaguy new free proxy system already fixed ,, it will take from my repo https://github.com/h4ckm3-id/proxylist- but still have an issue on selenium waiting script, i am working on now,, at least from my last test, yt algo looks like beated.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/triippz-tech/JYTB/issues/13#issuecomment-627997990, or unsubscribe https://github.com/notifications/unsubscribe-auth/APIBOLN65FDHYIUEZE67RODRRKQG7ANCNFSM4M5J7AWQ .

kingsmanlab commented 4 years ago

Check new update on https://github.com/triippz-tech/JYTB/tree/JYTB-Linux-Firefox