thieleju / statsbot

Discord Bot to gather data from public APIs using node.js and discord.js! Hacktoberfest Event Project
MIT License
22 stars 45 forks source link

Add /generatepassword command using Passwordinator API #116

Closed tiasaxena closed 11 months ago

tiasaxena commented 1 year ago

Command Name

/generatepassword [length]

Public API Resource

https://github.com/fawazsullia/password-generator

Description

This command should take an optional parameter for the length of the desired password. The default length should be 18 chars. The password should include upper and lowercase chars, numbers and special characters.

Implementation Details

Code of Conduct

tiasaxena commented 1 year ago

Hey @thieleju , please assign me this issue :)

thieleju commented 1 year ago

Hi @tiasaxena, unfortunately a new command has to fetch data from public apis. But you could use this password generator api for a /generatepassword command if you want :) What do you think?

tiasaxena commented 1 year ago

Yes, I am interested

thieleju commented 1 year ago

Great! I'm going to edit this issue and assign you

thieleju commented 1 year ago

Hey @tiasaxena. There is only one week left for Hacktoberfest. Do you need any help setting up the project? Feel free to ask me :)

pandfun commented 11 months ago

Hey @thieleju is this still active?

thieleju commented 11 months ago

@pandfun Yes, feel free to contribute!