/fetchy

A command-line tools for fetching data

Primary LanguagePythonMIT LicenseMIT

Fetchy

A command-line tools for fetching data

Fetchy is a command-line tools for fetching data from the web. Designed for developer.

Feature

  • Weather
  • Youtube video information
  • Cryptocurrency information
  • Random quotes

Quick Install

  • Download the latest executable here
  • Install python & nodejs
  • Run the executable and happy fetching!

Note

Some feature need third-party python library:

pytube

Install it using pip install <library_name>

Build from Source

  • Clone this repository git clone https://github.com/indra87g/fetchy.git
  • Move to fetchy folder cd fetchy-main
  • Install pyinstaller pip install pyinstaller
  • Build using npm npm run build
  • Done