alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
51 stars 19 forks source link

REST API for whalesong #77

Open parthibd opened 5 years ago

parthibd commented 5 years ago

I am trying to make a REST API for whalesong so that it can be put on the server. And I want to contribute to the examples. Can you suggest me an async web framework to get the work done ?

alfred82santa commented 5 years ago

Internally, Whalesong uses aiohttp in order to download files, I would suggest you to use it to avoid new dependencies.

Read this comment: https://github.com/alfred82santa/whalesong/issues/70#issuecomment-461325715

parthibd commented 5 years ago

So you are suggesting to use WebSockets instead of REST ?

alfred82santa commented 5 years ago

Or webhooks, yes I do!

parthibd commented 5 years ago

Nice ! I want to contribute to your library . You have done some amazing work in whalesong . Just wanted to help whalesong out !

alfred82santa commented 5 years ago

When you create the new project, notify me in order to put it in our related projects section.

parthibd commented 5 years ago

No problem . I'll let you know.

marcelocecin commented 5 years ago

hi there, any progress with this ?