Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: splinter

Ryndine/web_scraping_demo

A Flask App which can scrape NASA websites for mars data, load into mongo database, then display results on the page!

Language: Jupyter Notebook - Size: 145 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

mmcdan13/Mission-to-Mars

Language: Jupyter Notebook - Size: 23.4 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Wamuza1/Mission_to_Mars

This project showcased the development of a website application using the Flask framework, as a custom interface to share and format scraped data.

Language: Jupyter Notebook - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

KWASSI09/web-scraping-challenge

Create a Flask application that scrapes the NASA's webpage to retrieve the mission on mars data, store them in a MongoDB database, and then render the data on an HTML template.

Language: Jupyter Notebook - Size: 5.1 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ksommerdorf/Webscraping

A case study using python to navigate through webpages for data, store it into a database and then upload the data onto a webpage.

Language: Jupyter Notebook - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

MariloyH/Mission_to_Mars

WebScrapping Space url sites using Flask, Splinter, BeautifulSoup and MongoDB

Language: Jupyter Notebook - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

jsfehler/pytest-splinter4

Pytest plugin to use the splinter automation library.

Language: Python - Size: 244 KB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 2

MFairbro1/Mission-to-Mars

Web application for displaying Mars related news and images

Language: Jupyter Notebook - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Brotherscodes/Mission_to_Mars

A web application that scrapes NASA sourced websites with information regarding the mission to Mars. Splinter was used for scrape automation, the data was stored in a non-relational database with MongoDB and displayed using HTML and Flask on a single server and central location: a webpage.

Language: Jupyter Notebook - Size: 4.08 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

jwhite1987/Web-Scraper-App

The goal of this project is to build a web application that scrapes various websites for data related to the fictional 'Mission to Mars' and displays the information in a single HTML page.

Language: HTML - Size: 4.79 MB - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

emaynard10/Mission-to-Mars

Using webscraping, this analysis visits the NASA Mars news. page and Space images pages to scrape data which is then displayed on a website about Mars.

Language: Jupyter Notebook - Size: 695 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

g626s/Mission-to-Mars

HTML and CSS web scraping to automate a web browser to visit different websites to extract data about the Mission to Mars. Data is stored in a NoSQL database MongoDB, and then the data is rendered in a web application created with Flask to display the data from the web scrape. HTML/CSS portfolio was created to showcase the project. Bootstrap components used to polish and customize the portfolio.

Language: Jupyter Notebook - Size: 35.2 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

annakthrnlee/Mission_To_Mars

Built an app to scrape websites for data pertaining to the Mission to Mars and created an HTML page displaying my findings.

Language: Jupyter Notebook - Size: 42 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

DangCoop/Mission-to-Mars-

Language: Jupyter Notebook - Size: 5.42 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

ejw-data/web-scraping-proteins

Webscrape of Pubmed publication data that is used in a single webpage with multiple plotly charts. The basic structure of the website is updated with an excel spreadsheet to help those who don't know how to code.

Language: Jupyter Notebook - Size: 1.91 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

antongit505/Mission-to-Mars

Scraping web data with python, flask, beautifulsoup and splinter

Language: Jupyter Notebook - Size: 309 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

cantugabriela/Mission-to-Mars

Website with Mission Mars data obtained with a web scrapping script of the NASA Mars News Site.

Language: Jupyter Notebook - Size: 24.7 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 5 - Forks: 10

theodoremoreland/MissionToMars

A webpage with dynamic Mars content populated by a web scraping bot. The bot uses chromedriver + splinter/selenium and mongodb to scrape and persist data, respectively.

Language: Jupyter Notebook - Size: 26.1 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

OlgaPodolska/Mission-to-Mars

Web scraping to extract most recent online data about Mars useing BeautifulSoup and Splinter

Language: Jupyter Notebook - Size: 1.68 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

SohrabRezaei/Mission-To-Mars

HTML Web scraping on mars data to create a flask web application using Python, BeautifulSoup, Splinter, Bootstrap, and MongoDB

Language: Jupyter Notebook - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Ryndine/scraping_scripts

Storage for scraping scripts

Language: HTML - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

ejw-data/web-scraping-NASA

Uses Selenium, Flask, and MongoDB to create a news aggregator of NASA information.

Language: Jupyter Notebook - Size: 10.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

miwermi/mission-to-mars

Flask generated web page displaying a collection of mars info scraped from 4 other sites via Splinter and Beautiful Soup and stored in a MongoDB... written in Python, HTML and CSS with Jupyter Notebook and VSCode.

Language: Jupyter Notebook - Size: 1.33 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

RealDreammaker/Mission-to-Mars-Web-Scraping-Application

For this assignment, a web application was developed to scrape various websites for data related to the Mission to Mars and displays the information in a single HTML page

Language: Jupyter Notebook - Size: 1.07 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

gpivaro/web-scraping-challenge

Web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 11.1 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

jhoover4/luminate-web-control

Automates tasks in Luminate Online

Language: Python - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

nedamzd/web_scraping_challenge

Aweb application was built that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 240 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Elliott-dev/Web-Scraping-Project--Mission-to-Mars

In this Project, I will build a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

PamFernandez/web-scraping-challenge

A web application that scrapes elements from four different websites and displays the information in a single HTML Page.

Language: Jupyter Notebook - Size: 3.85 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

aktugchelekche/Mission-to-Mars

Web Scraping with HTML and CSS

Language: Jupyter Notebook - Size: 25.4 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

davidemoro/cookiecutter-qa

Coookiecutter QA let you create QA projects based on the Cookiecutter scaffolding project based on Splinter

Language: Python - Size: 2.22 MB - Last synced: about 2 months ago - Pushed: over 5 years ago - Stars: 13 - Forks: 2

meuwebsite/Stat-gram--InstagramMicroservice

Stat-gram is microservice tool for Business and Influencers on Instagram platform that uses AI to help with Marketing and Management.

Language: Jupyter Notebook - Size: 26.9 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 5 - Forks: 3

chllrisll/Nasa_Mars

Web Scraping HTML & CSS

Language: Jupyter Notebook - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Geneille/Mission-to-Mars

Build a web application to scrape websites for specific information

Language: Jupyter Notebook - Size: 780 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Peteresis/Mission-to-Mars

Create a web application that scrapes data from various websites and displays it in a single HTML page, using Flask, Bootstrap and Python.

Language: Jupyter Notebook - Size: 10.1 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

diannejardinez/web-scraping-challenge

Web scraping using Jupyter Notebook, BeautifulSoup, Pandas, and Requests/Splinter. MongoDB with Flask templating to create a new HTML page

Language: Jupyter Notebook - Size: 7.61 MB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 0

kossakova/Mission-to-Mars

Performing web scraping using python file, splinter, beautiful soup. Created automated scraping file script to gathered all the information from the source to be displayed on the web application.

Language: Jupyter Notebook - Size: 331 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

jonathantree/Mission-to-Mars

Web Scraping and MongoDB storage

Language: Jupyter Notebook - Size: 4.53 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

cdenq/web-dashboard-of-video-game-industry

Fullstack Python, MongoDB, HTML, CSS, JavaScript project that performs both an ETL and EDA on video game industry data. Results are shown dynamically on a live dashboard.

Language: Jupyter Notebook - Size: 3.47 MB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 4

cdenq/mars-data-scraper-and-dashboard

Full-stack data challenge that webscrapes various Mars-related websites, organizes it within a mongoDB database, and then uploads via Flask's automated web generation for data display.

Language: Jupyter Notebook - Size: 501 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

JennyJohnson78/Mission_to_Mars

Web scraping and development using Jupyter Notebook, Python, HTML, Bootstrap, Beautiful Soup, Splinter, and Mongo DB.

Language: Jupyter Notebook - Size: 34.2 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

CharlotteC21/Web-Scraping-Challenge

In this assignment, I've built a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 3.11 MB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

lazzurs/docker-jenkins-agent-splinter

Language: Dockerfile - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

derekhuggens/Mission-to-Mars

Webscraping and Development with Splinter, BS4, Chrome Dev Tools, Flask and MongoDB.

Language: Jupyter Notebook - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

rb25s13/shib-price-display-arduino

dedicated stock price display using arduino uno r3 and lcd1602

Language: Jupyter Notebook - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

deklund76/Mission-to-Mars

A simple web-app using flask, splinter, and beautiful soup to scrape and display the latest mars news and information.

Language: Jupyter Notebook - Size: 1.4 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

martachesnova/Web-Scraping-Indeed

Web scraped Data-related jobs (including descriptions) from Indeed.com for a group project. I used Python libraries Splinter and BeautifulSoup.

Language: Jupyter Notebook - Size: 55.2 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

martachesnova/Web-Scraping-USAjobs.gov

Web Scraped job listings (including the job descriptions) USAjobs.gov for a team project. Used Python libraries Splinter and BeautifulSoup.

Language: Jupyter Notebook - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

jackatopolis/Web-Scraping-challenge

Web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page

Language: Jupyter Notebook - Size: 1.55 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Karla-Flores/Web-Scraping

A web application scrapes various websites for the Mission to Mars data and displays the information on an HTML page.

Language: Jupyter Notebook - Size: 470 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

aolayeye/Mission-to-Mars

A website application that displays mars information scraped from various websites, using Splinter, BeautifulSoup, and MongoDB.

Language: Jupyter Notebook - Size: 2.11 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

madhavi-r/Mission-To-Mars

Web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 3.82 MB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

Baylex/Mission-to-Mars

Mission to Mars - Web Scraping with HTML/CSS

Language: Jupyter Notebook - Size: 2.38 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 3

boyerjason700/Mission_to_Mars

Automate a browser to scrape multiple sites to extract data and images (Beautifulsoup, Splinter). Once extracted, storing the info in a NoSQL database (MongoDB). Then using Flask, create a web application to display the data and images.

Language: Jupyter Notebook - Size: 1.1 MB - Last synced: almost 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

foofx88/webscraping-Mission_to_Mars

Web application that scrapes various websites for data related to the Mission to Mars and present the information in a HTML Page

Language: Jupyter Notebook - Size: 1.98 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

helenamin/Mission-to-Mars

Building a web application about Mars using information scraped from other websites

Language: Jupyter Notebook - Size: 2.1 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

coreydevinanderson/mars-webscraping-dashboard

Web scraping with 'BeautifiulSoup' and 'splinter' with website display via Python server (with 'flask').

Language: Jupyter Notebook - Size: 104 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

weihaolun/Mission-to-Mars

Web Scraping Project: NoSQL; HTML; BeautifulSoup; Splinter; web scraping; MongoDB; Flask; CSS; Bootstrap.

Language: Jupyter Notebook - Size: 32.2 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

CYB3R-G0D/Splinter

🔎 An OSINT tool to scan subdomains of any websites

Language: Python - Size: 926 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

mtopcu/splinter-bdd

Ready to use Python Test Automation Framework for Web and API

Language: Python - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

MuratCKoc/mission_to_mars-Scraper

A website with Mission Mars data scraped from NASA Mars News Site.

Language: Jupyter Notebook - Size: 7.76 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

chandlergibbons/Mars-Web-Scrape-Info-Page

In this project, I built a web application that scrapes various websites for data related to the Mission to Mars and displays the information on a single HTML page.

Language: Jupyter Notebook - Size: 5.17 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

chandlergibbons/Full-Stack-Web-app-Analysis-of-TV-Viewing-Habits Fork of stephenbretscher/Full_Stack_Analysis_of_TV_Viewing_Habits

The dataset created and utilized for our analysis and visualizations are characterized by consumer television viewing trends and ratings. As a starting point, we web scraped Emmy nominations from 2016-2020 and used that dataset as an anchor point and calculated the nomination frequency filtered by title. From there, we merged viewing medium (channel), IMDB scores, Reel scores and Rotten Tomatoes scores. We then built a Full Stack Web Application to host several visualizations and interactive dashboards to display our findings. The web app draws the data from Postgres then filters and displays it.

Size: 13.8 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

helenamin/ETL-Financing-Used-Cars Fork of foofx88/ETL-Financing-Used-Cars

ETL performed on used car and loan comparison site to show users different car loan options available.

Size: 92.8 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

foofx88/ETL-Financing-Used-Cars

ETL performed on used car and loan comparison site to show users different car loan options available.

Language: Jupyter Notebook - Size: 547 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 1

nikoelvambuena95/Web-Scrape-Web-App---Live-Mars-Data

Local web application using web scraped data.

Language: Jupyter Notebook - Size: 2.41 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

k0ssmann/BigBlueCapture

Automated and scheduled recording of BigBlueButton sessions

Language: Python - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

gucaselo/MSA-Project

A look into Mass Shootings in America (MSA) in the last 4 years. Created an interactive map that show incident locations and states are colored based on poverty data in an effort to find relationships.

Language: Jupyter Notebook - Size: 20.1 MB - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

manishalal145/NoSQLChallenege

Built a Web Application that Scrapes Various Websites for Data Related to the Mission to Mars

Language: Jupyter Notebook - Size: 13.6 MB - Last synced: 12 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

kk-deng/Mission-to-Mars-Dashboard

This project builds a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page

Language: Jupyter Notebook - Size: 9.22 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Aastha-Arora/mission-mars-web-scraping

Web scraping using BeautifulSoup, Pandas, and Requests/Splinter. MongoDB with Flask templating to create a new HTML page that displays the extracted information.

Language: Jupyter Notebook - Size: 4.12 MB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

vc-adams/Mission_to_Mars_Web_Application

In this project I built a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 2.07 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

vc-adams/Idaho_Wildfires_Dashboard Fork of eobianyor/Project3

Machine Learning project to predict Idaho wildfires.

Language: Jupyter Notebook - Size: 72 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

amylio/Mission-to-Mars

Web scraping methods to extract data using Chrome Developer tools to identify HTML components, Beautiful Soup/Splinter to automate the scrape, MongoDB to store the data, and Flask to display the data.

Language: Jupyter Notebook - Size: 12 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

felo0917/web-scraping-project

Full stack application, web-scraping using Jupyter Notebook, BeautifulSoup, Pandas, and Requests/Splinter. The data used for this project was from NASA Mars news site.

Language: Jupyter Notebook - Size: 5.04 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

sarahgrant11/NASA-Data-Webscraping-Flask

Web scraping application presenting various websites' data related to the Mission to Mars in a single HTML page. Scraping with Jupyter Notebook, BeautifulSoup, Pandas, Requests/Splinter.

Language: Jupyter Notebook - Size: 12.2 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

masitamohamad/Web-Scraping-Challenge

NASA's Mars exploration data web scraping and parsing in Python using BeautifulSoup and Flask

Language: Jupyter Notebook - Size: 11.9 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

theodoremoreland/TikTokDL

Scripts to semi-automate downloading a user's TikTok videos.

Language: Python - Size: 12.9 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

shaunwang1350/mars_scraping

Created a app.py web scrapper (needs to run app.py to load flask and scrapper). The index.html includes a dashboard on Mar's basic metrics/facts, the latest news on mars, high-res images of mars, and the lastest and most featured image of mars. All of this is scrapped from Mar's website. This process uses BeautifulSoup, Splinter to scrape NASA's website, stores the information in MongoDB, and then uses Flask, javascript, Bootstrap to display the data.

Language: Jupyter Notebook - Size: 3.91 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

jhustles/newegg_webscraper_crawler_dataExtraction_automated

An automated web scraper and crawler program for laptops on Newegg.com using mainly Python, BeautifulSoup4, and Splinter. Alerts users when suspects you are a bot to take actions to circumvent their defenses. Data Extraction in ETL.

Language: Jupyter Notebook - Size: 16.4 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 1

