All Projects → yasintoy → Alize

yasintoy / Alize

Visualize Your Github Profile

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Alize

Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-37.16%)
Mutual labels:  api, django, webapp
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-47.97%)
Mutual labels:  api, github-api
Ara
ARA Records Ansible and makes it easier to understand and troubleshoot.
Stars: ✭ 1,176 (+694.59%)
Mutual labels:  api, django
Ariadne
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
Stars: ✭ 1,274 (+760.81%)
Mutual labels:  api, django
Octonode
github api v3 in nodejs
Stars: ✭ 1,126 (+660.81%)
Mutual labels:  api, github-api
Vibe
Get insights into your Spotify listening history 🎶
Stars: ✭ 67 (-54.73%)
Mutual labels:  api, webapp
Mezzanine Api
RESTful web API for Mezzanine CMS
Stars: ✭ 84 (-43.24%)
Mutual labels:  api, django
Flask Tutorial
A tutorial to build your first flask application
Stars: ✭ 58 (-60.81%)
Mutual labels:  api, webapp
Lastversion
Find the latest release version of an arbitrary project
Stars: ✭ 103 (-30.41%)
Mutual labels:  api, github-api
Traduora
Ever® Traduora - Open-Source Translation Management Platform
Stars: ✭ 1,580 (+967.57%)
Mutual labels:  api, webapp
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+965.54%)
Mutual labels:  api, webapp
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+655.41%)
Mutual labels:  api, django
Djaoapp
User login, billing, access control as part of a session proxy
Stars: ✭ 61 (-58.78%)
Mutual labels:  api, django
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-54.05%)
Mutual labels:  api, webapp
Cookiecutter Django Rest
Build best practiced apis fast with Python3
Stars: ✭ 1,108 (+648.65%)
Mutual labels:  api, django
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-44.59%)
Mutual labels:  api, django
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-64.86%)
Mutual labels:  django, webapp
Githubapi
Swift implementation of Github REST API v3
Stars: ✭ 55 (-62.84%)
Mutual labels:  api, github-api
Tooty
An alternative multi-accounts Web client for Mastodon.
Stars: ✭ 124 (-16.22%)
Mutual labels:  api, webapp
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-17.57%)
Mutual labels:  api, django

Alize

Alize

Visualize your GitHub profile and use in your CV. I'll add pdf export feature as soon as

Table of Contents

Installation

Before start, you should install redis.

Install Redis :

If you have't redis Follow this steps

For Mac/Linux :

git clone https://github.com/yasintoy/Alize.git
cd Alize
virtualenv env -p python2
source env/bin/active
cd alize
pip install -r requirements.txt

When the installation completes, add your GitHub Token to export TOKEN = '<enter your github token here>.

Getting Started

Before start, you have to start redis server in a new tab redis-server and then run the project with python manage.py runserver

$(in a new tab) redis-server
$(in main tab) python manage.py runserver

Profile Tab

image

Profile Infos

image

Contributions Activity and percentage of per repo languages

image

World, Country and City Ranking

image

Recent Commits

image

  • Most Used Words In Commit Messages

image

TODO

  • PDF export

Contributing

  • Fork the repo
  • Branch it in your development environment (this is required if only you are willing to contribute frequently)
  • Hack in
  • Make a pull request
  • Chill

LICENCE

MIT License

Copyright (c) 2018 Yasin Toy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].