Showing 75 open source projects for "fetch"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 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
    googler

    googler

    Google Search, Google Site Search, Google News from the terminal

    ...googler was initially written to cater to headless servers without X. You can integrate it with a text-based browser. However, it has grown into a very handy and flexible utility that delivers much more. For example, fetch any number of results or start anywhere, limit search by any duration, define aliases to google search any number of websites, switch domains easily... all of this in a very clean interface without ads or stray URLs. The shell completion scripts make sure you don't need to remember any options. googler isn't affiliated to Google in any way. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BotSlayer

    BotSlayer

    BotSlayer Community Edition

    ...The system is easily installed and configured in the cloud to monitor bot activity around a standing user-defined query. All you need is a Twitter developer app key to fetch data from the Twitter streaming API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Kafka-Pixy

    Kafka-Pixy

    gRPC/REST proxy for Kafka

    ...It is designed to hide the complexity of the Kafka client protocol and provide a stupid simple API that is trivial to implement in any language. Kafka-Pixy is tested against Kafka versions 1.1.1 and 2.3.0, but is likely to work with any version starting from 0.8.2.2. It uses the Kafka Offset Commit/Fetch API to keep track of consumer offsets. However Group Membership API is not yet implemented, therefore it needs to talk to Zookeeper directly to manage consumer group membership. Kafka-Pixy does not support wildcard subscriptions and therefore cannot coexist in a consumer group with clients using them. It should be possible to use other clients in the same consumer group as kafka-pixy instance if they subscribe to topics by their full names, but that has never been tested so do that at your own risk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GooglePlayStoreAPI

    GooglePlayStoreAPI

    fetch apps data on google play store with package name

    you may have your own android app store.these simple classes are free and help you to get all app data from google play such as name,permissions,price,screenshots and etc. so now easily google play is your data source. for this class you need php 5.3 or upper and enable php_openssl.dll extension in your php.ini file. you may want to test it.to test this in your local web server folder extract data to your web server folder. in xampp is htdocs folder!!! if want to know how to get...
    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
    auto rotator for woocommerce reviews

    auto rotator for woocommerce reviews

    It is a simple widget to show Woocommerce reviews in a rotatery style

    The Auto Rotator For Woocommerce Reviews is a simple widget to show Woocommerce reviews in a rotational style. You can set the options of this plugin to fetch the reviews of the products based on their categories, their tags or their authors. Also, it has different options to set the ordering type, length of the reviews, number of the reviews, etc. This plugin shows woocommerce reviews in the ratational style with fade and slide transitions. It is very flexible with customizable settings. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    simple display for woocommerce reviews

    simple display for woocommerce reviews

    It is a simple widget to show Woocommerce reviews with AJAX method

    The Simple Display For Woocommerce Reviews is a simple widget to display Woocommerce reviews with AJAX method. You can set the options of this plugin to fetch the reviews of the products based on their categories, their tags or their authors. Also, it has different options to set the ordering type, length of the reviews, number of the reviews, etc. Using AJAX method for loading more reviews has improved the performance of this plugin. It is very flexible with customizable settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Swagger-to-GraphQL

    Swagger-to-GraphQL

    Swagger to GraphQL API adapter

    ...It allows you to move your API to GraphQL with nearly zero effort and maintain both REST and GraphQL APIs. Our CLI tool also allows you get the GraphQL schema in Schema Definition Language. This library will fetch your swagger schema, convert it to a GraphQL schema and convert GraphQL parameters to REST parameters. From there you are control of making the actual REST call. This means you can reuse your existing HTTP client, use existing authentication schemes and override any part of the REST call. You can override the REST host, proxy incoming request headers along to your REST backend, add caching etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    r2

    r2

    HTTP client, spiritual successor to request

    ...This new library, r2, is a completely new approach from request. Rather than being built on top of the Node.js Core HTTP library and shimmed for the browser, r2 is built on top of the browser's Fetch API and shimmed for Node.js. APIs are meant to be used with async/await, which means they are based on promises. Being written to the Fetch API is a huge benefit for browser users. When running through browserify request is ~2M uncompressed and ~500K compressed. r2 is only 66K uncompressed and 16K compressed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TYPO3

    TYPO3

    This page is abandoned, since 2018 find TYPO3 at https://get.typo3.org

    Fetch the latest version on https://get.typo3.org. TYPO3 is an enterprise class Web CMS written in PHP/MySQL. It's designed to be extended with custom written backend modules and frontend libraries for special functionality. It has very powerful integration of image manipulation.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    Perl Web Scraping Project

    Perl Web Scraping Project

    Perl Web Scraping Project

    ...Web scraping a web page involves fetching it and extracting from it.[1][2] Fetching is the downloading of a page (which a browser does when you view the page). Therefore, web crawling is a main component of web scraping, to fetch pages for later processing. Once fetched, then extraction can take place. The content of a page may be parsed, searched, reformatted, its data copied into a spreadsheet, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    mailer

    mailer

    A Free form-data to Email platform for anyone to use.

    A Free form-data to Email platform. Anyone can fetch form data to their mail box without having to write server side code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Content Generator for Sketch

    Content Generator for Sketch

    Sketch app plugin for generating dummy data such as avatars and names

    ...In Sketch app use Plugins\Content Generator\Images\Custom plugin to specify path to your own folder with images. Installation via Sketch Plugin Manager, in the 'Catalog' tab of the Sketch Plugin Manager window search for 'Content Generator'. More types of data, fetch content directly from different online sources, easier extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Monsta FTP

    Monsta FTP is a delightfully intuitive web-based file manager.

    Monsta FTP is a lightweight open-source FTP client you can install on your server to manage your files through any browser, and free yourself from desktop software, forever!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    CyberDragon Browser

    CyberDragon Browser

    CyberDragon Browser - privacy enhanced, portable browser

    ...These settings can be overrided by site, either blocking or allowing specific cookies, allowing very fine grained cookie control. - Ability to Spoof Google PREF cookies if needed - Does not store cookies to hard drive, ever. - Proxy fetcher. Will allow you to fetch high-anonymous proxies that you can use to hide you IP-address with just 2-clicks (one click to fetch proxies and second click to select proxy from the list). Also proxy checker that list working proxies, their latency, country, SSL support and anonymity level is included. - Supports SOCKS5 proxies. Can be used with Tor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GetFacts

    GetFacts

    Fetch the latest news from your favorite websites

    The purpose of GetFacts is to let the application download the most up-to-date information from you favorite websites, and to display the headlines on your computer with a variety of renderers. In its current state, GetFacts is focused on grabbing RSS feeds and display them with a fullscreen, slideshow-like renderer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QRMAN

    QRMAN

    Url Shortener and QR Codes Generator

    QRMAN an open source Url Shortener and QR Code generator with excellent features. Create, Manage, track Qr codes. Excellent statistics for every QR codes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Apache Log Parser

    Apache Log Parser

    PHP script to parser apache log

    PHP script to parser apache log. You can fetch by: IP Requests Request by IP Request by day hour and much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    fetchtowebmail is a small python script that fetches e-mail messages using T-Online's (a big German provider) webmail interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    YOPS (Your Own Personal [WEB] Server) is a small SEDA-like HTTP server for Linux OS written in C. There are 4 stages (accept-parse, fetch, send and log), and pipes are used as interstage channels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A PHP implementation of the Gallery2 Remote Protocol Supports the following commands No-op, Login, Create new item, Create new album, Find album, Fetch album images, Find duplicates by caption and includes a simple multilevel log functionality
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This tool will fetch information from Google's Keyword Tool for a user with PHP's cURL library. Unlike most scrapers, this one integrates the captcha verification so as to thwart SPAM requests. This tool would allow analysis of the data when complete
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    twitter-bot
    This is a very clever twitter-bot written in php. supports adding rss url to fetsch content and post as a tweet on twitter. If you want to contribute pl contact me.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    A pure java DNS client implementation. Consists of a library and utilities for looking up the Internet domain names. The utilities are also able to fetch an entire domain zone and save it in the standard DNS zone file format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Korallenriff is a program that collects input from different network sources and stores their data into one database. For example, it can receive POP3 mail or can fetch NNTP groups and store the received messages in a database.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB