Metadata-Version: 2.1
Name: leetcron
Version: 0.0.4
Summary: Sets up cron job that pushes Leetcode submissions to a Github repository
Home-page: https://github.com/JING1201/leetcron
Author: jlionwg
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: python-crontab
Requires-Dist: browsercookie
Requires-Dist: PyGithub

# leetcron

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

## Installation
```
pip install leetcron
```

## Setup
```
leetcron setup
```
#### Options
`-g` Github setup
`-c` Leetcode cookie setup
`-j` Cronjob setup

NOTE: Try running `leetcron setup -j` to grab the newest Leetcode cookie if task fails.

## Push recent submissions to repo manually
```
leetcron run
```

