You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a set of Python scripts designed to crawl and extract data from the Credly platform, focusing on skills, organizations, and badges. The scripts allow users to perform searches using command-line arguments, predefined search terms, or skills listed in a JSON file. The collected data is then saved to JSON files for further analysis an
Decode responses and extract text from the Request and BeautifulSoup libraries, read and scrape data from XML files, and implement regular expressions to practice advanced web scraping on APIs.
Explore how to leverage the Google Books API to access vast book data and integrate search functionality into your application. Check out the full guide and practical examples in this article.
Advanced Python application leveraging the power of APIs and the pandas library to retrieve and perform in-depth analysis of flight data from Flightradar24. It uncovers insights such as the most common departure and arrival cities, contributing to the field of aviation data science.
Projeto de Testes Funcionais Automatizados Web no front e API REST do "ERP do Qa.Coders Academy" em Robot Framework, SeleniumLibrary, RequestsLibrary, Python e GitHub Actions, desenvolvido para a squad “Black List” do Qa.Coders Academy”
A Python script designed to automate the scraping of Instagram reels, using Selenium ChromeDriver to interact with Instagram's interface. This script simplifies the process of downloading Instagram video content directly to your device.
My personal summer project: a program that prompts the user to enter the desired genre(s) and keyword(s) and outputs a list of movies that matches that query; results print in terminal
Projeto de Testes Funcionais Automatizados de API REST na API do ServeRest, desenvolvido para praticar ainda mais testes automatizados em Robot Framework, RequestsLibrary e Python