sphinx-contrib / emojicodes

An extension to use emoji codes in your Sphinx documentation! 😍
https://sphinxemojicodes.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 15 forks source link

Missing some emoji codes/aliases #4

Closed Peque closed 5 years ago

Peque commented 5 years ago

Compared to GitHub:

import json

import requests

github = set(json.loads(requests.get('https://api.github.com/emojis').text).keys())
gitlab = set(json.loads(requests.get('https://gitlab.com/gitlab-org/gitlab-ce/raw/master/fixtures/emojis/index.json').text).keys())
aliases = set(json.loads(requests.get('https://gitlab.com/gitlab-org/gitlab-ce/raw/master/fixtures/emojis/aliases.json').text).keys())

gitlab.update(aliases)
print(github - gitlab)

We are missing:

{'french_guiana', 'switzerland', 'family_man_man_boy_boy',
'tipping_hand_woman', 'sun_behind_large_cloud', 'no_good_woman',
'women_wrestling', 'liberia', 'family_man_man_boy', 'moon',
'south_georgia_south_sandwich_islands', 'paw_prints', 'romania',
'massage_woman', 'serbia', 'norway', 'tornado', 'niger', 'palau',
'bosnia_herzegovina', 'st_kitts_nevis', 'mozambique', 'western_sahara',
'poland', 'biking_man', 'facepunch', 'hugs', 'ng_woman', 'ethiopia',
'cocos_islands', 'st_vincent_grenadines', 'dancing_women', 'zimbabwe',
'running_woman', 'spiral_notepad', 'antigua_barbuda', 'gibraltar', 'sri_lanka',
'family_man_girl', 'black_flag', 'fist_raised', 'balance_scale', 'lebanon',
'policewoman', 'woman_shrugging', 'equatorial_guinea', 'fist_oncoming',
'woman_teacher', 'faroe_islands', 'dominica', 'roll_eyes',
'palestinian_territories', 'haircut_man', 'bahrain', 'sudan', 'woman_farmer',
'phone', 'samoa', 'construction_worker_man', 'rescue_worker_helmet',
'botswana', 'madagascar', 'family_man_woman_boy_boy', 'cape_verde',
'christmas_island', 'honduras', 'kazakhstan', 'martinique', 'rwanda',
'micronesia', 'malawi', 'woman_with_turban', 'north_korea', 'brunei',
'heavy_heart_exclamation', 'american_samoa', 'colombia', 'mountain_biking_man',
'boat', 'singapore', 'kosovo', 'mandarin', 'man_astronaut', 'massage_man',
'pen', 'frowning_woman', 'puerto_rico', 'australia', 'timor_leste',
'trollface', 'rowing_man', 'monaco', 'el_salvador', 'woman_juggling',
'seychelles', 'finnadie', 'falkland_islands', 'milk_glass', 'libya',
'squirrel', 'congo_brazzaville', 'uzbekistan', 'mauritania',
'caribbean_netherlands', 'pitcairn_islands', 'montenegro', 'mali', 'curacao',
'jersey', 'guatemala', 'wallis_futuna', 'croatia', 'goberserk',
'snowman_with_snow', 'cowboy_hat_face', 'swaziland', 'basecampy', 'st_helena',
'spiral_calendar', 'pouting_man', 'man_factory_worker', 'octocat', 'mongolia',
'mountain_biking_woman', 'djibouti', 'guinea_bissau',
'family_man_woman_girl_boy', 'ukraine', 'shipit', 'man_office_worker',
'sleeping_bed', 'sassy_woman', 'northern_mariana_islands',
'construction_worker_woman', 'new_caledonia', 'iran', 'tshirt',
'family_man_girl_boy', 'shoe', 'eye_speech_bubble', 'hurtrealbad', 'bowtie',
'trinidad_tobago', 'cayman_islands', 'new_zealand', 'congo_kinshasa',
'armenia', 'golfing_woman', 'collision', 'british_indian_ocean_territory',
'benin', 'barbados', 'luxembourg', 'woman_playing_water_polo', 'montserrat',
'peru', 'surfing_woman', 'vulcan_salute', 'fleur_de_lis', 'ng_man', 'andorra',
'qatar', 'bangladesh', 'central_african_republic', 'guinea',
'mantelpiece_clock', 'family_woman_girl', 'vanuatu', 'malta',
'british_virgin_islands', 'papua_new_guinea', 'malaysia', 'nepal', 'estonia',
'next_track_button', 'family_man_girl_girl', 'sun_behind_small_cloud',
'sint_maarten', 'wind_face', 'eritrea', 'st_lucia', 'pakistan',
'woman_factory_worker', 'flight_departure', 'algeria', 'togo',
'woman_scientist', 'mexico', 'man_cook', 'man_singer', 'suriname', 'macau',
'woman_artist', 'grenada', 'guyana', 'ecuador', 'framed_picture', 'jamaica',
'woman_office_worker', 'rage3', 'business_suit_levitating', 'godmode',
'lesotho', 'keycap_ten', 'woman_mechanic', 'family_man_boy', 'hand', 'chad',
'belize', 'family_woman_boy_boy', 'family_man_man_girl_girl',
'1st_place_medal', '2nd_place_medal', 'burkina_faso', 'solomon_islands',
'sun_behind_rain_cloud', 'guam', 'medal_sports', 'gabon', 'tonga',
'aland_islands', 'finland', 'norfolk_island', 'us_virgin_islands',
'white_flag', 'lithuania', 'woman_pilot', 'morocco', 'cambodia', 'surfing_man',
'blonde_woman', 'kick_scooter', 'suspect', 'golfing_man',
'family_man_woman_girl', 'swimming_man', 'previous_track_button', 'hocho',
'couplekiss_man_man', 'french_southern_territories', 'iceland',
'walking_woman', 'fiji', 'sao_tome_principe', 'bowing_woman',
'family_woman_woman_girl', 'woman_technologist', 'french_polynesia',
'family_woman_girl_girl', 'slovakia', 'dominican_republic', 'female_detective',
'bolivia', 'rage1', 'belarus', 'uk', 'basketball_woman', 'kyrgyzstan',
'senegal', 'tunisia', 'running_man', 'bahamas', 'angola', 'namibia',
'man_facepalming', 'man_judge', 'sweden', 'orange', 'st_pierre_miquelon',
'parasol_on_ground', 'man_playing_handball', 'running', 'man_cartwheeling',
'man_farmer', 'turks_caicos_islands', 'afghanistan', 'belgium', 'rowing_woman',
'woman_cook', 'egypt', 'camera_flash', 'woman_student', 'blonde_man', 'greece',
'pouting_woman', 'gambia', 'family_man_man_girl', 'biking_woman',
'swimming_woman', 'car', 'neckbeard', 'woman_singer', 'thailand',
'fountain_pen', 'tajikistan', 'tokelau', 'couple_with_heart_man_man',
'man_artist', 'cuba', 'computer_mouse', 'nicaragua', 'family_woman_girl_boy',
'rage4', 'woman_playing_handball', 'burundi', 'men_wrestling', 'open_book',
'marshall_islands', 'family_woman_woman_girl_boy',
'cloud_with_lightning_and_rain', 'kiwi_fruit', 'isle_of_man', 'vietnam',
'family_woman_woman_boy', 'man_technologist', 'weight_lifting_man',
'frowning_face', 'man_juggling', 'man_mechanic', 'bulgaria', 'kenya',
'cook_islands', 'india', 'israel', 'albania', 'macedonia', 'saudi_arabia',
'venezuela', 'woman_astronaut', 'couple_with_heart_woman_woman',
'crossed_fingers', 'woman_facepalming', 'man_firefighter', 'man_student',
'cyprus', 'laos', 'frowning_man', 'comoros', 'detective', 'man_health_worker',
'somalia', 'aruba', 'family_woman_boy', 'zambia', 'slovenia', 'fist_right',
'jordan', 'paraguay', 'couplekiss_man_woman', 'dancing_men', 'haiti',
'basketball_man', 'netherlands', 'taiwan', 'person_fencing', 'mayotte',
'family_man_boy_boy', 'couplekiss_woman_woman', 'maldives', 'canary_islands',
'yemen', 'male_detective', 'cote_divoire', 'artificial_satellite',
'walking_man', 'uruguay', 'fried_egg', 'brazil', 'tipping_hand_man',
'family_man_woman_girl_girl', 'nauru', 'liechtenstein', 'philippines',
'austria', 'family_man_woman_boy', 'man_shrugging', 'mauritius', 'houses',
'myanmar', 'bhutan', 'cameroon', 'reunion', 'guernsey', 'st_barthelemy',
'guardswoman', 'hungary', 'pout', 'iraq', 'woman_firefighter', 'georgia',
'man_scientist', 'motor_boat', 'san_marino', 'policeman', 'canada',
'guadeloupe', 'basecamp', 'ireland', 'latvia', 'ghana',
'family_woman_woman_girl_girl', 'south_sudan', 'heavy_exclamation_mark',
'anguilla', 'medal_military', 'vatican_city', 'bowing_man',
'woman_cartwheeling', 'oman', 'czech_republic', 'man_playing_water_polo',
'kuwait', 'shopping', 'woman_judge', 'panama', 'greenland', 'flipper',
'raising_hand_woman', 'costa_rica', 'man_pilot', 'play_or_pause_button',
'3rd_place_medal', 'film_strip', 'man_teacher', 'denmark', 'derelict_house',
'no_good_man', 'flight_arrival', 'sassy_man', 'tanzania', 'uganda',
'fist_left', 'woman_health_worker', 'bermuda', 'niue', 'portugal', 'syria',
'south_africa', 'electron', 'family_man_man_girl_boy', 'hong_kong', 'kiribati',
'honeybee', 'ice_hockey', 'couple_with_heart_woman_man', 'sierra_leone',
'haircut_woman', 'clamp', 'argentina', 'clinking_glasses', 'ok_man',
'family_woman_woman_boy_boy', 'weight_lifting_woman', 'feelsgood',
'antarctica', 'plate_with_cutlery', 'newspaper_roll', 'united_arab_emirates',
'azerbaijan', 'fu', 'open_umbrella', 'moldova', 'rage2', 'lantern',
'raising_hand_man', 'european_union'}

See https://gitlab.com/gitlab-org/gitlab-ce/issues/62985

Peque commented 5 years ago

Closing after https://github.com/sphinx-contrib/emojicodes/pull/5.

Most emoji codes should be available now.