ilagnev / appbaseio.github.io

Appbase.io open-source projects

Home Page:https://appbaseio.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appbaseio open source

Development

pip install pystache requests pygithub3
generate.py

Repository data (repos.json) is pulled via the GitHub API (e.g., website). By default the script performs unauthenticated requests, so it's easy to run up against GitHub's limit of 60 unauthenticated requests per hour. To make authenticated requests and work around the rate-limiting, add an entry for api.github.com to your ~/.netrc file, preferably with a Personal Access Token from https://github.com/settings/applications.

machine api.github.com
  login YourUsername
  password PersonalAccessToken

Images are loaded by convention from the repo_images/ directory. Ensure the name is the same as the repo name in the repos.json file and has a .jpg extension.

About

Appbase.io open-source projects

https://appbaseio.github.io


Languages

Language:CSS 90.4%Language:HTML 7.6%Language:Python 1.4%Language:Ruby 0.4%Language:PowerShell 0.2%