shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.7k stars 399 forks source link

submit按钮是否能以在命令行或其他方式实现自动化? #690

Open zhangxii opened 7 months ago

zhangxii commented 7 months ago

感谢大佬的项目。

想请教一个问题,将编写的代码提交到leetcode是否可以自动化,而不是点击一下submit按钮。

例如,我是否可以将提交按钮通过执行命令行语句来提交代码?

shuzijun commented 7 months ago

具体使用场景是什么? 如果想快速提交可以配置快捷键

zhangxii commented 7 months ago

具体使用场景是什么? 如果想快速提交可以配置快捷键

我想试验模型在最新竞赛题上的效果,但leetcode的提交似乎只能人工操作,如果能通过命令行来执行插件的submit功能,我就可以批量操作。但我不知道这个是否可行。

shuzijun commented 7 months ago

可以使用这个项目用程序进行批量提交lc-sdk 但是leetcode对提交的频率有严格的限制。

zhangxii commented 7 months ago

我去试试,频率不是问题,只要能自动化。非常感谢!

pheotry commented 4 months ago

可以自定义快捷键实现提交和测试吗