Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Add section for Bing premium version
Browse files Browse the repository at this point in the history
  • Loading branch information
coskundeniz committed Oct 8, 2023
1 parent 7d746d9 commit ee9eb54
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ad_clicker

This command-line tool clicks ads for a certain query on Google search using [undetected_chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver) package. Supports proxy, running multiple simultaneous browsers, and running in loop.
This command-line tool clicks ads for a certain query on Google search using [undetected_chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver) package. Supports proxy, running multiple simultaneous browsers, ad targeting/exclusion, and running in loop.

Old version of the tool can be found in the `old_version` branch.

Expand Down
66 changes: 57 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html>

<head>
<title>Google Ads Clicker</title>
<title>Google/Bing Ads Clicker</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="coşkun deniz, google ads clicker,
ad clicker, python, selenium,
browser automation" />
<meta name="description" content="Google Ads Clicker support page">
bing ads clicker, ad clicker,
python, selenium, browser automation"/>
<meta name="description" content="Google/Bing Ads Clicker support page">
<meta name="author" content="Coşkun Deniz, [email protected]">
<meta name="url" content="https://coskundeniz.github.io/ad_clicker">

Expand All @@ -21,7 +21,7 @@
<div class="container">
<h1>
<a href="https://github.com/coskundeniz/ad_clicker" class="header">
Google Ads Clicker
Ad Clicker
</a>
</h1>

Expand All @@ -41,15 +41,21 @@ <h1>
</div>
<div class="row mt-4">
<button type="button" class="btn btn-premium btn-block" data-bs-toggle="modal"
data-bs-target="#premiumModal">
Get Premium
data-bs-target="#premiumModalGoogle">
Get Premium for Google
</button>
</div>
<div class="row mt-4">
<button type="button" class="btn btn-premium btn-block" data-bs-toggle="modal"
data-bs-target="#premiumModalBing">
Get Premium for Bing
</button>
</div>
</div>
</div>
</div>

<div class="modal fade" id="premiumModal" tabindex="-1" aria-labelledby="premiumModalLabel" aria-hidden="true">
<div class="modal fade" id="premiumModalGoogle" tabindex="-1" aria-labelledby="premiumModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered mt-5">
<div class="modal-content premium-modal">
<div class="modal-header">
Expand All @@ -69,6 +75,7 @@ <h5 class="modal-title" id="premiumModalLabel">Additional Features in Premium</h
<li>Set min/max waiting range for ad and non-ad pages</li>
<li>Use custom collected cookies</li>
<li>Set the running interval time</li>
<li>Summary of statistics</li>
<li>Click on the top shopping ads up to 5</li>
<li>2captcha integration (<a href="https://youtu.be/GS9SDhBR4Fw" target="_blank" class="external-link">see recording</a>)</li>
</ul>
Expand All @@ -83,7 +90,48 @@ <h5 class="modal-title" id="premiumModalLabel">Additional Features in Premium</h
<div class="modal-footer">
<p>If you are interested in buying the premium version for $250, please
<a href="mailto:[email protected]" class="email-link">send me an email</a>
with the subject "ad_clicker premium".</p>
with the subject "google ad_clicker premium".</p>
</div>
</div>
</div>
</div>

<div class="modal fade" id="premiumModalBing" tabindex="-1" aria-labelledby="premiumModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered mt-5">
<div class="modal-content premium-modal">
<div class="modal-header">
<h5 class="modal-title" id="premiumModalLabel">Additional Features in Premium</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li>Single config file for all options</li>
<li>Clear cache and cookies on browser exit</li>
<li>External file for user agents</li>
<li>Set browser window size</li>
<li>Set opening URL based on the proxy country</li>
<li>Random scrolls and mouse movements on pages</li>
<li>Click non-ad links with domain filtering or in random</li>
<li>Custom click order between ad and non-ad links</li>
<li>Set min/max waiting range for ad and non-ad pages</li>
<li>Use custom collected cookies</li>
<li>Set the running interval time</li>
<li>Summary of statistics</li>
<li>Click on the top shopping ads up to 5</li>
<li>2captcha integration</li>
</ul>
<p>You can see a recording of the execution
<a href="https://youtu.be/V82uyaDeW1g" target="_blank" class="external-link">here</a>.
</p>
<p>See
<a href="https://www.dropbox.com/s/9x5vze3mldof0mu/user_manual.pdf?dl=0" target="_blank" class="external-link">the user manual</a>
for all options and explanations.
</p>
</div>
<div class="modal-footer">
<p>If you are interested in buying the premium version for $300, please
<a href="mailto:[email protected]" class="email-link">send me an email</a>
with the subject "bing ad_clicker premium".</p>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ h1 {

.btn {
color: #fff;
font-size: 1.4em;
line-height: 1.4em;
font-size: 1.2em;
line-height: 1.2em;
font-weight: bold;
padding: 0.8em;
padding: 0.7em;
border-radius: 0.5em;
}

Expand Down

0 comments on commit ee9eb54

Please sign in to comment.