Python web-search

Open-source Python projects categorized as web-search

Python web-search Projects

  • ddgr

    :duck: DuckDuckGo from the terminal

  • Project mention: Add Link to selection without using the browser | /r/ObsidianMD | 2023-06-29

    Using the shell commands plugin and ddgr, I managed to create a nice trick, which allows you to add the link to selected text without having to google it (hard to describe, but the gif should give you the idea). Here is how it works: - install the shell commands plugin https://obsidian.md/plugins?id=obsidian-shellcommands - install ddgr https://github.com/jarun/ddgr - add the following code as shell command: bash query="{{selection}}" link=$(ddgr --num=1 --json "$query" | grep "url" | cut -d'"' -f4) mdlink="[$query]($link)" echo -n "$mdlink" - in the settings for that shell command, set the stdout to "current file: caret position" - you are good to go. (Maybe give it a hotkey)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python web-search related posts

  • Chatgpt is pretty nice for terminals, one of the biggest reason you leave the terminal is to look stuff up on the web, which you can now do easily from CLI

    3 projects | /r/commandline | 5 Apr 2023
  • What happened to jarun/googler GitHub repo?

    3 projects | /r/commandline | 12 Jul 2022
  • This might be a repost but I was wondering if on there was a program (linux debian based) that would allow you to make searches on youtube for videos (preferely based on mpv) kinda line ani-cli for gogoanime ? (or if there's a way to repurpose ani-cli to search on youtube)

    4 projects | /r/commandline | 17 Jun 2022
  • Googler archived

    2 projects | /r/commandline | 4 Apr 2022
  • DuckDuckGo as a TTY

    5 projects | news.ycombinator.com | 20 Oct 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 ddgr 2,855

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com