An open API service indexing awesome lists of open source software.

https://github.com/fey/internship-tools


https://github.com/fey/internship-tools

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## prerequesites

* Ruby 3.1.2
* Curl
* Git
* Make
* Github token. [Here](https://github.com/settings/tokens)

## Commands

See *Makefile*

to download:

```bash
EPR_TOKEN= make download-prs
EPR_TOKEN= make download-issues
```

### Useful links

```sql
drop table students; select * from read_csv_auto('students.csv');
```