Umarfoo/Mars_Data_Python_Web_Scraping

Built a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.

Language: Jupyter Notebook - Size: 9.4 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

JaviSandoval94/web-scraping-challenge

This project uses web scraping techniques and technologies to retrieve Mars data from different web sources.

Language: Jupyter Notebook - Size: 6.75 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

cedoula/Mission-to-Mars

Web scrape NASA websites and collect data about the Mission to Mars. Save the new data in a MongoDB database and display it on a HTML page.

Language: Jupyter Notebook - Size: 38.1 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 3

ibaloyan/WebScrape_MarsNews

Web scrapes data from Mars News related websites, loads the data into MongoDB database and displays the information in a single HTML page. Technologies => HTML/CSS, Web Scraping, Splinter, Beautiful Soup, MongoDB, Flask Python Libraries, Heroku Python Deployment

Language: Jupyter Notebook - Size: 5.03 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

bnarath/Mission_to_Mars

This project is to build a web application that scrapes various websites for data, related to the Mars Mission and displays the information in a single HTML page. Application is further deployed as a Heroku app https://missionmars.herokuapp.com/

Language: Jupyter Notebook - Size: 21.1 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

PreethikaG/Web-Scraping---Mission-to-Mars

Web scraping multiple websites using Splinter and to create an app using FLASK

Language: Jupyter Notebook - Size: 11.6 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

bbixby/web-scraping-challenge

Web scraping application presenting various websites' data related to the Mission to Mars in a single HTML page. Includes Jupyter Notebook scraping, MacOS and Windows Splinter options.

Language: Jupyter Notebook - Size: 6.24 MB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

SurabhiSood/Mission_to_Mars

Web scraping project- flask-mongodb-HTML

Language: Jupyter Notebook - Size: 16.2 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

pharmon9847/mars-scrape

A website built with Python and BeautifulSoup. Mars websites are scraped to populate the Flask App and MongoDB Atlas is the database used.

Language: Python - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

pharmon9847/mission_to_mars

The original code for the Scrape Mars website.

Language: Jupyter Notebook - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

cckuqui/mars-scraping-exercise

Web scraping exercise using Mars information from several sites. Deployment in the works with selenium-webdriver.

Language: HTML - Size: 7.56 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

remco-mooij/mission-to-mars

Web app that displays recent data about Mars.

Language: Jupyter Notebook - Size: 21.7 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

zunicd/Mission-to-Mars

Scraping various websites and displaying the information in a single HTML page.

Language: Jupyter Notebook - Size: 6.74 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

teomotun/Object-Detection-Project

Custom Object Detection and Data Scraping with Yolov3, Flask, OpenCV, and Javascript

Language: Jupyter Notebook - Size: 45.9 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

DataTell/web-scraping-challenge

Web Scraping Homework - Mission to Mars

Language: Jupyter Notebook - Size: 25.8 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

teomotun/Monster-Job-Postings-ETL

Monster data science job postings analysis to determine demand for general skills and technologies such as Python and R

Language: Jupyter Notebook - Size: 165 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

Piterbrito/ETL--MongoDB-YouTube

Large amount of data with diferent formats such (csv, xml, json, raw), goal is to get 25 files with around 1 Million rows. Perform ETL on the data and store in SQL database

Language: Jupyter Notebook - Size: 175 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

esharma3/mission_to_mars

A web scraping project that uses requests, selenium, splinter to scrape data from various urls, save it in mongodb and uses flask templating to display scraped data on web page.

Language: Jupyter Notebook - Size: 6.02 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 2 - Forks: 1

swati-dontamsetti/web-scraping-challenge

Build a web application that scrapes various websites for data using BeautifulSoup, MongoDB, and Flask.

Language: Jupyter Notebook - Size: 7.38 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 1

mtbulut/Web-Scraping

Web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page using BeautifulSoup, Requests, Selenium and MongoDB with Flask. | UT Data Analysis and Visualization Nov 2019 - May 2020.

Language: Jupyter Notebook - Size: 6.36 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0