-
Notifications
You must be signed in to change notification settings - Fork 9
/
parser.py
19 lines (11 loc) · 2.63 KB
/
parser.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Markdown Entry Genertor
def make_md(name, url):
'''
'''
Output:
| 🥇 | 🥈 | 🥉 |
| :---: | :---: | :---: |
| [**Node / Express**<br/> ![Node / Express](https://storage.googleapis.com/files.cs-first.com/hoc/icon.png) ![Star](https://img.shields.io/github/stars/gothinkster/node-express-realworld-example-app.svg?style=social&label=Star) ![Fork](https://img.shields.io/github/forks/gothinkster/node-express-realworld-example-app.svg?style=social&label=Fork)](https://github.com/gothinkster/node-express-realworld-example-app)| [**Laravel**<br/> ![Laravel](https://storage.googleapis.com/files.cs-first.com/hoc/icon.png) ![Star](https://img.shields.io/github/stars/gothinkster/laravel-realworld-example-app.svg?style=social&label=Star) ![Fork](https://img.shields.io/github/forks/gothinkster/laravel-realworld-example-app.svg?style=social&label=Fork)](https://github.com/gothinkster/laravel-realworld-example-app)| [**Django**<br/> ![Django](https://raw.githubusercontent.com/gothinkster/django-realworld-example-app/master/project-logo.png) ![Star](https://img.shields.io/github/stars/gothinkster/django-realworld-example-app.svg?style=social&label=Star) ![Fork](https://img.shields.io/github/forks/gothinkster/django-realworld-example-app.svg?style=social&label=Fork)](https://github.com/gothinkster/django-realworld-example-app)
| [**Rust**<br/> ![Rust](https://github.com/gothinkster/rust-realworld-example-app/raw/master/logo.png) ![Star](https://img.shields.io/github/stars/gothinkster/rust-realworld-example-app.svg?style=social&label=Star) ![Fork](https://img.shields.io/github/forks/gothinkster/rust-realworld-example-app.svg?style=social&label=Fork)](https://github.com/gothinkster/rust-realworld-example-app)| [**CakePHP**<br/> ![CakePHP](https://github.com/gothinkster/cakephp-realworld-example-app/raw/master/logo.png) ![Star](https://img.shields.io/github/stars/gothinkster/cakephp-realworld-example-app.svg?style=social&label=Star) ![Fork](https://img.shields.io/github/forks/gothinkster/cakephp-realworld-example-app.svg?style=social&label=Fork)](https://github.com/gothinkster/cakephp-realworld-example-app)| [**Moleculer**<br/> ![Moleculer](https://github.com/gothinkster/moleculer-node-realworld-example-app/blob/master/rw-logo.png) ![Star](https://img.shields.io/github/stars/gothinkster/moleculer-node-realworld-example-app.svg?style=social&label=Star) ![Fork](https://img.shields.io/github/forks/gothinkster/moleculer-node-realworld-example-app.svg?style=social&label=Fork)](https://github.com/gothinkster/moleculer-node-realworld-example-app)
'''
#https://img.shields.io/github/stars/yuzhoujr/googler.svg?style=social&label=Star