Bitmoji
No description available
Install / Use
/learn @jpoles1/BitmojiREADME
Generating and searching friendmojis
In order to use the friendmoji generator you will need your ID and that of a friend (or you can use your own ID twice!). Substitute your ids in here: https://jpoles1.github.io/bitmoji/friends.html?firstid=IDHERE&secondid=IDHERE.
I got my ID by extracting it from an image URL generated by the bitmoji extension for google chrome! It seems that these IDs can take at least two different forms:
- 128257004_1_s1
- 934d9900-892a-4515-8beb-202d6c42a6ee
List of bitmoji images:
Access the bitmoji list in json format here.
Use the entries in "imoji" for solo comics, and the entries in "friends" for friendmojis.
Making sense of the data
- Individual comics are in .imoji (1117 of them) replace the
%swith an avatar id - Multi-avatar comics are in .friends (296 of them) replace both
%swith an avatar id (eg from .imoji or .friends) https://render.bitstrips.com/v2/cpanel/:comic_id-%s-v1.png?option1&option2&...transparent=1to set the bg to truepalette=1no ideawidth=200scale image width to 200 pixels
https://render.bitstrips.com/render/:comic_id/%s-v1.png?option1&option2&...cropped=%22body%22you can also set cropped to"head"outfit=971786put the user inhead_rotation=1rotate the head to position 1body_rotation=1rotate the body to position 1pd2={"mouth":"_blank"}insidepd2, you can put any of these keys:[ "beard", "brow_L", "brow_R", "cranium", "detail_E_L", "detail_E_R", "detail_L", "detail_R", "detail_T", "ear_L", "ear_R", "eye_L", "eye_R", "eyelash_L", "eyelash_R", "eyelid_L", "eyelid_R", "eyelines_L", "eyelines_R", "forehead", "glasses", "hair_back", "hair_front", "hairbottom", "hat", "jaw", "mouth", "nose", "pupil_L", "pupil_R", "stachin", "stachout", "tongue"]
