Topic: "chrome-webdriver"
vinaysomawat/WhatsApp-Bot
This Python-based Web WhatsApp Bot utilizes Selenium and web automation to send messages automatically to your WhatsApp contacts via web.whatsapp.com.
Language: Python - Size: 3.47 MB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 134 - Forks: 55

mcagriaksoy/tcdd-bilet-yer-kontrol Fork of bymcs/tcdd-bilet-yer-kontrol
TCDD Bilet Kontrol Etme Uygulamasi, Türkiye Cumhuriyeti Devlet Demiryolları (TCDD) tarafından sunulan biletlerin uygunluk durumu ve yer durumunu kontrol etmek için tasarlanmış kullanıcı dostu bir arayüz uygulamasıdır. Bu uygulama, yolcuların bilet bilgilerini hızlı ve kolay bir şekilde aramalarina ve doğrulamalarına olanak tanır.
Language: Python - Size: 113 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 87 - Forks: 9

TheDancerCodes/Selenium-Webscraping-Example
In this tutorial we will build a web scraping program that will scrape a Github user profile and get the Repository names and the Languages for the pinned repositories.
Language: Python - Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 71 - Forks: 53

kennethkn/instagram-activities-wipe
Wipe Instagram comments/likes with Selenium Python
Language: Python - Size: 867 KB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 49 - Forks: 4

melihbodur/Veri_cekme
Beautifulsoup and Selenium
Language: Jupyter Notebook - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 25 - Forks: 3

jspw/Little-Fun-Stuffs
Fun codes,scripts and programs i have written to do my personal stuffs
Language: Python - Size: 48.4 MB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 5

prankshaw/Beware-web-scraper
Web Scraping project including; C projects scraper from GitHub , ICC rankings scraper, YouTube Trending Scrapper, LinkedIn Profile Scraper, Wikipedia Image Scraper
Language: Python - Size: 132 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 14 - Forks: 3

password123456/huntr-com-bug-bounties-collector
keep watching new bug bounty (vulnerability) postings.
Language: Python - Size: 567 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 4

mda590/reinvent_schedule_extract
This tool is meant to make it super easy to export your re:invent schedule into a text file and then import it into whatever tool makes it easier for you to work with.
Language: Python - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 9

adithyavasisth/VTU-Result-Scraper-with-CAPTCHA-Bypass
A Web Scraper to scrape the results from results.vtu.ac.in and automatically fills in the Captcha Code using Tesseract. The results will be parsed and stored in the form of Excel Files. This works for any VTU college.
Language: Python - Size: 22.7 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 4

dv-rastogi/MemeExtension
Mongyfishy Meme Extension
Language: Python - Size: 3.36 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

slyautomation/astar_pathfinding_node_networks
This project extracts the canvas data on https://www.osrsmap.net/ and converts each canvas display as an png file. This is done by exploiting html elements on the website and adding javascript parameter functions such as .toDataURL. .toDataURL() method returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG). WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. Download the chrome webdriver here: https://chromedriver.chromium.org/downloads Base64 module allows for the script to This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. This is useful converting the canvas data to a png file. The next function merges those images by looping the interactions of the canvas images, that results in the final product a full osrs map with icons and detailed.
Language: Python - Size: 34.9 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

joonas-yoon/boj-source-downloader
Download my accepted code from BOJ (https://www.acmicpc.net)
Language: Python - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 4 - Forks: 1

mike10004/selenium-capture
Browse with Selenium in Java and capture your traffic in a HAR file.
Language: Java - Size: 913 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

arevish/Facebook-automatic-login
This is a Python script to automate the login process on Facebook.com. It uses "Selenium" and "Chrome Webdriver_Manager" library to automate the process.
Language: Python - Size: 1000 Bytes - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

TahaMetin/Instagram-Cekilis-Botu
instagram çekilişlerine sürekli yorum atarak kazanma şansınızı arttıran bot
Language: Python - Size: 10 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

filippo-fonseca/bioscraper
🦈 A simple web scraper to feed real-time data to researchers from reliable wildlife sources. Written in Python.
Language: Python - Size: 11.7 KB - Last synced at: 1 minute ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

erick-dsnk/sai-http-server
A local HTTP server written in Python with browser sync feature to make your web design problems easier to solve!
Language: Python - Size: 4.88 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

AntoData/WebScraperAllMusic
Simple example of a web scrapper using python. In this case, we ask the user using the console for the name of a band/artist and using selenium webdriver and beautifulsoup we print information about the discography of that artist/band
Language: Python - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

helloworlde/Gauge-Java-Demo
Gauge Demo of Java by using gradle, test database,request and page operation
Language: Java - Size: 4.64 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

Tynoee/Account-Registration-Automation
Python script automating the registration process for Mediaset accounts. It leverages Selenium WebDriver to interact with the web interface, fill in registration forms, and handle consent options.
Language: Python - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hasanozdem1r/youtube_playlist_automation
You can download all the tracks in the Youtube public playlist.
Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

grtushar/google_play_scraper
An updated version of google play scraper with the addition of permission list information.
Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

20Aditya/Webscraping_Files
Web scraping over different websites
Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

SKK402/QA-Major-Project
A Selenium-based QA project for testing the Xbox website using Java.
Language: Java - Size: 18.6 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

AhmedOsamaMath/google-maps-scraper
A Python-based web scraper that automates Google Maps searches to extract business information like names, addresses, phone numbers, and ratings, with results exported to CSV.
Language: Python - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mancrurod/script_spotycai
Script_spotycai is a Python-based tool that automates the process of downloading MP3 songs from Spotycai using Selenium. It scrapes album pages for song URLs and saves them locally, supporting headless browsing for automation. The tool requires Python, Selenium, and Chrome WebDriver.
Language: Python - Size: 282 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

puureya2/Catalogue-Price-Scraper
Scrape & store product prices with Selenium & BeautifulSoup4. Visually represent data with MatPlotLib,Personal Project
Language: Python - Size: 82 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

SteveTuttle/mars-data-web-scraping
Perform web-scraping and data analysis first to scrape titles and preview text from Mars news articles then to scrape and analyze Mars weather data, which exists in a table from Mars data websites.
Language: Jupyter Notebook - Size: 481 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Akshayanti/Google-Finance-Automation
Allows a user to automatically add their investments to Google Finance UI
Language: Python - Size: 55.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

akashsuper2000/aums-evaluation
Python Bot that uses Selenium and Chrome WebDriver to fill up the faculty feedback for Amrita University
Language: JavaScript - Size: 539 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

adityagandhi124/LINKEDIN-CONNECTION-BOT
Python programmed bot that can automate LINKEDIN collection request by iterating through a collection of URLS
Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

samsal81/ECommerceSiteCucumberTest
Ecommerce website test using cucumber and gherkin language
Language: Java - Size: 4.9 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 8

arman-bd/weaby-the-extractor
Weaby is a program that can collect data from multiple websites. It is written in Python and extracts data from websites using Selenium.
Language: Python - Size: 1.16 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mushahidq/py_webScraper
A simple web scraper using beautifulsoup and requests
Language: HTML - Size: 10.3 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mheirendt/CS-Extensions
A broad array of subclasses / helper methods that have been useful to me.
Language: C# - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

php-bench/selenium-sample
Sample tests using chrome and firefox selenium driver
Language: Java - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
