Open t3rryw1 opened 3 years ago
Some ideas:
yes looks like wechaty is the way to go.
On Tue, Sep 28, 2021 at 2:01 PM Philip Zhan @.***> wrote:
Some ideas:
- https://github.com/wechaty/wechaty
- https://github.com/Wechaty/python-wechaty (Python port of wechaty. Not sure about the quality)
- https://github.com/wechaty/wechaty-getting-started (Wechaty example project)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/philip-zhan/badminton-group/issues/15#issuecomment-929621901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH2Q2HH7UNRHH3SJ2IIC4TUEIUMBANCNFSM5E3ELVUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- -Thanks
Terry .Wang Web Developer
Ideas about bot workflow:
@bot
keyword and get event ID from群公告Terry:
@bot 报名单打
bot:
Mon Oct 4 Stage 18 8:00 PM - 10:00 PM Single (12)
- Terry
Double (12)
Phil:
@bot 报名双打
bot:
Mon Oct 4 Stage 18 8:00 PM - 10:00 PM Single (12)
- Terry
Double (12)
- Phil
Phil:
@bot 取消双打
bot:
Mon Oct 4 Stage 18 8:00 PM - 10:00 PM Single (12)
- Terry
Double (12)
We can simplify the workflow to:
Currently only one API endpoint Event Signup/retreat is needed for the above operation. Fields needed for this operation include:
- name
- number of spots asked
- operation ( signup/retreat)
- group id
- user id
Draft response fields include:
- success: boolean
- error: object
- event: object
Explore existing solutions and see how it can fit into our codebase