Skip to content

Commit

Permalink
post - 8 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mominurr committed Nov 1, 2024
1 parent 8a45305 commit eeb5cd3
Show file tree
Hide file tree
Showing 4 changed files with 510 additions and 30 deletions.
Binary file added images/post-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 22 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1328,22 +1328,22 @@ <h2>Latest News</h2>
<div class="blog-single wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-header">
<figure>
<img src="images/post-7.png" alt="web scraping"/>
<img src="images/post-8.png" alt=""/>
</figure>

<div class="blog-header-overlay">
<a href="posts/posts_7.html" target="_blank"><i class="fa fa-link"></i></a>
<a href="posts/posts_8.html" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>

<div class="blog-body">
<h2>🕵️‍♂️ Automating RealSelf Data Collection: Challenges & Solutions with Python Web Scraping 🚀</h2>
<p>Extracts doctor profiles and reviews while bypassing security.</p>
<h2>Overcoming Security Challenges and Extracting Comprehensive Data from Walmart.com</h2>
<p>Extracted Walmart data, bypassing IP blocks and CAPTCHAs.</p>
</div>

<div class="blog-footer">
<ul>
<li><i class="fa fa-calendar"></i>October 30, 2024</li>
<li><i class="fa fa-calendar"></i>November 1, 2024</li>
<li><i class="fa fa-tag"></i>Scraping</li>
</ul>
</div>
Expand All @@ -1355,53 +1355,51 @@ <h2>🕵️‍♂️ Automating RealSelf Data Collection: Challenges & Solutions
<div class="blog-single wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-header">
<figure>
<img src="images/post-1.jpg" alt="" />
<img src="images/post-7.png" alt="web scraping"/>
</figure>

<div class="blog-header-overlay">
<a href="posts/posts_1.html" target="_blank"><i class="fa fa-link"></i></a>
<a href="posts/posts_7.html" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>

<div class="blog-body">
<h2>What is Web Scraping and Why is it Needed?</h2>
<p>Web scraping is the automated process of extracting data from websites, enabling
efficient data collection for analysis.</p>
<h2>🕵️‍♂️ Automating RealSelf Data Collection: Challenges & Solutions with Python Web Scraping 🚀</h2>
<p>Extracts doctor profiles and reviews while bypassing security.</p>
</div>

<div class="blog-footer">
<ul>
<li><i class="fa fa-calendar"></i>October 17, 2024</li>
<li><i class="fa fa-tag"></i>Scraping</li>
</ul>
<li><i class="fa fa-calendar"></i>October 30, 2024</li>
<li><i class="fa fa-tag"></i>Scraping</li>
</ul>
</div>
</div>
<!-- Blog Single End -->
</div>

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.6s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-header">
<figure>
<img src="images/post-2.jpg" alt="" />
<img src="images/post-1.jpg" alt="" />
</figure>

<div class="blog-header-overlay">
<a href="posts/posts_2.html" target="_blank"><i class="fa fa-link"></i></a>
<a href="posts/posts_1.html" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>

<div class="blog-body">
<h2>Automating Web Tasks with Selenium in Python</h2>
<p>Automate web tasks in Python using Selenium. This guide covers installation and a simple
Google search example</p>
<h2>What is Web Scraping and Why is it Needed?</h2>
<p>Web scraping is the automated process of extracting data from websites, enabling
efficient data collection for analysis.</p>
</div>

<div class="blog-footer">
<ul>
<li><i class="fa fa-calendar"></i>October 17, 2024</li>
<li><i class="fa fa-tag"></i>Automation</li>
<li><i class="fa fa-tag"></i>Scraping</li>
</ul>
</div>
</div>
Expand Down
39 changes: 33 additions & 6 deletions posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,33 @@ <h2>Latest News</h2>
<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-header">
<figure>
<img src="images/post-8.png" alt=""/>
</figure>

<div class="blog-header-overlay">
<a href="posts/posts_8.html" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>

<div class="blog-body">
<h2>Overcoming Security Challenges and Extracting Comprehensive Data from Walmart.com</h2>
<p>Extracted Walmart data, bypassing IP blocks and CAPTCHAs.</p>
</div>

<div class="blog-footer">
<ul>
<li><i class="fa fa-calendar"></i>November 1, 2024</li>
<li><i class="fa fa-tag"></i>Scraping</li>
</ul>
</div>
</div>
<!-- Blog Single End -->
</div>
<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.6s">
<div class="blog-header">
<figure>
<img src="images/post-7.png" alt=""/>
Expand Down Expand Up @@ -125,7 +152,7 @@ <h2>🕵️‍♂️ Automating RealSelf Data Collection: Challenges & Solutions

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.6s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.9s">
<div class="blog-header">
<figure>
<img src="images/post-1.jpg" alt=""/>
Expand Down Expand Up @@ -153,7 +180,7 @@ <h2>What is Web Scraping and Why is it Needed?</h2>

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.9s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.12s">
<div class="blog-header">
<figure>
<img src="images/post-2.jpg" alt="" />
Expand Down Expand Up @@ -181,7 +208,7 @@ <h2>Automating Web Tasks with Selenium in Python</h2>

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.12s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.15s">
<div class="blog-header">
<figure>
<img src="images/post-3.jpg" alt="" />
Expand Down Expand Up @@ -209,7 +236,7 @@ <h2>The Importance of Data Analysis with Python</h2>

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.15s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.18s">
<div class="blog-header">
<figure>
<img src="images/post-4.jpg" alt="" />
Expand Down Expand Up @@ -237,7 +264,7 @@ <h2>Unlock the Web's Potential with Advanced Data Scraping Solutions</h2>

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.18s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.21s">
<div class="blog-header">
<figure>
<img src="images/post-5.png" alt="web scraping" />
Expand Down Expand Up @@ -267,7 +294,7 @@ <h2>Trends and Innovations in Web Scraping and Data Extraction</h2>

<div class="col-md-4">
<!-- Blog Single Start -->
<div class="blog-single wow fadeInUp" data-wow-delay="0.21s">
<div class="blog-single wow fadeInUp" data-wow-delay="0.24s">
<div class="blog-header">
<figure>
<img src="images/post-6.jpg" alt="web scraping" />
Expand Down
Loading

0 comments on commit eeb5cd3

Please sign in to comment.