A handy CLI tool for creating polls for Hashnode. Made with ❤️ by @hashpoll.
Project description
Hashpoll (CLI)
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]
Tips
- Put the question or options (if multiple words) in quotes to avoid the terminal registering this as multiple arguments.
- 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]
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]
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]
Results
This is a command to fetch the current data from poll responses.
hashpoll results [Poll ID]
or
python -m hashpoll results [Poll ID]
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]
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
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
Built Distribution
File details
Details for the file hashpoll-cli-0.1.6.tar.gz
.
File metadata
- Download URL: hashpoll-cli-0.1.6.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.2 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 345ee834d11b03c9557e64a8b6e9f8255deb05afecfee11eae1b67e183eab506 |
|
MD5 | 3027313375b610992b46d5bfe723924b |
|
BLAKE2b-256 | c13659cc796f5101cad03592c484e7e44fb25358294945f46e7bf957269d50ec |
File details
Details for the file hashpoll_cli-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: hashpoll_cli-0.1.6-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.2 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6efc5f25666a9af1464d8197e6dd7393427b9a3929db7d3680bff357089fce3d |
|
MD5 | 61145703f1b0dbe83005e76e0f9ff131 |
|
BLAKE2b-256 | 8a34860e53f6d0eb9cf3b3a4d3a1d106b6ef829053e27ecc030ea9c0630bed61 |