strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Twitter Streaming won't fetch for more than one node simultaneously #105

Closed dhsdshdhk closed 4 years ago

dhsdshdhk commented 5 years ago

When selecting two nodes, it only fetches data for the first one (the first which was selected, I think) and leaves 1 node remaining forever, which is never fetched. Tested on Windows 10 latest version. EDIT: also important to say, I tried changing parallel threads to 2 thinking it would solve the problem, but nothing changed. It still ran with only 1 active thread, fetching for only one node.

strohne commented 5 years ago

This is true. Never thought about it. You need it?

dhsdshdhk commented 5 years ago

It would be a nice addition if it's not too complicated.

strohne commented 4 years ago

Now we can. Increase the threads, each thread catches one node.