A package to increase youtube views of any channel
Project description
IncreaseViews
A python package that can be used to increase the views of any youtube channel.
This python package cab be used to increase youtube views of any channel by automating the web browser.
All the functions in the module are:-
use_chrome(path,link,repetition,sleeptime_1,sleeptime_2)
use_edge(path,link,repetition,sleeptime_1,sleeptime_2)
chr_morethanone(path,number_of_videos,link_list,repetition,sleeptime_1,sleeptime_2)
edge_morethanone(path,number_of_videos,link_list,repetition,sleeptime_1,sleeptime_2)
parameters:
path -> path where your webdriver is in
link -> link of the video that you need to increase the views of
repetition -> number of views you need to increase
sleeptime_1 and sleeptime_2 -> your video will repeat after random second
number_of_videos -> number of videos that you need to increase views of
link_list -> the links of all the videos that you need to increase the views of. Remember to put the link inside python list
Code Example:
from increaseviews import *
use_chrome("D:\system\chromedriver_win32\chromedriver","https://www.youtube.com/watch?v=R-PO2xeyNI8",1000,10,20)
use_edge("D:\system\edgedriver_win64\msedgedriver","https://www.youtube.com/watch?v=R-PO2xeyNI8",1000,10,20)
chr_morethanone("D:\system\chromedriver_win32\chromedriver", 2, ['https://www.youtube.com/watch?v=8iqL7yVU2Y4','https://www.youtube.com /watch?v=pHh8ef2bdEI'], 3, 5, 10)
edge_morethanone("D:\system\edgedriver_win64\msedgedriver", 2, ['https://www.youtube.com/watch?v=8iqL7yVU2Y4','https://www.youtube.com/watch?v=pHh8ef2bdEI'], 3, 5, 10)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file increaseviews-0.0.2.tar.gz.
File metadata
- Download URL: increaseviews-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8cb93be407679ad21e8da275cc3ebe1c870a9ed9adef7b20d36ff4409f5a2b2
|
|
| MD5 |
d4e52de361e4411328c4f7f4b070acb4
|
|
| BLAKE2b-256 |
27a26285880757ff531781087a2622832fb72ddc7717b418954600f7d5ee9e3d
|
File details
Details for the file increaseviews-0.0.2-py3-none-any.whl.
File metadata
- Download URL: increaseviews-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e740c11362e2f682cbda4ecf7d5f794bcce484744e1f60663338070931df017e
|
|
| MD5 |
05e029610bd2d59a4001a3ae2c3fe5c8
|
|
| BLAKE2b-256 |
fe6dfc35f8c595f9a0d1e71142a9e4c889091fdea21c1fa7944b24dacd76315d
|