JING1201 / leetcron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leetcron

A CLI tool for setting up a cron job that pushes recent leetcode submissions to a specified Github repo.

0.1.0 Updates

  • Added support for the latest languages on Leetcode
  • Added handling to prevent cron job failing from unrecognized language

Installation

pip install leetcron

Setup

leetcron setup

Options

-g Github setup -c Leetcode cookie setup -j Cronjob setup

Notes

  • Obtain a Github Access Token through the steps here
  • Make sure you are logged into Leetcode on Chrome or Firefox before running the setup.
  • Try running leetcron setup -c to grab the newest Leetcode cookie if task fails.

Push recent submissions to repo manually

leetcron run

About

License:MIT License


Languages

Language:Python 100.0%