• Investing scraper

    Investing scraper Project tracks indices from the Investing website, allowing users to specify which indices they want to monitor by setting the corresponding value to True in the indexes dictionary. Additionally, users need to provide their Telegram bot token and chat ID for receiving notifications. Instructions on how to obtain these are provided in the…

    Read More: Investing scraper
  • Instagram scraper

    Instagram scraper   Is a Python application designed to collect data on the followers of a specified Instagram account. It utilizes the instagpy library for interacting with the Instagram API to fetch follower data. The scraper allows users to input their Instagram login credentials and add multiple accounts for scraping, providing flexibility in data collection.…

    Read More: Instagram scraper
  • Deutsche Welle scraper

    Deutsche Welle scraper Project scrapes the latest reports from the Deutsche Welle news website, focusing on the top stories of the day. It extracts data including the preview image, news headline, news link, and full text reportage, and saves it into a JSON file for further analysis.

    Read More: Deutsche Welle scraper
  • Ebay scraper

    Ebay scraper With Telegram integration allows users to track price changes for items on the eBay website and receive notifications of changes through Telegram. Users input their Telegram bot token, chat ID, and the eBay item link, and then the script automatically monitors the price and notifies the user of any changes.

    Read More: Ebay scraper
  • Washington Post scraper

    Washington Post scraper Project gathers the latest news headlines, descriptions, and links from The Washington Post website within the past 24 hours and saves them into a JSON file. The JSON file format includes the title of the news article, its description, and a direct link to the full article.

    Read More: Washington Post scraper
  • Accuweather scraper

    Accuweather scraper Project aims to collect data on hurricanes from a specified start year to a specified end year from the Accuweather website. It includes information such as the start date, end date, and characteristics of each hurricane, and saves it into an Excel file (XLS) for further analysis.

    Read More: Accuweather scraper