Page MenuHomePhabricator

Make a working Telegram chat bot that can authenticate with translatewiki.net usernames and make translations
Closed, ResolvedPublic

Description

  • Fix the silly bugs about wrong message loading and saving sequence. (Done by @Amire80, by switching to the tgfancy npm package.)
  • Create clear states and session management: When is the user translating and when does he stop. (Done by @Roni.zhelenchuk, with thanks to @srishakatux .)
  • Add authentication that links a Telegram username to a translatewiki.net username, probably with OAuth. (Done by @Anna.d92 and @Roni.zhelenchuk, with thanks to @Bawolff and @Nikerabbit.)

Event Timeline

Assigning to @Roni.zhelenchuk, to work on the session management.