Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDEAS #526

Open
2 of 4 tasks
BaGRoS opened this issue Mar 4, 2023 · 4 comments
Open
2 of 4 tasks

IDEAS #526

BaGRoS opened this issue Mar 4, 2023 · 4 comments

Comments

@BaGRoS
Copy link

BaGRoS commented Mar 4, 2023

Is there an existing issue for this?

  • I have searched the existing issues

I'm submitting a ...

Description

The proxy_check.py function could check whether the proxy is completely anonymous. Even without login/pass some proxies can be fully anonymous and mask IP and other data, maybe that would be a good idea. I know it will automatically cost more time to check everything. However, we will get a better proxy in the end.

Environment

- OS : ALL
- Python : ANY
- Script version : ANY

config.json

------
@BaGRoS
Copy link
Author

BaGRoS commented Mar 4, 2023

NEXT IDEA.

In the config file and the script, place where we can decide how many view per day but FROM - TO, not only one number 25 for example, but FROM 20 TO 30, randomly. This is one, second INCREMENTAL per day, for example: FROM 0 TO 2

EXAMPLE:
day one, views from 10-15, incremental 0-2 (1)
day two, views from 11-16, incremental 0-2 (0)
day three, views 11-16, incremental 0-2 (2)
day four, views 13 - 18, incremental 0-2 (0)
day five, views 13 - 18, incremental 0-2 (and so on)....

this should add a random increase in the number of impressions per day.

@BaGRoS
Copy link
Author

BaGRoS commented Mar 4, 2023

Adding support for short videos. From search.txt as well as from an urls.txt.
Including a separate configuration for the amount per day, in addition, a random function, and increasing the amount per day every day as in the previous idea.

EDIT:
In configuration file different option minimum and maximum watching time.

@BaGRoS
Copy link
Author

BaGRoS commented Mar 4, 2023

Proxy Community. This is an idea for a separate project, but strongly linked, to this project.

Need someone with huge knowledge of connections, proxies, programming. I only have ideas :P
Proxy software to be installed on Linux (pc, sbc, rpi), Mac, Windows computers.
Everyone who "puts" their connection under the proxy gets the same amount of transfer that they offered. Ideally 1:1.
Suppose 5 people connect, offering their links. They each offer 10GB of data, so each person gets 2.5GB of transfer from the other 4. Or how about the number of connections?
To prevent this from being used for illegal content, the acceptable addresses that can be opened through this proxy are youtube, twitter, fb. The sites from which an external loading of a YT video can be triggered.
Proxy software with full masking, completely anonymous. Not everyone can put up https so you would have to tunnel it somehow, maybe a VPN? Then we can connect everyone behind NAT.
Of course we can program everything we need as mentioned above, and sticky IPs for a certain period of time. As the proxy software is to be modified for this script, we can let our imagination run wild.
Of course, we would need a central server to balance the transfers to the individual IPs. So that we don't have a situation where everyone connects to one IP.
We would also need to think about security so that we don't have a situation where someone blocks their own server and just uses other links like a vampire. NO sharing, NO downloading. A temporary ban function?

More ideas coming soon...

@JijaProGamer
Copy link

The last ideea is actually easy to program, and very efficient. In a matter of minutes you can create a proxy system, and you can use some kind of api to perform a tcp hole punching (The best way may be to use https://peerjs.com/docs/), and then between the link of two devices send proxy data (I made a nodejs module a while ago, https://github.com/JijaProGamer/multi-type-proxy, it supports http, socks4 and socks5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants