/kaggle-profile-card

Primary LanguagePythonMIT LicenseMIT

Kaggle Profile Summary Card

kaydee0502

Extended :

Usage

Simply add your kaggle user ID after the ?user= and use as it is in your GitHub Profile Readme, or anywhere you want.

![alt](https://kaggle-summary-card.herokuapp.com/api?user=<your_kaggle_user_id>)

or

<img src="https://kaggle-summary-card.herokuapp.com/api?user=<your_kaggle_user_id>" />

For Extended Card use extend with & :

![alt](https://kaggle-summary-card.herokuapp.com/api?user=<your_kaggle_user_id>&extend)

Example : If my kaggle profile is https://www.kaggle.com/kshitijdhama, I would simply do - https://kaggle-summary-card.herokuapp.com/api?user=kshitijdhama Extend it using - https://kaggle-summary-card.herokuapp.com/api?user=kshitijdhama&extend


📤 Deploying it on your own

If you can, it is preferable to host the files on your own server.

Doing this can lead to better uptime and more control over customization (you can modify the code for your usage).

You can deploy the Flask app on any website server with Python installed or as a Heroku app.

Deploy


Contributions are welcome! ❤️

Made with ❤️ and Python.