nficano/tangerine

As a millennial, I should be able to get my selfies on demand

gmeluski opened this issue · 2 comments

As a millennial, I should be able to get my selfies on demand

if I type @gendo selfie me {username} gendo gets a random photo from their instagram feed.

For example, if I say @gendo selfie me gmeluski it should return an Instagram photo of some guy who works in publishing even though he's a developer

Am amenable to last posted as well.

Feature: Millenial user can ask gendo for selfies

Scenario: User requests a selfie from a valid instagram account that has photos

  • Given I am a millenial user (which by definition I am if I am asking for selfies), when I type @gendo selfie me {username} then I should see a random instagram photo from {username}'s feed.

Scenario: User requests a selfie from an invalid instagram account

  • Given the account name does not exist on instagram, when I type @gendo selfie me {username}, then I should see the same image I'd get if I typed "image me {username}"

Scenario: User requests a selfie from a valid instagram account that has no photos

  • Given the account exists on Instagram but has no photos, when I type @gendo selfie me {username}, then I should see the same image I'd get if I typed "image me {username}"

Scenario: User requests a selfie from a valid but private instagram account

  • Given the account exists on Instagram but is private, when I type @gendo selfie me {username}, then I should see the same image I'd get if I typed "image me {username}"