Package identicon is an open source avatar generator inspired by GitHub avatars. IdentIcon uses a deterministic algorithm that generates an image (using Golang's stdlib image encoders) based on a text (Generally Usernames, Emails or just random strings), by hashing it and iterating over the bytes of the digest to pick whether to draw a point, pick a color or choose where to go next. IdentIcon's Generator enables the creation of customized figures: (NxN size, points density, custom color palette) as well as multiple exporting formats in case the developers want to generate their own images.
Package letteravatar generates letter-avatars.
Package letteravatar generates letter-avatars.
Package plavatar implements the core avatar generation functionality. It contains the Generator struct, which implements the library's main method: Generator.GenerateAvatar. Generator.GenerateAvatar is called in combination with a GeneratorFunction like Generator.Smiley (see the matching avatar_XXX.go file for details on the GeneratorFunction's implementations)
Package plavatar implements the core avatar generation functionality. It contains the Generator struct, which implements the library's main method: Generator.GenerateAvatar. Generator.GenerateAvatar is called in combination with a GeneratorFunction like Generator.Smiley (see the matching avatar_XXX.go file for details on the GeneratorFunction's implementations)
xig To fetch **instagram** user img, content, avatar data. install from github usage list To fetch recently img(12), avatar and content To fetch **ALL** images data (if user uploaded more, may slow) Print recently data Output format: To find some deleted content Some users turn to private account, using `-u` to login user account for fetch private data. (required setting environment variables in `IGUSER`, `IGPASS`, and cookies file will save as `cookies.gob`) by user * All images will try to fetch original size. * Private user need setting `IGUSER`, `IGPASS` and using `-u`. Cookies file will save as `cookies.gob` * Content's readable date is in `RFC3339` format. * instagram won't to ban ip, may CDN doesn't check. * `xig`'s code base are not pretty, I will make it pretty :) For crontab, every 1m to fetch For crontab, using `-d` for delay fetch.
Package avatargen generats an 300x300 px avatar based on a input string. The avatar is aways unique
Package letteravatar generates letter-avatars.
Package letteravatar generates letter-avatars.
Package identicon is an open source avatar generator inspired by GitHub avatars. IdentIcon uses a deterministic algorithm that generates an image (using Golang's stdlib image encoders) based on a text (Generally Usernames, Emails or just random strings), by hashing it and iterating over the bytes of the digest to pick whether to draw a point, pick a color or choose where to go next. IdentIcon's Generator enables the creation of customized figures: (NxN size, points density, custom color palette) as well as multiple exporting formats in case the developers want to generate their own images.