Skip to content

edgarhenriquez/challenge_password_strength_evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RankMyPasswordBot

RankMyPasswordBot is a simple Twitter bot that apply a custom algorithm to evaluate the strength of any password received.

Usage

  1. Clone the repository

     $ git clone `git@github.com:edgarhenriquez/challenge_password_strength_evaluator.git`
     $ cd challenge_password_strength_evaluator
    
  2. Install the dependencies

     $ bundle
    
  3. Create a configuration file to set up your bot's Twitter credentials.

     $ touch rankmypasswordbot.yml
    
  4. Run the bot from the command line

    bundle exec ruby rankmypasswordbot.rb

  5. That is it.

Configuration file

An example configuration file looks like

---
:consumer_key: <YOUR CONSUMER KEY>
:consumer_secret: <YOUR CONSUMER SECRET>
:token: <YOUR TOKEN>
:secret: <YOUR SECRET>

You can read about how to get these credentials here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages