Showing 417 open source projects for "fetch"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Python-Spider

    Python-Spider

    Python3 web crawler practice

    Python-Spider is a repository intended to teach or provide examples for writing web spiders / crawlers in Python — part of a broader learning and resource collection by its author. The code and documentation are oriented toward beginners or intermediate learners who want to learn how to fetch, parse, and extract data from websites programmatically. As part of the author’s public learning-path repositories, python-spider likely includes examples of HTTP requests, HTML parsing, maybe concurrency or scheduling to crawl multiple pages, and techniques to handle common web-scraping issues. For people wanting to get hands-on with building scrapers, collecting data, or learning how to navigate web programming in Python, this repository acts as a didactic reference or starting point. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Join Monster

    Join Monster

    A GraphQL to SQL query execution layer for query planning

    A GraphQL to SQL query execution layer for query planning and batch data fetching. Efficient query planning and data fetching for SQL. Use JOINs and/or batched requests to retrieve all your data. It takes a GraphQL query and your schema and automatically generates the SQL. Send that SQL to your database and get back all the data needed to resolve with only one or a few round-trips to the database. Since it works with the reference implementation, the API is all very familiar. Join Monster is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TanStack Query

    TanStack Query

    Powerful asynchronous state management, server-state utilities

    Toss out that granular state management, manual refetching and endless bowls of async-spaghetti code. TanStack Query gives you declarative, always-up-to-date auto-managed queries and mutations that directly improve both your developer and user experiences. Writing your data fetching logic by hand is over. Tell TanStack Query where to get your data and how fresh you need it to be and the rest is automatic. It handles caching, background updates and stale data out of the box with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Nave

    Nave

    Virtual Environments for Node

    nave is a lightweight Node.js version manager that treats each Node installation as its own “virtual environment,” including a separate global npm space. You can install specific versions (or tip builds), create named environments, and switch between them with a single command. By default it launches a subshell, so exiting the environment is as simple as exit or Ctrl-D, and you don’t have to modify your shell startup files to get going. This approach makes it straightforward to test projects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    JupyterLab LSP

    JupyterLab LSP

    Coding assistance for JupyterLab (code navigation + hover suggestions

    ...If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s). You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    k3sup

    k3sup

    bootstrap K3s over SSH in < 60s

    k3sup is a lightweight utility to get from zero to KUBECONFIG with k3s on any local or remote VM. All you need is ssh access and the k3sup binary to get kubectl access immediately. The tool is written in Go and is cross-compiled for Linux, Windows, MacOS and even on Raspberry Pi. This tool uses ssh to install k3s to a remote Linux host. You can also use it to join existing Linux hosts into a k3s cluster as agents. First, k3s is installed using the utility script from Rancher, along with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Auto Wallpaper Changer

    Software that auto change windows wallpaper by time interval

    I never able to find the software to change my wallpaper automatically by time, so I made one. It's not perfect. I made it in one day. It fetch wallpaper image online (random Image) and set it as your wallpaper. You can also use local folder to fetch image or when fetching online, you can set image size exactly. It will not run in background unfortunately, you will have to keep it as minimize but you can set it as onstartup and autostart.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    NSE NIFTY Index Option Chain in Excel

    NSE NIFTY Index Option Chain in Excel

    NIFTY Index live option chain data in Excel sheet (in simplified view)

    ...Gives the snapshot of the NIFTY option chain with change in price, OI and volume. NIFTY Trend can analyzed from this Excel based on Change in Open Interest, Price and Volume. Useful for NIFTY option chain traders. Fetch the various data such as Last Traded Price (LTP), Open Interest (OI), Change in Open Interest (%), Change in Price (%), Total Volume Traded, Buy Volume, Sell Volume, Implied Volatility (IV), etc., for both Calls and Puts. A simplified Excel sheet for traders of NIFTY Index, coded in VBA, to fetch the real-time NSE NIFTY option chain price data with different expiry dates and at a few strike prices from the underlying price. ...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9
    Excel - NSE Stock Option Chain

    Excel - NSE Stock Option Chain

    Fetch the live NSE Stock Option Chain data in Excel

    Useful Excel sheet for Stock Option Traders. This Excel sheet can fetch the Live NSE Option Chain Data for Stocks. Fetch the live Stock Option Chain data such as Open Interest and Price at differentStrike prices, specifically few Strike Price ranges near to ATM in Excel sheet. It can be used to compare and analyze Open Interest and Price Changes at different Strike Prices. This Excel sheet collects the following data at a given Strike Price, for both Calls (CE) and Puts (PE) and at different Expiry Dates...
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Livewire Best Practices

    Livewire Best Practices

    Laravel Livewire Best Practices

    This repository is a curated list of general recommendations on how to use Laravel Livewire framework to meet enterprise concerns regarding the security, performance, and maintenance of Livewire components. Avoid passing objects to the component's public properties if possible. Use primitive types: strings, integers, arrays, etc. That's because Livewire serializes/deserializes your component's payload with each request to the server to share the state between the frontend & backend. If you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tartube

    Tartube

    Download videos/channels/playlists from YouTube and many other sites

    Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders. It is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS.
    Leader badge
    Downloads: 1,301 This Week
    Last Update:
    See Project
  • 12
    hmpl

    hmpl

    Template language for displaying UI from server to client

    hmpl is a small template language for displaying UI from server to client. It is based on requests sent to the server via fetch and processed into ready-made HTML. Reduce the size of your javascript files and display the same UI as if it was written in a modern framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Finance::Quote is a perl module that fetches delayed on-line stock quotes. The Finance::Quote can fetch quote from a variety of sources, including the NYSE, the ASX, and a number of European exchanges.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 14
    Bank NIFTY Option Chain in Excel

    Bank NIFTY Option Chain in Excel

    Get the Live NIFTY Bank Option Chain Data in Excel Sheet.

    Get the Live NIFTY Bank Index Option Chain Data in Excel Sheet for CE & PE. Fetch the various data such as Last Traded Price (LTP), Open Interest (OI), Change in Open Interest (%), Change in Price (%), Total Volume Traded, Buy Volume, Sell Volume, Implied Volatility (IV), etc., for both Calls and Puts. A simplified Excel sheet for traders of Bank Nifty Index, coded in VBA, to fetch the real-time NSE BANK NIFTY option chain price data with different expiry dates and at a few strike prices from the underlying price. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Live NIFTY, Bank NIFTY Prices in Excel

    Live NIFTY, Bank NIFTY Prices in Excel

    Get Live Price data for NIFTY 50 and Bank NIFTY Stocks in Excel

    Fetch the last traded price (LTP) as well as Price Change (%) for NIFTY 50 and Bank NIFTY stocks in Excel sheet. With this, the fetched data can be analyzed to predict the price movements of both NIFTY 50 as well Bank NIFTY in Excel. ERRORS These works are in beta stage, so there are many unexpected errors. Due to the lag to fetch the data from the NSE server, Run-Time Error can occurs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Vanilla Web Projects

    Vanilla Web Projects

    Mini projects built with HTML5, CSS & JavaScript

    vanillawebprojects is a collection of small, hands-on web apps built with only HTML, CSS, and plain JavaScript to teach core front-end skills without frameworks. Each project targets a concrete concept—DOM manipulation, events, localStorage, fetch, form validation, audio/video APIs, and more—so learners see ideas applied in working code. The codebases are intentionally compact and readable, making them easy to clone, tweak, and extend. Projects progress from beginner-friendly to moderately advanced, offering a steady ramp of difficulty and variety. This repository is popular for daily practice, classroom demos, and portfolio starters because it emphasizes results you can see in the browser immediately. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    unMinable

    unMinable

    unMinable is a command-line based cryptocurrency mining tool

    ...It provides real-time hardware detection, mining process control, balance management, and automated withdrawal functionality. The software is designed to interact with Firebase to fetch and store user balances, withdrawals, and user-related data securely. The terminal allows users to start and monitor their mining progress, view their balances, and withdraw their mined funds when they reach the minimum threshold of 0.001 BTC. With a simple yet powerful interface, unMinable gives users full control over their mining operations from a centralized console.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 18
    WFDownloader App

    WFDownloader App

    Free batch downloader for image, wallpaper, video, audio, document,

    Use as an image gallery, wallpaper, audio/music, video, document, and other media bulk downloader from supported websites. Also use to download sequential website urls that have a certain pattern (e.g. image01.png to image100.png). Also use app's built-in site crawler for advanced link search or extraction. There is also special support for forum media and open directory downloading. It's a programmable downloader and also works with password protected sites. Say goodbye to downloading one...
    Leader badge
    Downloads: 340 This Week
    Last Update:
    See Project
  • 19

    Concorde-EFB

    An Electronic Flight Bag for DC Design Concorde for MSFS 2024

    The Concorde EFB (v2.0.2) is an Electronic Flight Bag designed for pilots operating the Concorde, particularly with DC Designs in Microsoft Flight Simulator. This add-on facilitates flight planning through features such as, performance, fuel and time calculations. It also includes an airport database, METAR fetching capabilities, and basic runway feasibility cues as a training aid. The tool is intended for convenience and is open-source for community contributions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    Excel to Tally Import Templates Free

    Excel to Tally Import Templates Free 100%

    ... * CUSTOM Multi Voucher Format - Set Vouchers Columns as You need. * Auto Ledgers Debit & Credit Amount Recognized. No Need Specify DR/CR. * Auto import Ledgers Party Details in Vouchers. * Auto Fetch LEDGER Name from Narration for Bank Statemetns. * Auto Remove Data Errors & Formattig Errors Like.. Date, Amount. * Strong data Validations & Errors Reports. * Auto Accounting Random Entry within selected Period.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    Download a Random Cat GIF

    Download a Random Cat GIF

    Bash script that downloads a random cat GIF wherever the .sh file is

    Download a Random Cat GIF is a minimal, single-purpose Bash script created to fetch a random cat GIF whenever you need a quick dose of feline chaos. When executed from the command line, the script reaches out to an online cat image provider, typically a public API or a simple endpoint that returns a random animated GIF. It then downloads the GIF file to your current working directory, giving you an easily shareable, locally stored image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    phpList

    phpList

    Powerful Open Source Email Marketing app with analytics & segmentation

    phpList delivers Open Source email marketing, including analytics, list segmentation, content personalisaton and bounce processing. Extensive technical features and a secure and stable codebase are the result of over 17 years of continuous development. Used in 95 countries, available in 20+ languages, and used to send 25 billion email campaigns last year. Deploy it with your own SMTP server, or get a free hosted account at http://phplist.com.
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 23
    Metagify

    Metagify

    Audio metadata editor with MusicBrainz integration.

    Metagify is an open-source desktop application designed to provide a streamlined solution for editing audio file metadata. Built with Python and PyQt5, it offers a powerful and intuitive interface for single-file and batch-editing of tags, as well as seamless integration with the MusicBrainz database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Linux Screensavers for Microsoft Windows

    Linux Screensavers for Microsoft Windows

    Linux distributions which run as screensavers for Microsoft Windows

    ...These screensavers were featured by the Linux Foundation here https://www.linux.com/featured/linux-as-a-screensaver-for-windows-the-gift-of-open-source-games-and-sboms-for-the-holidays/ and were mentioned in the OpenSource.com 2022 gift list here https://opensource.com/article/22/11/gift-ideas-open-source-enthusiasts. File QemuSaverOpen-1-10.torrent , the featured download, will fetch the release for you. Versions of these screensavers date back to 2005 when they were featured in an IBM Developerworks article.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    ictagent

    A WebRTC-Enabled Chrome Extension for Seamless Call Center

    ...This extension will embed WebRTC based VoIP Phone in browser which will remain connected to the main server, and will be responsible for inbound and outbound calls, transfer calls, sending DTMF as well sending Fax. It can harvest contacts from the random pages. Agent can access contents, contacts from a single application. Browser can automatically fetch required URL depending on the course of call. Automatic URL will eliminate any delay which agent take while searching and finding desired data. An Embedded Web Phone. It is Operating System Independent, we just need a browser. Click 2 Call. Agent can access contents, contacts and communications from a single application(browser). ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB