Page MenuHomePhabricator

Balaji030698 (Balaji)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Mar 10 2018, 4:41 PM (413 w, 1 d)
Availability
Available
LDAP User
Balaji030698
MediaWiki User
Balaji030698 [ Global Accounts ]

Recent Activity

Mar 29 2020

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

As @srishakatux said, this task has been completed and the bot is live.

Mar 29 2020, 8:00 AM · Tools

Mar 1 2020

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Hi all,

Mar 1 2020, 3:55 PM · Tools

Aug 22 2018

Balaji030698 updated subscribers of T194027: Creating a Facebook Messenger Bot for Wikipedia.
Aug 22 2018, 1:00 PM · Tools

Aug 14 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

@SrishtiSethi Thanks for your valuable feedback :)

Aug 14 2018, 6:15 PM · Tools

Aug 4 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

@SrishtiSethi Thank you for your interest in this project. I've added you as a tester. Try out the chatbot at https://www.messenger.com/t/wikipediatestbot. and provide your feedback about it.

Aug 4 2018, 3:11 AM · Tools

Aug 3 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Hi everyone,
I have deployed the initial version of this project in Toolforge and Its working fine now. I would like to hear feedback from you.
Since it hasn't been published yet on Facebook, please send me your Facebook profile URL link to my IRC (Balaji030698). I will add you to the testers list so that you can try the chatbot.

Aug 3 2018, 4:37 AM · Tools

Jul 4 2018

Balaji030698 created T198808: Delete tool messenger-chatbot.
Jul 4 2018, 6:12 PM · User-bd808, Toolforge (Tools to be deleted), Projects-Cleanup

Jul 1 2018

Balaji030698 removed projects from T194027: Creating a Facebook Messenger Bot for Wikipedia: TCB-Team (now WMDE-TechWish), Mail, New-Editor-Experiences, Language-2018-Apr-June, KartoEditor, Jade, Hashtags, Gamepress, Tamil-Sites, Connected-Open-Heritage-Batch-uploads (RAÄ-KMB_1_2017-02), CheckUser.
Jul 1 2018, 9:05 AM · Tools
Balaji030698 updated subscribers of T194027: Creating a Facebook Messenger Bot for Wikipedia.
Jul 1 2018, 9:01 AM · Tools
Balaji030698 renamed T194027: Creating a Facebook Messenger Bot for Wikipedia from ohdaaaaaaa to Creating a Facebook Messenger Bot for Wikipedia.
Jul 1 2018, 9:00 AM · Tools

Jun 11 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

@MelodyKramer Have you tried the bot? Any feedback?

Jun 11 2018, 5:09 PM · Tools

Jun 5 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.
Jun 5 2018, 2:20 PM · Tools
Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

@Balaji030698 I would love to test out the bot - do I need to friend you on FB?

Jun 5 2018, 3:42 AM · Tools

Jun 1 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

I designed it in such a way that, the bot's preferred language will be based on the language set in the mobile and Facebook account language settings. If you need access to the bot, ping me in IRC at Balaji030698

Jun 1 2018, 5:16 PM · Tools
Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Hi everyone,
I have built the PoC for the Facebook Messenger bot. You can find the demo video here.
Currently, I have built it for English and Tamil. It can be extended to other languages if volunteers contribute to training the NLP models. You can find the source code at my GitHub repository.

Jun 1 2018, 5:11 PM · Tools

May 26 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Will there be any Wikimedia policy related issue in using Facebook's Wit.ai as NLP API for this project?

Hey @Balaji030698, I spoke with Mel about this question. Thanks for your patience :)

One question, do you plan to use Wikimedia Cloud Services or Wikimedia ToolForge?

On licensing, it looks like the Wit.ai API promotes open apps, and has a few open clients on github, but is not itself an open source-licensed service. Per our guiding principle on freedom and open source, we avoid relying on proprietary services for Wikimedia's core services. This isn't a strict requirement for a volunteer project like yours, though. I recommend looking at some other open source NLP frameworks/services to see if any of them will meet your needs. If Wit is the best tool for the job, in your opinion, then you can use it.

It will be your responsibility to make sure the app follows Wit's and Facebook's terms of service. On a related note, I saw that Facebook recently updated their review process for bots, which requires developers to follow a few rules in their bot policies.

Thank you for working on this project. I cannot provide legal advice, but I'm happy to see if I can help if you have any questions about Wikimedia policies.

May 26 2018, 5:29 AM · Tools
Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

A MediaWiki page has a lot of properties, as such your class Page has too many methods. I'm not sure if it's valuable to provide a specific class for content urls or images (with source, width, height) to reduce a little the amount.

May 26 2018, 4:48 AM · Tools
Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

According https://www.mediawiki.org/wiki/REST_API, the REST API is a Wikimedia-specific but not Wikipedia-specific API.

If you repurpose the library to handle other projects like de.wikipedia etc. perhaps it would be a good idea to support other sites like wiktionary, wikinews, etc. too

In such case, Wikimedia REST Client (wikimedia_rest_client gem name, require 'wikimedia_rest_client' or better wikimedia-rest_client, require wikimedia/rest_client) would be a better name.

May 26 2018, 4:46 AM · Tools

May 24 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Welp. You're using the restbase stuff so the above isn't valid for it, my bad.

But do set a good user agent someplace, as it says in https://www.mediawiki.org/api/rest_v1/

May 24 2018, 8:58 AM · Tools

May 23 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Hi Everyone,
As a part of creating Facebook chatbot for Wikipedia Facebook page, I have created a Ruby gem to get Wikipedia contents like the random article, Today's featured article, the image of the day, and daily news. You can find the source code of my Ruby gem Project in my GitHub repository.

May 23 2018, 8:24 AM · Tools

May 14 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

@MelodyKramer Any update from the Policy and Legal team?

May 14 2018, 5:10 AM · Tools

May 10 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

@Balaji030698 I will ask our Policy and Legal team today and let you know what they say.

May 10 2018, 4:40 AM · Tools

May 9 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Will there be any Wikimedia policy related issue in using Facebook's Wit.ai as NLP API for this project?

May 9 2018, 8:42 AM · Tools

May 7 2018

Balaji030698 added a comment to T194027: Creating a Facebook Messenger Bot for Wikipedia.

Hello Balaji,

I work on the Wikimedia Foundation's social media team and could see this being a really useful tool that would allow people to pull content rather than having us push it. I am looking forward to seeing feedback from the community — this would be particularly useful if the bot could work in several languages, which would help us reach a more global audience on social media (and could possibly be adapted for chat platforms such as WhatsApp and others...)

Mel

May 7 2018, 4:01 PM · Tools
Balaji030698 created T194027: Creating a Facebook Messenger Bot for Wikipedia.
May 7 2018, 11:22 AM · Tools

Apr 23 2018

Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Apr 23 2018, 5:36 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 28 2018

Balaji030698 moved T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images from Proposals In Progress to Proposals Submitted on the Google-Summer-of-Code (2018) board.
Mar 28 2018, 7:29 AM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 26 2018

Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 26 2018, 6:53 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 24 2018

Balaji030698 added a comment to T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.

@ArielGlenn: Thanks a lot, Ariel. I will look into them and update the doc.

Mar 24 2018, 7:46 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 added a comment to T190163: [GSoC Proposal 2018] Emoji Twitter bot for Commons images from NYPL fork.

@rosalieper : Hi Rosalie, I came across a security issue in your bot and shared the details regarding it through mail along with the steps to fix it.

Mar 24 2018, 7:41 PM · Commons-Twitter-Bot, Patch-For-Review, Google-Summer-of-Code (2018)

Mar 22 2018

Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 22 2018, 6:08 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 22 2018, 5:45 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 21 2018

Balaji030698 added a comment to T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.

The timelike sounds solid, excepted for the publish Twitter Cards tags to Wikimedia Commons part.

The Giphy sample shows the base mechanisms are known, and the known issues are well thought.

Mar 21 2018, 6:12 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).
In T143593#4067627, @D3r1ck01 wrote:

@Balaji030698, yes! The NYPL bot itself is written in NodeJS and if you're forking to build on it, then you should do it in NodeJS of course. Rebuilding the whole bot in Ruby is also an[[ URL | name ]] option but the only issue is reinventing the wheel?

Yes, I can help you on Toolforge, can you ping me on IRC or leave your questions here? I'll have a look :) @Dereckson as he said can help you in Ruby!

Thanks for sharing the draft proposal, we'll have a look and for me, I'll leave feedback directly on the proposal document. Thanks :)

Mar 21 2018, 8:23 AM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons

Mar 20 2018

Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).

@D3r1ck01 I could see that you added NodeJS as a skill requirement for this project. But, we have discussed earlier in this thread that I would like to build this project from scratch using Ruby language. I would like to have your help in ToolForge. @Dereckson is interested in co-mentor for Ruby related tasks.

Mar 20 2018, 2:25 PM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 20 2018, 2:08 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 20 2018, 1:48 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 17 2018

Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 17 2018, 6:05 AM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 16 2018

Balaji030698 removed a project from T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images: Diff-blog.
Mar 16 2018, 8:06 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 16 2018, 7:49 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 16 2018, 7:45 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 16 2018, 7:42 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 updated the task description for T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 16 2018, 7:38 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 added a project to T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images: Google-Summer-of-Code (2018).
Mar 16 2018, 7:33 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons
Balaji030698 created T189904: [GSoC Proposal 2018] Build a similar to @NYPLEmoji bot for Commons images.
Mar 16 2018, 7:25 PM · Google-Summer-of-Code (2018), MediaWiki-extensions-TwitterCards, Commons

Mar 14 2018

Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).

This message is for students interested in working on this project for Google-Summer-of-Code (2018)

  • Student application deadline is March 27 16:00 UTC.
  • If you have questions about eligibility, please read the GSoC rules thoroughly here https://summerofcode.withgoogle.com/rules/. Wikimedia will not be responsible for verifying your eligibility and also not be able to make any decisions on this. For any clarifying questions, please email gsoc-support@google.com
  • Ensure that by now you have already discussed your implementation approach with your mentors, completed a few bugs/microtasks and made a plan to move forward with the proposal
  • I encourage you to start creating your proposals on Phabricator now to receive timely feedback on them from mentors. Do not wait until the last minute. Give your mentors at least a week's time to review your proposal, so that you could then incorporate any suggestions for changes. Learn how to submit a proposal in our participant's guide: https://www.mediawiki.org/wiki/Google_Summer_of_Code/Participants (Step 9)
  • Proposals that contain links to successfully merged patches before the application period and submitted on both Phabricator and GSoC portal will only be considered for the review process. So, between now and the application deadline, you could consider working on this task.
  • If you would like to chat with me more about the process or have questions, come and talk to me in the Zulip chat: https://wikimedia.zulipchat.com/
Mar 14 2018, 5:51 PM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons

Mar 13 2018

Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).

Okay, I can help for the Ruby part so yes I'm into comentor the project.

Mar 13 2018, 5:11 PM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons

Mar 11 2018

Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).

@ArielGlenn I will make sure the bot performs well without any resource hog or performance issue. Currently, I am looking into the ways to automate the mapping of emojis to Commons images.

Mar 11 2018, 5:15 PM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons
Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).

@ArielGlenn @Dereckson I am interested to take up this project in GSoC 2018. Can I develop the bot from scratch using Ruby language?

Mar 11 2018, 4:48 PM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons

Mar 10 2018

Balaji030698 added a comment to T143593: Fork NYPL emoji bot for Commons images (to give back 'similar' Commons images).

Hi All,
I am Balaji from India. I have been working on chatbots for the last one year. I have developed an open-source Facebook Messenger chatbot to help hospitals to remind parents about their kid's vaccination days through Facebook Messenger and answer queries about the vaccination schedules. You can find the project at my GitHub repository. I have previously worked on a twitter bot for my hobby project too. I am interested to develop the NYPLEmoji like bot for Commons image as part of GSoC 2018.

Mar 10 2018, 4:51 PM · Outreach-Programs-Projects, Google-Summer-of-Code (2018), Commons