ohyou / twitch-viewer

A viewer bot for twitch.tv
Apache License 2.0
196 stars 103 forks source link

I want to continue this project #47

Open yfchina143 opened 5 years ago

yfchina143 commented 5 years ago

Hi i want to continue this project, but i am not sure where to start. So far i made it working by replacing some of the old stuff such as livestreamer to some other software and () all the prints. However, think isn't enough to make it work. I was wondering what is the client_id you have on line 54. and what should i look into to make this work again

direct-fuel-injection commented 5 years ago

@yfchina143 hi, do you have any success to make it work?

yfchina143 commented 5 years ago

Yes, in a different way , which isn't efficient. I used selenium and special ips

On Thu, Jun 13, 2019, 9:22 AM Алексей notifications@github.com wrote:

@yfchina143 https://github.com/yfchina143 hi, do you have any success to make it work?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ohyou/twitch-viewer/issues/47?email_source=notifications&email_token=AEMHJ7NOHMUR6NVS6XUJWYLP2JCZ5A5CNFSM4G2MIBW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXTVOXQ#issuecomment-501700446, or mute the thread https://github.com/notifications/unsubscribe-auth/AEMHJ7MKA5RVNMIILJALPQTP2JCZ5ANCNFSM4G2MIBWQ .

selfpromochat commented 5 years ago

If you guys get it to work plz reply

h1rule commented 5 years ago

Thumb up @yfchina143 does it work?

pythonnoob2 commented 4 years ago

Any updates? @yfchina143

yfchina143 commented 4 years ago

yeah, so instead of using this, i just made my own. with selenium. its kind of dumb and it eats up alot of resource. not worth it i would say. could probably get you like 10 viewer+ depands on ur computer. i say the best easy way is to buy it. 40$ -30$ a month could get u enough viewer to start. just google python viewer bot. if you do want to try my let me know , ill create a github repo for yall

pythonnoob2 commented 4 years ago

I have a pretty powerful 2nd computer laying around. I would like to give it a shot, if you don't mind? @yfchina143

edit: plus i am sure others would like to try it as well

pythonnoob2 commented 4 years ago

I started writing one in selenium. I have it half working. It opens up the new windows in firefox, but it's not reading my proxy list. It still show's my ip on the new windows it is opening, so no new views are being sent to the channel. Any thoughts? @yfchina143

yfchina143 commented 4 years ago

How are u getting the proxy?

On Thu, Apr 16, 2020, 10:43 AM pythonnoob2 notifications@github.com wrote:

I started writing one in selenium. I have it half working. It opens up the new windows in firefox, but it's not reading my proxy list. It still show's my ip on the new windows it is opening, so no new views are being sent to the channel. Any thoughts? @yfchina143 https://github.com/yfchina143

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ohyou/twitch-viewer/issues/47#issuecomment-614696981, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMHJ7JH4MG3ACXE5YPECW3RM4KPRANCNFSM4G2MIBWQ .

pythonnoob2 commented 4 years ago

like within the code or which proxies am I using? just using free http proxies at the moment.

edit: this is the code I am using. The proxies are stored in the file.txt

https://pastebin.com/izv2Lves

yfchina143 commented 4 years ago

It's the free proxy. They don't work. You need to buy Private proxy. Think about how easy twitch can get them too and have them in a blocked list. I did the same thing u did. I end up buying private ips

On Thu, Apr 16, 2020, 11:25 AM pythonnoob2 notifications@github.com wrote:

like within the code or which proxies am I using? just using free http proxies at the moment.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ohyou/twitch-viewer/issues/47#issuecomment-614722113, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMHJ7MJS3DMT5FYWBAIQDTRM4POZANCNFSM4G2MIBWQ .

pythonnoob2 commented 4 years ago

Do you have a recommended site to buy them from?

edit: so the code looks good, its just the proxies?

yfchina143 commented 4 years ago

I forgot, but look for eilte ips or something like that

On Thu, Apr 16, 2020, 12:17 PM pythonnoob2 notifications@github.com wrote:

Do you have a recommended site to buy them from?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ohyou/twitch-viewer/issues/47#issuecomment-614751699, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMHJ7LVN2NDQUR44A6SD6TRM4VSNANCNFSM4G2MIBWQ .

pythonnoob2 commented 4 years ago

Any chance you want to share your code so I can compare yours to mine?

yfchina143 commented 4 years ago

Sure , give me a few days, been busy with work. The code is in my old laptop, need to dig for it

On Thu, Apr 16, 2020, 12:41 PM pythonnoob2 notifications@github.com wrote:

Any chance you want to share your code so I can compare yours to mine?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ohyou/twitch-viewer/issues/47#issuecomment-614764488, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMHJ7P3HCGHP6CQNIOEIHLRM4YKHANCNFSM4G2MIBWQ .

pythonnoob2 commented 4 years ago

Alright, dope! Thank you

freetextmike commented 4 years ago

@yfchina143 can you post your code on your profile or if not , can you share it with me too i have the resources and can definitely buy premium proxies

yfchina143 commented 4 years ago

https://github.com/yfchina143/twitchViewerBot sorry about the delay, been busy with work lately. this is what i can find. pretty easy script only a few lines.

yfchina143 commented 4 years ago

let me know if u guys have any question.

pythonnoob2 commented 4 years ago

Thanks for uploading! I am going to test out shortly. I see you have chromedriver.exe in your repo. I was planning on using firefox, if so. Do i still need the chromedriver? i have gecko and FF working together now with my current code.

rickybarbour commented 4 years ago

@yfchina143 do you know if this works with firefox and chromedriver, or just one? i noticed you had both drivers in the repo and in the code from what it looked like

yfchina143 commented 4 years ago

Both will work, just got to download different driver for it, I was trying to do headless for different driver to reduce the resources, but you cannot do headless, it won't count as a view.

On Mon, Apr 27, 2020, 5:04 PM rickybarbour notifications@github.com wrote:

@yfchina143 https://github.com/yfchina143 do you know if this works with firefox and chromedriver, or just one? i noticed you had both drivers in the repo and in the code from what it looked like

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ohyou/twitch-viewer/issues/47#issuecomment-620233406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMHJ7MSUYDOTNX2OASYXOTROXXNHANCNFSM4G2MIBWQ .

yfchina143 commented 4 years ago

Thanks for uploading! I am going to test out shortly. I see you have chromedriver.exe in your repo. I was planning on using firefox, if so. Do i still need the chromedriver? i have gecko and FF working together now with my current code.

srry about the late reply, python, drivers are just options you can have. doesn't matter which driver. i was testing it because i wanted to see how each driver are different and to see if i can do headless. which can save tons of resource. but failed

unspike commented 4 years ago

@yfchina143, @rickybarbour, @pythonnoob2, @freetextmike Have you guys managed it to work? Can I have a few lines of how to use it?

brunomaffei commented 4 years ago

How can i use this code? Make it works?

Lejobuild commented 2 years ago

@yfchina143 is ur link a youtube view bot? there is a line with a youtube link

yfchina143 commented 2 years ago

@yfchina143 is ur link a youtube view bot? there is a line with a youtube link

its for twitch.

yfchina143 commented 2 years ago

How can i use this code? Make it works?

u need to pay for elite ip address. then put it in one of the files. lastly, read the IP from the files. it will open up browsers with your stream. but it browsers will take up rams. 8gb of ram could probably do 4-7 browsers. if u do more, your computer will lag up. i dont recommend doing it my way.