VicoErv / instagram-private-api

Instagram private api as Ruby gem
MIT License
40 stars 21 forks source link

Feature - list direct messages #8

Closed ryanckulp closed 5 years ago

ryanckulp commented 5 years ago

addresses #7

let me know how final object in collection should look, currently:

{
  thread_id: 'xxx',
  recipient_username: thread.users.first.username, # possible to have 1+
  conversations: [collection of back/forth messages oldest --> newest]
}

will write tests after your opinion.

ryanckulp commented 5 years ago

@VicoErv hey there, are you still opening to reviewing this as promised? if not i can kill + start a new edition.

VicoErv commented 5 years ago

thank you, i just back from my holiday. You can hard fork this repo and start new edition as you wish. Because i'm not actively maintain