Skip to main content

A handy CLI tool for creating polls for Hashnode. Made with ❤️ by @hashpoll.

Project description

Hashpoll (CLI)

Hashpoll Banner

Hashpoll is a hashnode widget that enables seamless polls on any post. It is a lightweight tool that generates code for you to put in hashnode's widget field to create polls that just blend in with the rest of your content. You can use it directly from the command line or through the Web interface, and manage your poll as needed.

Hashpoll CLI is a handy tool to extend and supplement Hashpoll. It allows you to seamlessly create polls from the command line. The tool automatically gives you the code to place in the widgets section of Hashnode.

Installation

Install hashpoll-cli with pip

  pip install hashpoll-cli

Hashnode Widgets

You can learn how to use hashnode widget over here.

Commands

Create

This is the command to create polls from the CLI.

hashpoll create [question] --option1 [option1] --option2 [option2] --option3 [option3] --option4 [option4]

or

python -m hashpoll create [question] --option1 [option1] --option2 [option2] --option3 [option3] --option4 [option4]

asciicast

Tips

  1. Put the question or options (if multiple words) in quotes to avoid the terminal registering this as multiple arguments.
  2. If you miss adding one of the options, the program will prompt you for entering them.

View

This is a command for viewing all details of a particular poll.

hashpoll view [Poll ID]

or

python -m hashpoll view [Poll ID]

asciicast

Vote

This is a command to vote on a specific poll.

hashpoll vote [Poll ID] [Option Number]

or

python -m hashpoll vote [Poll ID] [Option Number]

asciicast

Open-poll

This is a simple command to open a poll in the default browser.

hashpoll open-poll [Poll ID]

or

python -m hashpoll open-poll [Poll ID]

asciicast

Results

This is a command to fetch the current data from poll responses.

hashpoll results [Poll ID]

or

python -m hashpoll results [Poll ID]

asciicast

Code

This is handy commad to generate the Hashnode Widget Code for a particular poll.

hashpoll code [Poll ID]

or

python -m hashpoll code [Poll ID]

asciicast

Features

  • Lightweight
  • CLI and Web Based
  • Seamless
  • Easy-to-integrate

Authors

Tech Stack

Client: AWS Amplify, Svelte, Typer, Rich, PicoCSS

Server: Node, AWS Amplify, FastAPI

Roadmap

  • Password Protection

  • In-depth analytics

  • Authentication

  • Ability to modify a poll

License

MIT

Acknowledgements

Hashpoll would like to thank the teams behind the following projects as they played a crucial part in enabling Hahpoll.

Feedback

If you have any feedback, please reach out to us at arpan@hackersreboot.tech.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hashpoll-cli-0.1.6.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

hashpoll_cli-0.1.6-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page