Giter Site home page Giter Site logo

peatix-cli's Introduction

peatix_cli

Command line tool to search and featch peatix events and output a table to screen.

Install

Prerequisite

  1. You need Google Chrome installed.
  2. You need chromedriver executable installed. (You can also specify the path to chromedriver executable by the --chromedriver argument from cli.)

Build from source

Crone this repo, and run:

pip install --upgrade setuptools build
python -m build
pip install .\dist\peatix_cli-0.0.1-py3-none-any.whl

Usage

$ peatix search -h

usage: peatix search [-h] [--chromedriver CHROMEDRIVER] [--max_page MAX_PAGE] [--period {today,this_weekend,next_week,}] [--show_link] [--tag_id TAG_ID]

optional arguments:
  -h, --help            show this help message and exit
  --chromedriver CHROMEDRIVER
                        path to chromedriver executable
  --max_page MAX_PAGE   miximum number of pages to featch results, (default: 30)
  --period {today,this_weekend,next_week,}
                        filter if date of events is in period, set '' to not to filter, (default: this_weekend)
  --show_link           if this flag is set, show a bare url link instead of an embedded link
  --tag_id TAG_ID       filter by tag_id

Development

pip install -r requirements.txt
pip install -e .

peatix-cli's People

Contributors

kj-9 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.