You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,12 +68,6 @@ Simple program to increase YouTube views written in Python. Works with live stre
68
68
* Good proxy list (http, https, socks4, socks5)
69
69
* Google Chrome installed on your OS (not Chromium)
70
70
71
-
# New Update
72
-
Update from v1.7.0 include a feature to get views as suggested videos which can decrease the view drops issue. To get the must out of it, one must run the bot on multiple videos. However this is still an experimental feature. If you face any major issue, roll back to previous version.
73
-
74
-
If you are not using the release version, don't forget to update the dependency by
75
-
`pip install -r requirements.txt`
76
-
77
71
78
72
# Features
79
73
* YouTube default, live streaming and YouTube Music support
@@ -86,12 +80,12 @@ Simple program to increase YouTube views written in Python. Works with live stre
86
80
* format : `ip:port`, `user:pass@ip:port`, `ip:port:user:pass`
87
81
* proxy refresh after a certain time specified by the user
88
82
* rotating proxy support
89
-
* chrome v70+ randomized user agent based on platform
83
+
* chrome v80+ randomized user agent based on platform
90
84
* canvas,audio,font,webgl fingerprint defender and IP leak prevent by webrtc control
91
85
* geolocation, timezone, referer spoofing
92
86
* can add extra extensions in the `extension/custom_extension/` folder
93
87
* direct link or search *keyword* on YouTube then watch the video by matching exact video *title*
94
-
* modify urls.txt and search.txt on the fly without restarting program
88
+
* modify **urls.txt, search.txt and config.json** on the fly without restarting program
95
89
* HTTP api on localhost and a database to store view count
96
90
* config.json to save settings
97
91
* bypass consent page and several other pop up
@@ -101,8 +95,19 @@ Simple program to increase YouTube views written in Python. Works with live stre
1) First, install the script following any one of these
104
+
*[Windows without installing python](https://github.com/MShawon/YouTube-Viewer#binary-release)
105
+
*[Windows from source code](https://github.com/MShawon/YouTube-Viewer#installation)
106
+
*[Linux / Mac from source code](https://github.com/MShawon/YouTube-Viewer#linux--mac)
107
+
2) Then put your video links in the [urls.txt](https://github.com/MShawon/YouTube-Viewer#urls) file
108
+
3) To search your video on YouTube and then play it put the search keywords and video title in the [search.txt](https://github.com/MShawon/YouTube-Viewer#search) file
109
+
4) Get your [proxy](https://github.com/MShawon/YouTube-Viewer#proxies) list
110
+
5) Run the script and follow the instructions from there.
106
111
107
112
108
113
# Proxies
@@ -129,10 +134,11 @@ Simple program to increase YouTube views written in Python. Works with live stre
129
134
130
135
# HTTP API
131
136
Live logs fetched every 10 seconds and statistics in graphs are available on http://localhost:5000/ .Or [http://ip_of_your_pc:5000/](http://ip_of_your_pc:5000/) use this to access from another device under same network. A SQLite Database is being used to store your generated views from this script.
132
-
Last 20 logs from scripts are fetched every 10 seconds to show on website and graph is updated every 5 minutes.
137
+
Last 200 logs from scripts are fetched every 10 seconds to show on website and graph is updated every 5 minutes.
133
138
134
139
# Config.json
135
140
No need to type everything everytime you run the script. A config file will be created automatically to save and use your preferences.
141
+
You can modify it on the fly without restarting the program.
136
142
137
143
# Urls
138
144
Put video links in the urls.txt. For multiple videos place urls in multple lines.
@@ -157,7 +163,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
157
163
For YouTube Music use version 1.6.2 or earlier until the bug is fixed in the latest releases.
158
164
159
165
# Fast VPS with Unlimited Traffic
160
-
*[PetroSky](https://petrosky.io/mshawon) is one of the various CloudHosting services with the fastest and most convenient cloud technology. Their servers are powered by the latest **AMD RYZEN/EPYC CPUs** with High-Performance **NVMe SSD Hard Drives** that will let your application run faster than ever. You can get 2 vCPU with 4 GB ECC RAM for as low as 11.99€/month which will work very well for YouTube-Viewer script for 2 threads. Visit [PetroSky](https://petrosky.io/mshawon) to get the fastest VPS with unlimited traffic at the lowest price.*
166
+
*[PetroSky](https://petrosky.io/mshawon) is one of the various CloudHosting services with the fastest and most convenient cloud technology. Their servers are powered by the latest **AMD RYZEN/EPYC CPUs** with High-Performance **NVMe SSD Hard Drives** that will let your application run faster than ever. You can get 2 vCPU with 4 GB ECC RAM for as low as 11.99€/month which will work very well for YouTube-Viewer script for 2 threads. Visit [PetroSky](https://petrosky.io/mshawon) to get the fastest VPS with unlimited traffic at the lowest price. Use this code `mshawon25` to get **25% discount** on your purchase*
161
167
162
168
# Windows
163
169
*## Binary Release
@@ -186,7 +192,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
186
192
```
187
193
188
194
*## Important
189
-
* If you've got a large proxy collection, you should run this command to filter Good proxies. Then use **GoodProxy.txt** for proxy in **youtube_viewer.py**
195
+
* If you've got a large free proxies collection, you should run this command to filter Good proxies. Then use **GoodProxy.txt** for proxy in **youtube_viewer.py**
190
196
```
191
197
python proxy_check.py
192
198
```
@@ -225,7 +231,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
225
231
```
226
232
227
233
* ## Important
228
-
* If you've got a large proxy collection, you should run this command to filter Good proxies. Then use **GoodProxy.txt** for proxy in **youtube_viewer.py**
234
+
* If you've got a large free proxies collection, you should run this command to filter Good proxies. Then use **GoodProxy.txt** for proxy in **youtube_viewer.py**
229
235
```
230
236
python3 proxy_check.py
231
237
```
@@ -251,8 +257,5 @@ Simple program to increase YouTube views written in Python. Works with live stre
251
257
* And use as many [urls](https://github.com/MShawon/YouTube-Viewer#urls) and [keyword::::title](https://github.com/MShawon/YouTube-Viewer#search) as you can. Don't use just one video.
252
258
253
259
254
-
# Issues
255
-
Before opening an issue, please read this page thoroughly. Maybe someone already faced the same problem you have right now. So it's always a good idea to check the answer to issues first. If your problem isn't there, feel free to open an issue. Also, don't forget to give as many details as you can. config.json and a screenshot of terminal output provide a handful of information to resolve your problem.
256
-
257
260
# Credits
258
261
I want to thank all of you who have opened an issue or shared your code snippets or ideas with me!
0 commit comments