seaneliasson / seaneliasson.github.io

My website. :P
2 stars 0 forks source link

Documentation for framework development #1

Open joncloud062 opened 8 years ago

joncloud062 commented 8 years ago

Hi - I am interested in making a plugin for LINE app. Do you have any documentation for getting started similar to how you have made the Whatsapp framework?

Sirs0ri commented 8 years ago

Hello there!

You'll probably find what you're looking for at https://github.com/Disa-im/DisaOpenSource. It's the repository where Disa's telegram plugin is currently being built by the Disa team, you can use that as a base or open an issue there if you need help - one of the developers will help you out!

joncloud062 commented 8 years ago

I saw that. I was hoping to find some more documentation that related to a real project. It seemed like quite a leap to get from the Wacky Messenger to the 3500 line Telegram.cs

Do you have any recommendations on where to start?

On Fri, Aug 26, 2016 at 8:50 PM, Maximilian Ertl notifications@github.com wrote:

Hello there!

You'll probably find what you're looking for at https://github.com/Disa-im/DisaOpenSource. It's the repository where Disa's telegram plugin is currently being built by the Disa team, you can use that as a base or open an issue there if you need help - one of the developers will help you out!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/seaneliasson/seaneliasson.github.io/issues/1#issuecomment-242884913, or mute the thread https://github.com/notifications/unsubscribe-auth/ARI-64uA5AeKzlys4l68Dv_z0w94Z7tRks5qj4nhgaJpZM4JuXFn .

navedmerchant commented 8 years ago

Sure, First of do dome research on how the app connects to line servers. then implement that in the connect() method override in you service implementation. hit me at naved@disa.im for any questions you have. :)