201802282131_232e68a03aa2_change_emoji_shortcodes_to_characters.py 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. """change emoji shortcodes to characters
  2. Revision ID: 232e68a03aa2
  3. Revises: af3f5579c84d
  4. Create Date: 2018-02-28 21:31:35.260704
  5. """
  6. from alembic import op
  7. import sqlalchemy as sa
  8. # revision identifiers, used by Alembic.
  9. revision = '232e68a03aa2'
  10. down_revision = 'af3f5579c84d'
  11. branch_labels = ()
  12. depends_on = None
  13. _emoji_replacement_mapping = {
  14. # bowtie: not in Unicode
  15. # neckbeard: not in Unicode
  16. # shipit, squirrel: GitHub inside joke? either way, not in Unicode
  17. # trollface: ancient meme, not in Unicode
  18. # octocat: that's a brand logo, of course it's not in Unicode
  19. # flaskbb: that's our logo! sadly not in Unicode though
  20. # feelsgood: doom reference, not in Unicode
  21. # finnadie: doom reference, not in Unicode
  22. # goberserk: doom reference, not in Unicode
  23. # godmode: doom reference, not in Unicode
  24. # hurtrealbad: doom reference, not in Unicode
  25. # rage1: doom reference, not in Unicode
  26. # rage2: doom reference, not in Unicode
  27. # rage3: doom reference, not in Unicode
  28. # rage4: doom reference, not in Unicode
  29. # suspect: doom reference, not in Unicode
  30. '+1': '๐Ÿ‘',
  31. '-1': '๐Ÿ‘Ž',
  32. '100': '๐Ÿ’ฏ',
  33. '1234': '๐Ÿ”ข',
  34. '8ball': '๐ŸŽฑ',
  35. 'a': '๐Ÿ…ฐ๏ธ',
  36. 'ab': '๐Ÿ†Ž',
  37. 'abc': '๐Ÿ”ค',
  38. 'abcd': '๐Ÿ”ก',
  39. 'accept': '๐Ÿ‰‘',
  40. 'aerial_tramway': '๐Ÿšก',
  41. 'airplane': 'โœˆ๏ธ',
  42. 'alarm_clock': 'โฐ',
  43. 'alien': '๐Ÿ‘ฝ',
  44. 'ambulance': '๐Ÿš‘',
  45. 'anchor': 'โš“๏ธ',
  46. 'angel': '๐Ÿ‘ผ',
  47. 'anger': '๐Ÿ’ข',
  48. 'angry': '๐Ÿ˜ ',
  49. 'anguished': '๐Ÿ˜ง',
  50. 'ant': '๐Ÿœ',
  51. 'apple': '๐ŸŽ',
  52. 'aquarius': 'โ™’๏ธ',
  53. 'aries': 'โ™ˆ๏ธ',
  54. 'arrow_backward': 'โ—€๏ธ',
  55. 'arrow_double_down': 'โฌ',
  56. 'arrow_double_up': 'โซ',
  57. 'arrow_down': 'โฌ‡๏ธ',
  58. 'arrow_down_small': '๐Ÿ”ฝ',
  59. 'arrow_forward': 'โ–ถ๏ธ',
  60. 'arrow_heading_down': 'โคต๏ธ',
  61. 'arrow_heading_up': 'โคด๏ธ',
  62. 'arrow_left': 'โฌ…๏ธ',
  63. 'arrow_lower_left': 'โ†™๏ธ',
  64. 'arrow_lower_right': 'โ†˜๏ธ',
  65. 'arrow_right': 'โžก๏ธ',
  66. 'arrow_right_hook': 'โ†ช๏ธ',
  67. 'arrow_up': 'โฌ†๏ธ',
  68. 'arrow_up_down': 'โ†•๏ธ',
  69. 'arrow_up_small': '๐Ÿ”ผ',
  70. 'arrow_upper_left': 'โ†–๏ธ',
  71. 'arrow_upper_right': 'โ†—๏ธ',
  72. 'arrows_clockwise': '๐Ÿ”ƒ',
  73. 'arrows_counterclockwise': '๐Ÿ”„',
  74. 'art': '๐ŸŽจ',
  75. 'articulated_lorry': '๐Ÿš›',
  76. 'astonished': '๐Ÿ˜ฒ',
  77. 'atm': '๐Ÿง',
  78. 'b': '๐Ÿ…ฑ๏ธ',
  79. 'baby': '๐Ÿ‘ถ',
  80. 'baby_bottle': '๐Ÿผ',
  81. 'baby_chick': '๐Ÿค',
  82. 'baby_symbol': '๐Ÿšผ',
  83. 'back': '๐Ÿ”™',
  84. 'baggage_claim': '๐Ÿ›„',
  85. 'balloon': '๐ŸŽˆ',
  86. 'ballot_box_with_check': 'โ˜‘๏ธ',
  87. 'bamboo': '๐ŸŽ',
  88. 'banana': '๐ŸŒ',
  89. 'bangbang': 'โ€ผ๏ธ',
  90. 'bank': '๐Ÿฆ',
  91. 'bar_chart': '๐Ÿ“Š',
  92. 'barber': '๐Ÿ’ˆ',
  93. 'baseball': 'โšพ๏ธ',
  94. 'basketball': '๐Ÿ€',
  95. 'bath': '๐Ÿ›€',
  96. 'bathtub': '๐Ÿ›',
  97. 'battery': '๐Ÿ”‹',
  98. 'bear': '๐Ÿป',
  99. 'bee': '๐Ÿ',
  100. 'beer': '๐Ÿบ',
  101. 'beers': '๐Ÿป',
  102. 'beetle': '๐Ÿž',
  103. 'beginner': '๐Ÿ”ฐ',
  104. 'bell': '๐Ÿ””',
  105. 'bento': '๐Ÿฑ',
  106. 'bicyclist': '๐Ÿšด',
  107. 'bike': '๐Ÿšฒ',
  108. 'bikini': '๐Ÿ‘™',
  109. 'bird': '๐Ÿฆ',
  110. 'birthday': '๐ŸŽ‚',
  111. 'black_circle': 'โšซ๏ธ',
  112. 'black_joker': '๐Ÿƒ',
  113. 'black_medium_small_square': 'โ—พ๏ธ',
  114. 'black_medium_square': 'โ—ผ๏ธ',
  115. 'black_nib': 'โœ’๏ธ',
  116. 'black_small_square': 'โ–ช๏ธ',
  117. 'black_square': 'โฌ›', # i assume that's black large square
  118. 'black_square_button': '๐Ÿ”ฒ',
  119. 'blossom': '๐ŸŒผ',
  120. 'blowfish': '๐Ÿก',
  121. 'blue_book': '๐Ÿ“˜',
  122. 'blue_car': '๐Ÿš™',
  123. 'blue_heart': '๐Ÿ’™',
  124. 'blush': '๐Ÿ˜Š',
  125. 'boar': '๐Ÿ—',
  126. 'boat': 'โ›ต๏ธ',
  127. 'bomb': '๐Ÿ’ฃ',
  128. 'book': '๐Ÿ“–',
  129. 'bookmark': '๐Ÿ”–',
  130. 'bookmark_tabs': '๐Ÿ“‘',
  131. 'books': '๐Ÿ“š',
  132. 'boom': '๐Ÿ’ฅ',
  133. 'boot': '๐Ÿ‘ข',
  134. 'bouquet': '๐Ÿ’',
  135. 'bow': '๐Ÿ™‡',
  136. 'bowling': '๐ŸŽณ',
  137. 'boy': '๐Ÿ‘ฆ',
  138. 'bread': '๐Ÿž',
  139. 'bride_with_veil': '๐Ÿ‘ฐ',
  140. 'bridge_at_night': '๐ŸŒ‰',
  141. 'briefcase': '๐Ÿ’ผ',
  142. 'broken_heart': '๐Ÿ’”',
  143. 'bug': '๐Ÿ›',
  144. 'bulb': '๐Ÿ’ก',
  145. 'bullettrain_front': '๐Ÿš…',
  146. 'bullettrain_side': '๐Ÿš„',
  147. 'bus': '๐ŸšŒ',
  148. 'busstop': '๐Ÿš',
  149. 'bust_in_silhouette': '๐Ÿ‘ค',
  150. 'busts_in_silhouette': '๐Ÿ‘ฅ',
  151. 'cactus': '๐ŸŒต',
  152. 'cake': '๐Ÿฐ',
  153. 'calendar': '๐Ÿ“†',
  154. 'calling': '๐Ÿ“ฒ',
  155. 'camel': '๐Ÿซ',
  156. 'camera': '๐Ÿ“ท',
  157. 'cancer': 'โ™‹๏ธ',
  158. 'candy': '๐Ÿฌ',
  159. 'capital_abcd': '๐Ÿ” ',
  160. 'capricorn': 'โ™‘๏ธ',
  161. 'car': '๐Ÿš—',
  162. 'card_index': '๐Ÿ“‡',
  163. 'carousel_horse': '๐ŸŽ ',
  164. 'cat': '๐Ÿฑ',
  165. 'cat2': '๐Ÿˆ',
  166. 'cd': '๐Ÿ’ฟ',
  167. 'chart': '๐Ÿ’น',
  168. 'chart_with_downwards_trend': '๐Ÿ“‰',
  169. 'chart_with_upwards_trend': '๐Ÿ“ˆ',
  170. 'checkered_flag': '๐Ÿ',
  171. 'cherries': '๐Ÿ’',
  172. 'cherry_blossom': '๐ŸŒธ',
  173. 'chestnut': '๐ŸŒฐ',
  174. 'chicken': '๐Ÿ”',
  175. 'children_crossing': '๐Ÿšธ',
  176. 'chocolate_bar': '๐Ÿซ',
  177. 'christmas_tree': '๐ŸŽ„',
  178. 'church': 'โ›ช๏ธ',
  179. 'cinema': '๐ŸŽฆ',
  180. 'circus_tent': '๐ŸŽช',
  181. 'city_sunrise': '๐ŸŒ‡',
  182. 'city_sunset': '๐ŸŒ†',
  183. 'cl': '๐Ÿ†‘',
  184. 'clap': '๐Ÿ‘',
  185. 'clapper': '๐ŸŽฌ',
  186. 'clipboard': '๐Ÿ“‹',
  187. 'clock1': '๐Ÿ•',
  188. 'clock10': '๐Ÿ•™',
  189. 'clock1030': '๐Ÿ•ฅ',
  190. 'clock11': '๐Ÿ•š',
  191. 'clock1130': '๐Ÿ•ฆ',
  192. 'clock12': '๐Ÿ•›',
  193. 'clock1230': '๐Ÿ•ง',
  194. 'clock130': '๐Ÿ•œ',
  195. 'clock2': '๐Ÿ•‘',
  196. 'clock230': '๐Ÿ•',
  197. 'clock3': '๐Ÿ•’',
  198. 'clock330': '๐Ÿ•ž',
  199. 'clock4': '๐Ÿ•“',
  200. 'clock430': '๐Ÿ•Ÿ',
  201. 'clock5': '๐Ÿ•”',
  202. 'clock530': '๐Ÿ• ',
  203. 'clock6': '๐Ÿ••',
  204. 'clock630': '๐Ÿ•ก',
  205. 'clock7': '๐Ÿ•–',
  206. 'clock730': '๐Ÿ•ข',
  207. 'clock8': '๐Ÿ•—',
  208. 'clock830': '๐Ÿ•ฃ',
  209. 'clock9': '๐Ÿ•˜',
  210. 'clock930': '๐Ÿ•ค',
  211. 'closed_book': '๐Ÿ“•',
  212. 'closed_lock_with_key': '๐Ÿ”',
  213. 'closed_umbrella': '๐ŸŒ‚',
  214. 'cloud': 'โ˜๏ธ',
  215. 'clubs': 'โ™ฃ๏ธ',
  216. 'cn': '๐Ÿ‡จ๐Ÿ‡ณ',
  217. 'cocktail': '๐Ÿธ',
  218. 'coffee': 'โ˜•๏ธ',
  219. 'cold_sweat': '๐Ÿ˜ฐ',
  220. 'collision': '๐Ÿ’ฅ',
  221. 'computer': '๐Ÿ’ป',
  222. 'confetti_ball': '๐ŸŽŠ',
  223. 'confounded': '๐Ÿ˜–',
  224. 'confused': '๐Ÿ˜•',
  225. 'congratulations': 'ใŠ—',
  226. 'construction': '๐Ÿšง',
  227. 'construction_worker': '๐Ÿ‘ท',
  228. 'convenience_store': '๐Ÿช',
  229. 'cookie': '๐Ÿช',
  230. 'cool': '๐Ÿ†’',
  231. 'cop': '๐Ÿ‘ฎ',
  232. 'copyright': 'ยฉ๏ธ',
  233. 'corn': '๐ŸŒฝ',
  234. 'couple': '๐Ÿ‘ซ',
  235. 'couple_with_heart': '๐Ÿ’‘',
  236. 'couplekiss': '๐Ÿ’', # kiss
  237. 'cow': '๐Ÿฎ',
  238. 'cow2': '๐Ÿ„',
  239. 'credit_card': '๐Ÿ’ณ',
  240. 'crescent_moon': '๐ŸŒ™',
  241. 'crocodile': '๐ŸŠ',
  242. 'crossed_flags': '๐ŸŽŒ',
  243. 'crown': '๐Ÿ‘‘',
  244. 'cry': '๐Ÿ˜ข',
  245. 'crying_cat_face': '๐Ÿ˜ฟ',
  246. 'crystal_ball': '๐Ÿ”ฎ',
  247. 'cupid': '๐Ÿ’˜',
  248. 'curly_loop': 'โžฐ',
  249. 'currency_exchange': '๐Ÿ’ฑ',
  250. 'curry': '๐Ÿ›',
  251. 'custard': '๐Ÿฎ',
  252. 'customs': '๐Ÿ›ƒ',
  253. 'cyclone': '๐ŸŒ€',
  254. 'dancer': '๐Ÿ’ƒ',
  255. 'dancers': '๐Ÿ‘ฏ',
  256. 'dango': '๐Ÿก',
  257. 'dart': '๐ŸŽฏ',
  258. 'dash': '๐Ÿ’จ',
  259. 'date': '๐Ÿ“…',
  260. 'de': '๐Ÿ‡ฉ๐Ÿ‡ช',
  261. 'deciduous_tree': '๐ŸŒณ',
  262. 'department_store': '๐Ÿฌ',
  263. 'diamond_shape_with_a_dot_inside': '๐Ÿ’ ',
  264. 'diamonds': 'โ™ฆ๏ธ',
  265. 'disappointed': '๐Ÿ˜ž',
  266. 'disappointed_relieved': '๐Ÿ˜ฅ',
  267. 'dizzy': '๐Ÿ’ซ',
  268. 'dizzy_face': '๐Ÿ˜ต',
  269. 'do_not_litter': '๐Ÿšฏ',
  270. 'dog': '๐Ÿถ',
  271. 'dog2': '๐Ÿ•',
  272. 'dollar': '๐Ÿ’ต',
  273. 'dolls': '๐ŸŽŽ',
  274. 'dolphin': '๐Ÿฌ',
  275. 'donut': '๐Ÿฉ', # it's doughnut, you 'muricans
  276. 'door': '๐Ÿšช',
  277. 'doughnut': '๐Ÿฉ',
  278. 'dragon': '๐Ÿ‰',
  279. 'dragon_face': '๐Ÿฒ',
  280. 'dress': '๐Ÿ‘—',
  281. 'dromedary_camel': '๐Ÿช',
  282. 'droplet': '๐Ÿ’ง',
  283. 'dvd': '๐Ÿ“€',
  284. 'e-mail': '๐Ÿ“ง',
  285. 'ear': '๐Ÿ‘‚',
  286. 'ear_of_rice': '๐ŸŒพ',
  287. 'earth_africa': '๐ŸŒ',
  288. 'earth_americas': '๐ŸŒŽ',
  289. 'earth_asia': '๐ŸŒ',
  290. 'egg': '๐Ÿฅš',
  291. 'eggplant': '๐Ÿ†',
  292. 'eight': '8๏ธโƒฃ',
  293. 'eight_pointed_black_star': 'โœด๏ธ',
  294. 'eight_spoked_asterisk': 'โœณ๏ธ',
  295. 'electric_plug': '๐Ÿ”Œ',
  296. 'elephant': '๐Ÿ˜',
  297. 'email': 'โœ‰๏ธ',
  298. 'end': '๐Ÿ”š',
  299. 'envelope': 'โœ‰๏ธ',
  300. 'es': '๐Ÿ‡ช๐Ÿ‡ธ',
  301. 'euro': '๐Ÿ’ถ',
  302. 'european_castle': '๐Ÿฐ',
  303. 'european_post_office': '๐Ÿค',
  304. 'evergreen_tree': '๐ŸŒฒ',
  305. 'exclamation': 'โ—๏ธ',
  306. 'expressionless': '๐Ÿ˜‘',
  307. 'eyeglasses': '๐Ÿ‘“',
  308. 'eyes': '๐Ÿ‘€',
  309. 'facepunch': '๐Ÿ‘Š',
  310. 'factory': '๐Ÿญ',
  311. 'fallen_leaf': '๐Ÿ‚',
  312. 'family': '๐Ÿ‘ช',
  313. 'fast_forward': 'โฉ',
  314. 'fax': '๐Ÿ“ ',
  315. 'fearful': '๐Ÿ˜จ',
  316. 'feet': '๐Ÿพ',
  317. 'ferris_wheel': '๐ŸŽก',
  318. 'file_folder': '๐Ÿ“',
  319. 'fire': '๐Ÿ”ฅ',
  320. 'fire_engine': '๐Ÿš’',
  321. 'fireworks': '๐ŸŽ†',
  322. 'first_quarter_moon': '๐ŸŒ“',
  323. 'first_quarter_moon_with_face': '๐ŸŒ›',
  324. 'fish': '๐ŸŸ',
  325. 'fish_cake': '๐Ÿฅ',
  326. 'fishing_pole_and_fish': '๐ŸŽฃ',
  327. 'fist': 'โœŠ',
  328. 'five': '5๏ธโƒฃ',
  329. 'flags': '๐ŸŽ',
  330. 'flashlight': '๐Ÿ”ฆ',
  331. 'floppy_disk': '๐Ÿ’พ',
  332. 'flower_playing_cards': '๐ŸŽด',
  333. 'flushed': '๐Ÿ˜ณ',
  334. 'foggy': '๐ŸŒ',
  335. 'football': '๐Ÿˆ',
  336. 'fork_and_knife': '๐Ÿด',
  337. 'fountain': 'โ›ฒ๏ธ',
  338. 'four': '4๏ธโƒฃ',
  339. 'four_leaf_clover': '๐Ÿ€',
  340. 'fr': '๐Ÿ‡ซ๐Ÿ‡ท',
  341. 'free': '๐Ÿ†“',
  342. 'fried_shrimp': '๐Ÿค',
  343. 'fries': '๐ŸŸ',
  344. 'frog': '๐Ÿธ',
  345. 'frowning': '๐Ÿ˜ฆ',
  346. 'fu': '๐Ÿ–•',
  347. 'fuelpump': 'โ›ฝ๏ธ',
  348. 'full_moon': '๐ŸŒ•',
  349. 'full_moon_with_face': '๐ŸŒ',
  350. 'game_die': '๐ŸŽฒ',
  351. 'gb': '๐Ÿ‡ฌ๐Ÿ‡ง',
  352. 'gem': '๐Ÿ’Ž',
  353. 'gemini': 'โ™Š๏ธ',
  354. 'ghost': '๐Ÿ‘ป',
  355. 'gift': '๐ŸŽ',
  356. 'gift_heart': '๐Ÿ’',
  357. 'girl': '๐Ÿ‘ง',
  358. 'globe_with_meridians': '๐ŸŒ',
  359. 'goat': '๐Ÿ',
  360. 'golf': 'โ›ณ๏ธ',
  361. 'grapes': '๐Ÿ‡',
  362. 'green_apple': '๐Ÿ',
  363. 'green_book': '๐Ÿ“—',
  364. 'green_heart': '๐Ÿ’š',
  365. 'grey_exclamation': 'โ•',
  366. 'grey_question': 'โ”',
  367. 'grimacing': '๐Ÿ˜ฌ',
  368. 'grin': '๐Ÿ˜',
  369. 'grinning': '๐Ÿ˜€',
  370. 'guardsman': '๐Ÿ’‚',
  371. 'guitar': '๐ŸŽธ',
  372. 'gun': '๐Ÿ”ซ',
  373. 'haircut': '๐Ÿ’‡',
  374. 'hamburger': '๐Ÿ”',
  375. 'hammer': '๐Ÿ”จ',
  376. 'hamster': '๐Ÿน',
  377. 'hand': 'โœ‹',
  378. 'handbag': '๐Ÿ‘œ',
  379. 'hankey': '๐Ÿ’ฉ',
  380. 'hash': '#๏ธโƒฃ',
  381. 'hatched_chick': '๐Ÿฅ',
  382. 'hatching_chick': '๐Ÿฃ',
  383. 'headphones': '๐ŸŽง',
  384. 'hear_no_evil': '๐Ÿ™‰',
  385. 'heart': 'โค๏ธ',
  386. 'heart_decoration': '๐Ÿ’Ÿ',
  387. 'heart_eyes': '๐Ÿ˜',
  388. 'heart_eyes_cat': '๐Ÿ˜ป',
  389. 'heartbeat': '๐Ÿ’“',
  390. 'heartpulse': '๐Ÿ’—',
  391. 'hearts': 'โ™ฅ๏ธ',
  392. 'heavy_check_mark': 'โœ”๏ธ',
  393. 'heavy_division_sign': 'โž—',
  394. 'heavy_dollar_sign': '๐Ÿ’ฒ',
  395. 'heavy_exclamation_mark': 'โ—๏ธ',
  396. 'heavy_minus_sign': 'โž–',
  397. 'heavy_multiplication_x': 'โœ–๏ธ',
  398. 'heavy_plus_sign': 'โž•',
  399. 'helicopter': '๐Ÿš',
  400. 'herb': '๐ŸŒฟ',
  401. 'hibiscus': '๐ŸŒบ',
  402. 'high_brightness': '๐Ÿ”†',
  403. 'high_heel': '๐Ÿ‘ ',
  404. 'hocho': '๐Ÿ”ช',
  405. 'honey_pot': '๐Ÿฏ',
  406. 'honeybee': '๐Ÿ',
  407. 'horse': '๐Ÿด',
  408. 'horse_racing': '๐Ÿ‡',
  409. 'hospital': '๐Ÿฅ',
  410. 'hotel': '๐Ÿจ',
  411. 'hotsprings': 'โ™จ๏ธ',
  412. 'hourglass': 'โŒ›๏ธ',
  413. 'hourglass_flowing_sand': 'โณ',
  414. 'house': '๐Ÿ ',
  415. 'house_with_garden': '๐Ÿก',
  416. 'hushed': '๐Ÿ˜ฏ',
  417. 'ice_cream': '๐Ÿจ',
  418. 'icecream': '๐Ÿฆ',
  419. 'id': '๐Ÿ†”',
  420. 'ideograph_advantage': '๐Ÿ‰',
  421. 'imp': '๐Ÿ‘ฟ',
  422. 'inbox_tray': '๐Ÿ“ฅ',
  423. 'incoming_envelope': '๐Ÿ“จ',
  424. 'information_desk_person': '๐Ÿ’',
  425. 'information_source': 'โ„น๏ธ',
  426. 'innocent': '๐Ÿ˜‡',
  427. 'interrobang': 'โ‰๏ธ',
  428. 'iphone': '๐Ÿ“ฑ',
  429. 'it': '๐Ÿ‡ฎ๐Ÿ‡น',
  430. 'izakaya_lantern': '๐Ÿฎ',
  431. 'jack_o_lantern': '๐ŸŽƒ',
  432. 'japan': '๐Ÿ—พ',
  433. 'japanese_castle': '๐Ÿฏ',
  434. 'japanese_goblin': '๐Ÿ‘บ',
  435. 'japanese_ogre': '๐Ÿ‘น',
  436. 'jeans': '๐Ÿ‘–',
  437. 'joy': '๐Ÿ˜‚',
  438. 'joy_cat': '๐Ÿ˜น',
  439. 'jp': '๐Ÿ‡ฏ๐Ÿ‡ต',
  440. 'key': '๐Ÿ”‘',
  441. 'keycap_ten': '๐Ÿ”Ÿ',
  442. 'kimono': '๐Ÿ‘˜',
  443. 'kiss': '๐Ÿ’‹',
  444. 'kissing': '๐Ÿ˜—',
  445. 'kissing_cat': '๐Ÿ˜ฝ',
  446. 'kissing_closed_eyes': '๐Ÿ˜š',
  447. 'kissing_face': '๐Ÿ˜—', # aparently, the shortcode is just 'kissing'
  448. 'kissing_heart': '๐Ÿ˜˜',
  449. 'kissing_smiling_eyes': '๐Ÿ˜™',
  450. 'koala': '๐Ÿจ',
  451. 'koko': '๐Ÿˆ',
  452. 'kr': '๐Ÿ‡ฐ๐Ÿ‡ท',
  453. 'large_blue_circle': '๐Ÿ”ต',
  454. 'large_blue_diamond': '๐Ÿ”ท',
  455. 'large_orange_diamond': '๐Ÿ”ถ',
  456. 'last_quarter_moon': '๐ŸŒ—',
  457. 'last_quarter_moon_with_face': '๐ŸŒœ',
  458. 'laughing': '๐Ÿ˜†',
  459. 'leaves': '๐Ÿƒ',
  460. 'ledger': '๐Ÿ“’',
  461. 'left_luggage': '๐Ÿ›…',
  462. 'left_right_arrow': 'โ†”๏ธ',
  463. 'leftwards_arrow_with_hook': 'โ†ฉ๏ธ',
  464. 'lemon': '๐Ÿ‹',
  465. 'leo': 'โ™Œ๏ธ',
  466. 'leopard': '๐Ÿ†',
  467. 'libra': 'โ™Ž๏ธ',
  468. 'light_rail': '๐Ÿšˆ',
  469. 'link': '๐Ÿ”—',
  470. 'lips': '๐Ÿ‘„',
  471. 'lipstick': '๐Ÿ’„',
  472. 'lock': '๐Ÿ”’',
  473. 'lock_with_ink_pen': '๐Ÿ”',
  474. 'lollipop': '๐Ÿญ',
  475. 'loop': 'โžฟ',
  476. 'loudspeaker': '๐Ÿ“ข',
  477. 'love_hotel': '๐Ÿฉ',
  478. 'love_letter': '๐Ÿ’Œ',
  479. 'low_brightness': '๐Ÿ”…',
  480. 'm': 'โ“‚๏ธ',
  481. 'mag': '๐Ÿ”',
  482. 'mag_right': '๐Ÿ”Ž',
  483. 'mahjong': '๐Ÿ€„๏ธ',
  484. 'mailbox': '๐Ÿ“ซ',
  485. 'mailbox_closed': '๐Ÿ“ช',
  486. 'mailbox_with_mail': '๐Ÿ“ฌ',
  487. 'mailbox_with_no_mail': '๐Ÿ“ญ',
  488. 'man': '๐Ÿ‘จ',
  489. 'man_with_gua_pi_mao': '๐Ÿ‘ฒ',
  490. 'man_with_turban': '๐Ÿ‘ณ',
  491. 'mans_shoe': '๐Ÿ‘ž',
  492. 'maple_leaf': '๐Ÿ',
  493. 'mask': '๐Ÿ˜ท',
  494. 'massage': '๐Ÿ’†',
  495. 'meat_on_bone': '๐Ÿ–',
  496. 'mega': '๐Ÿ“ฃ',
  497. 'melon': '๐Ÿˆ',
  498. 'memo': '๐Ÿ“',
  499. 'mens': '๐Ÿšน',
  500. 'metal': '๐Ÿค˜',
  501. 'metro': '๐Ÿš‡',
  502. 'microphone': '๐ŸŽค',
  503. 'microscope': '๐Ÿ”ฌ',
  504. 'milky_way': '๐ŸŒŒ',
  505. 'minibus': '๐Ÿš',
  506. 'minidisc': '๐Ÿ’ฝ',
  507. 'mobile_phone_off': '๐Ÿ“ด',
  508. 'money_with_wings': '๐Ÿ’ธ',
  509. 'moneybag': '๐Ÿ’ฐ',
  510. 'monkey': '๐Ÿ’',
  511. 'monkey_face': '๐Ÿต',
  512. 'monorail': '๐Ÿš',
  513. 'mortar_board': '๐ŸŽ“',
  514. 'mount_fuji': '๐Ÿ—ป',
  515. 'mountain_bicyclist': '๐Ÿšต',
  516. 'mountain_cableway': '๐Ÿš ',
  517. 'mountain_railway': '๐Ÿšž',
  518. 'mouse': '๐Ÿญ',
  519. 'mouse2': '๐Ÿ',
  520. 'movie_camera': '๐ŸŽฅ',
  521. 'moyai': '๐Ÿ—ฟ',
  522. 'muscle': '๐Ÿ’ช',
  523. 'mushroom': '๐Ÿ„',
  524. 'musical_keyboard': '๐ŸŽน',
  525. 'musical_note': '๐ŸŽต',
  526. 'musical_score': '๐ŸŽผ',
  527. 'mute': '๐Ÿ”‡',
  528. 'nail_care': '๐Ÿ’…',
  529. 'name_badge': '๐Ÿ“›',
  530. 'necktie': '๐Ÿ‘”',
  531. 'negative_squared_cross_mark': 'โŽ',
  532. 'neutral_face': '๐Ÿ˜',
  533. 'new': '๐Ÿ†•',
  534. 'new_moon': '๐ŸŒ‘',
  535. 'new_moon_with_face': '๐ŸŒš',
  536. 'newspaper': '๐Ÿ“ฐ',
  537. 'ng': '๐Ÿ†–',
  538. 'nine': '9๏ธโƒฃ',
  539. 'no_bell': '๐Ÿ”•',
  540. 'no_bicycles': '๐Ÿšณ',
  541. 'no_entry': 'โ›”๏ธ',
  542. 'no_entry_sign': '๐Ÿšซ',
  543. 'no_good': '๐Ÿ™…',
  544. 'no_mobile_phones': '๐Ÿ“ต',
  545. 'no_mouth': '๐Ÿ˜ถ',
  546. 'no_pedestrians': '๐Ÿšท',
  547. 'no_smoking': '๐Ÿšญ',
  548. 'non-potable_water': '๐Ÿšฑ',
  549. 'nose': '๐Ÿ‘ƒ',
  550. 'notebook': '๐Ÿ““',
  551. 'notebook_with_decorative_cover': '๐Ÿ“”',
  552. 'notes': '๐ŸŽถ',
  553. 'nut_and_bolt': '๐Ÿ”ฉ',
  554. 'o': 'โญ•๏ธ',
  555. 'o2': '๐Ÿ…พ๏ธ',
  556. 'ocean': '๐ŸŒŠ',
  557. 'octopus': '๐Ÿ™',
  558. 'oden': '๐Ÿข',
  559. 'office': '๐Ÿข',
  560. 'ok': '๐Ÿ†—',
  561. 'ok_hand': '๐Ÿ‘Œ',
  562. 'ok_woman': '๐Ÿ™†',
  563. 'older_man': '๐Ÿ‘ด',
  564. 'older_woman': '๐Ÿ‘ต',
  565. 'on': '๐Ÿ”›',
  566. 'oncoming_automobile': '๐Ÿš˜',
  567. 'oncoming_bus': '๐Ÿš',
  568. 'oncoming_police_car': '๐Ÿš”',
  569. 'oncoming_taxi': '๐Ÿš–',
  570. 'one': '1๏ธโƒฃ',
  571. 'open_file_folder': '๐Ÿ“‚',
  572. 'open_hands': '๐Ÿ‘',
  573. 'open_mouth': '๐Ÿ˜ฎ',
  574. 'ophiuchus': 'โ›Ž',
  575. 'orange_book': '๐Ÿ“™',
  576. 'outbox_tray': '๐Ÿ“ค',
  577. 'ox': '๐Ÿ‚',
  578. 'package': '๐Ÿ“ฆ',
  579. 'page_facing_up': '๐Ÿ“„',
  580. 'page_with_curl': '๐Ÿ“ƒ',
  581. 'pager': '๐Ÿ“Ÿ',
  582. 'palm_tree': '๐ŸŒด',
  583. 'panda_face': '๐Ÿผ',
  584. 'paperclip': '๐Ÿ“Ž',
  585. 'parking': '๐Ÿ…ฟ๏ธ',
  586. 'part_alternation_mark': 'ใ€ฝ',
  587. 'partly_sunny': 'โ›…๏ธ',
  588. 'passport_control': '๐Ÿ›‚',
  589. 'paw_prints': '๐Ÿพ',
  590. 'peach': '๐Ÿ‘',
  591. 'pear': '๐Ÿ',
  592. 'pencil': '๐Ÿ“',
  593. 'pencil2': 'โœ๏ธ',
  594. 'penguin': '๐Ÿง',
  595. 'pensive': '๐Ÿ˜”',
  596. 'performing_arts': '๐ŸŽญ',
  597. 'persevere': '๐Ÿ˜ฃ',
  598. 'person_frowning': '๐Ÿ™',
  599. 'person_with_blond_hair': '๐Ÿ‘ฑ',
  600. 'person_with_pouting_face': '๐Ÿ™Ž',
  601. 'phone': 'โ˜Ž๏ธ',
  602. 'pig': '๐Ÿท',
  603. 'pig2': '๐Ÿ–',
  604. 'pig_nose': '๐Ÿฝ',
  605. 'pill': '๐Ÿ’Š',
  606. 'pineapple': '๐Ÿ',
  607. 'pisces': 'โ™“๏ธ',
  608. 'pizza': '๐Ÿ•',
  609. 'plus1': '๐Ÿ‘', # an alias to +1
  610. 'point_down': '๐Ÿ‘‡',
  611. 'point_left': '๐Ÿ‘ˆ',
  612. 'point_right': '๐Ÿ‘‰',
  613. 'point_up': 'โ˜๏ธ',
  614. 'point_up_2': '๐Ÿ‘†',
  615. 'police_car': '๐Ÿš“',
  616. 'poodle': '๐Ÿฉ',
  617. 'poop': '๐Ÿ’ฉ',
  618. 'post_office': '๐Ÿฃ',
  619. 'postal_horn': '๐Ÿ“ฏ',
  620. 'postbox': '๐Ÿ“ฎ',
  621. 'potable_water': '๐Ÿšฐ',
  622. 'pouch': '๐Ÿ‘',
  623. 'poultry_leg': '๐Ÿ—',
  624. 'pound': '๐Ÿ’ท',
  625. 'pouting_cat': '๐Ÿ˜พ',
  626. 'pray': '๐Ÿ™',
  627. 'princess': '๐Ÿ‘ธ',
  628. 'punch': '๐Ÿ‘Š',
  629. 'purple_heart': '๐Ÿ’œ',
  630. 'purse': '๐Ÿ‘›',
  631. 'pushpin': '๐Ÿ“Œ',
  632. 'put_litter_in_its_place': '๐Ÿšฎ',
  633. 'question': 'โ“',
  634. 'rabbit': '๐Ÿฐ',
  635. 'rabbit2': '๐Ÿ‡',
  636. 'racehorse': '๐ŸŽ',
  637. 'radio': '๐Ÿ“ป',
  638. 'radio_button': '๐Ÿ”˜',
  639. 'rage': '๐Ÿ˜ก',
  640. 'railway_car': '๐Ÿšƒ',
  641. 'rainbow': '๐ŸŒˆ',
  642. 'raised_hand': 'โœ‹',
  643. 'raised_hands': '๐Ÿ™Œ',
  644. 'raising_hand': '๐Ÿ™‹',
  645. 'ram': '๐Ÿ',
  646. 'ramen': '๐Ÿœ',
  647. 'rat': '๐Ÿ€',
  648. 'recycle': 'โ™ป๏ธ',
  649. 'red_car': '๐Ÿš—',
  650. 'red_circle': '๐Ÿ”ด',
  651. 'registered': 'ยฎ๏ธ',
  652. 'relaxed': 'โ˜บ๏ธ',
  653. 'relieved': '๐Ÿ˜Œ',
  654. 'repeat': '๐Ÿ”',
  655. 'repeat_one': '๐Ÿ”‚',
  656. 'restroom': '๐Ÿšป',
  657. 'revolving_hearts': '๐Ÿ’ž',
  658. 'rewind': 'โช',
  659. 'ribbon': '๐ŸŽ€',
  660. 'rice': '๐Ÿš',
  661. 'rice_ball': '๐Ÿ™',
  662. 'rice_cracker': '๐Ÿ˜',
  663. 'rice_scene': '๐ŸŽ‘',
  664. 'ring': '๐Ÿ’',
  665. 'rocket': '๐Ÿš€',
  666. 'roller_coaster': '๐ŸŽข',
  667. 'rooster': '๐Ÿ“',
  668. 'rose': '๐ŸŒน',
  669. 'rotating_light': '๐Ÿšจ',
  670. 'round_pushpin': '๐Ÿ“',
  671. 'rowboat': '๐Ÿšฃ',
  672. 'ru': '๐Ÿ‡ท๐Ÿ‡บ',
  673. 'rugby_football': '๐Ÿ‰',
  674. 'runner': '๐Ÿƒ',
  675. 'running': '๐Ÿƒ',
  676. 'running_shirt_with_sash': '๐ŸŽฝ',
  677. 'sa': '๐Ÿˆ‚',
  678. 'sagittarius': 'โ™๏ธ',
  679. 'sailboat': 'โ›ต๏ธ',
  680. 'sake': '๐Ÿถ',
  681. 'sandal': '๐Ÿ‘ก',
  682. 'santa': '๐ŸŽ…',
  683. 'satellite': '๐Ÿ“ก',
  684. 'satisfied': '๐Ÿ˜†',
  685. 'saxophone': '๐ŸŽท',
  686. 'school': '๐Ÿซ',
  687. 'school_satchel': '๐ŸŽ’',
  688. 'scissors': 'โœ‚๏ธ',
  689. 'scorpius': 'โ™๏ธ',
  690. 'scream': '๐Ÿ˜ฑ',
  691. 'scream_cat': '๐Ÿ™€',
  692. 'scroll': '๐Ÿ“œ',
  693. 'seat': '๐Ÿ’บ',
  694. 'secret': 'ใŠ™',
  695. 'see_no_evil': '๐Ÿ™ˆ',
  696. 'seedling': '๐ŸŒฑ',
  697. 'seven': '7๏ธโƒฃ',
  698. 'shaved_ice': '๐Ÿง',
  699. 'sheep': '๐Ÿ‘',
  700. 'shell': '๐Ÿš',
  701. 'ship': '๐Ÿšข',
  702. 'shirt': '๐Ÿ‘•',
  703. 'shit': '๐Ÿ’ฉ',
  704. 'shoe': '๐Ÿ‘ž',
  705. 'shower': '๐Ÿšฟ',
  706. 'signal_strength': '๐Ÿ“ถ',
  707. 'simple_smile': '๐Ÿ™‚', # slightly smiling face
  708. 'six': '6๏ธโƒฃ',
  709. 'six_pointed_star': '๐Ÿ”ฏ',
  710. 'ski': '๐ŸŽฟ',
  711. 'skull': '๐Ÿ’€',
  712. 'sleeping': '๐Ÿ˜ด',
  713. 'sleepy': '๐Ÿ˜ช',
  714. 'slot_machine': '๐ŸŽฐ',
  715. 'small_blue_diamond': '๐Ÿ”น',
  716. 'small_orange_diamond': '๐Ÿ”ธ',
  717. 'small_red_triangle': '๐Ÿ”บ',
  718. 'small_red_triangle_down': '๐Ÿ”ป',
  719. 'smile': '๐Ÿ˜„',
  720. 'smile_cat': '๐Ÿ˜ธ',
  721. 'smiley': '๐Ÿ˜ƒ',
  722. 'smiley_cat': '๐Ÿ˜บ',
  723. 'smiling_imp': '๐Ÿ˜ˆ',
  724. 'smirk': '๐Ÿ˜',
  725. 'smirk_cat': '๐Ÿ˜ผ',
  726. 'smoking': '๐Ÿšฌ',
  727. 'snail': '๐ŸŒ',
  728. 'snake': '๐Ÿ',
  729. 'snowboarder': '๐Ÿ‚',
  730. 'snowflake': 'โ„๏ธ',
  731. 'snowman': 'โ›„๏ธ',
  732. 'sob': '๐Ÿ˜ญ',
  733. 'soccer': 'โšฝ๏ธ',
  734. 'soon': '๐Ÿ”œ',
  735. 'sos': '๐Ÿ†˜',
  736. 'sound': '๐Ÿ”‰',
  737. 'space_invader': '๐Ÿ‘พ',
  738. 'spades': 'โ™ ๏ธ',
  739. 'spaghetti': '๐Ÿ',
  740. 'sparkle': 'โ‡๏ธ',
  741. 'sparkler': '๐ŸŽ‡',
  742. 'sparkles': 'โœจ',
  743. 'sparkling_heart': '๐Ÿ’–',
  744. 'speak_no_evil': '๐Ÿ™Š',
  745. 'speaker': '๐Ÿ”ˆ',
  746. 'speech_balloon': '๐Ÿ’ฌ',
  747. 'speedboat': '๐Ÿšค',
  748. 'star': 'โญ๏ธ',
  749. 'star2': '๐ŸŒŸ',
  750. 'stars': '๐ŸŒ ',
  751. 'station': '๐Ÿš‰',
  752. 'statue_of_liberty': '๐Ÿ—ฝ',
  753. 'steam_locomotive': '๐Ÿš‚',
  754. 'stew': '๐Ÿฒ',
  755. 'straight_ruler': '๐Ÿ“',
  756. 'strawberry': '๐Ÿ“',
  757. 'stuck_out_tongue': '๐Ÿ˜›',
  758. 'stuck_out_tongue_closed_eyes': '๐Ÿ˜',
  759. 'stuck_out_tongue_winking_eye': '๐Ÿ˜œ',
  760. 'sun_with_face': '๐ŸŒž',
  761. 'sunflower': '๐ŸŒป',
  762. 'sunglasses': '๐Ÿ˜Ž',
  763. 'sunny': 'โ˜€๏ธ',
  764. 'sunrise': '๐ŸŒ…',
  765. 'sunrise_over_mountains': '๐ŸŒ„',
  766. 'surfer': '๐Ÿ„',
  767. 'sushi': '๐Ÿฃ',
  768. 'suspension_railway': '๐ŸšŸ',
  769. 'sweat': '๐Ÿ˜“',
  770. 'sweat_drops': '๐Ÿ’ฆ',
  771. 'sweat_smile': '๐Ÿ˜…',
  772. 'sweet_potato': '๐Ÿ ',
  773. 'swimmer': '๐ŸŠ',
  774. 'symbols': '๐Ÿ”ฃ',
  775. 'syringe': '๐Ÿ’‰',
  776. 'tada': '๐ŸŽ‰',
  777. 'tanabata_tree': '๐ŸŽ‹',
  778. 'tangerine': '๐ŸŠ',
  779. 'taurus': 'โ™‰๏ธ',
  780. 'taxi': '๐Ÿš•',
  781. 'tea': '๐Ÿต',
  782. 'telephone': 'โ˜Ž๏ธ',
  783. 'telephone_receiver': '๐Ÿ“ž',
  784. 'telescope': '๐Ÿ”ญ',
  785. 'tennis': '๐ŸŽพ',
  786. 'tent': 'โ›บ๏ธ',
  787. 'thought_balloon': '๐Ÿ’ญ',
  788. 'three': '3๏ธโƒฃ',
  789. 'thumbsdown': '๐Ÿ‘Ž',
  790. 'thumbsup': '๐Ÿ‘',
  791. 'ticket': '๐ŸŽซ',
  792. 'tiger': '๐Ÿฏ',
  793. 'tiger2': '๐Ÿ…',
  794. 'tired_face': '๐Ÿ˜ซ',
  795. 'tm': 'โ„ข๏ธ',
  796. 'toilet': '๐Ÿšฝ',
  797. 'tokyo_tower': '๐Ÿ—ผ',
  798. 'tomato': '๐Ÿ…',
  799. 'tongue': '๐Ÿ‘…',
  800. 'top': '๐Ÿ”',
  801. 'tophat': '๐ŸŽฉ',
  802. 'tractor': '๐Ÿšœ',
  803. 'traffic_light': '๐Ÿšฅ',
  804. 'train': '๐Ÿš‹',
  805. 'train2': '๐Ÿš†',
  806. 'tram': '๐ŸšŠ',
  807. 'triangular_flag_on_post': '๐Ÿšฉ',
  808. 'triangular_ruler': '๐Ÿ“',
  809. 'trident': '๐Ÿ”ฑ',
  810. 'triumph': '๐Ÿ˜ค',
  811. 'trolleybus': '๐ŸšŽ',
  812. 'trophy': '๐Ÿ†',
  813. 'tropical_drink': '๐Ÿน',
  814. 'tropical_fish': '๐Ÿ ',
  815. 'truck': '๐Ÿšš',
  816. 'trumpet': '๐ŸŽบ',
  817. 'tshirt': '๐Ÿ‘•',
  818. 'tulip': '๐ŸŒท',
  819. 'turtle': '๐Ÿข',
  820. 'tv': '๐Ÿ“บ',
  821. 'twisted_rightwards_arrows': '๐Ÿ”€',
  822. 'two': '2๏ธโƒฃ',
  823. 'two_hearts': '๐Ÿ’•',
  824. 'two_men_holding_hands': '๐Ÿ‘ฌ',
  825. 'two_women_holding_hands': '๐Ÿ‘ญ',
  826. 'u5272': '๐Ÿˆน',
  827. 'u5408': '๐Ÿˆด',
  828. 'u55b6': '๐Ÿˆบ',
  829. 'u6307': '๐Ÿˆฏ',
  830. 'u6708': '๐Ÿˆท',
  831. 'u6709': '๐Ÿˆถ',
  832. 'u6e80': '๐Ÿˆต',
  833. 'u7121': '๐Ÿˆš',
  834. 'u7533': '๐Ÿˆธ',
  835. 'u7981': '๐Ÿˆฒ',
  836. 'u7a7a': '๐Ÿˆณ',
  837. 'uk': '๐Ÿ‡ฌ๐Ÿ‡ง',
  838. 'umbrella': 'โ˜”๏ธ',
  839. 'unamused': '๐Ÿ˜’',
  840. 'underage': '๐Ÿ”ž',
  841. 'unlock': '๐Ÿ”“',
  842. 'up': '๐Ÿ†™',
  843. 'us': '๐Ÿ‡บ๐Ÿ‡ธ',
  844. 'v': 'โœŒ๏ธ',
  845. 'vertical_traffic_light': '๐Ÿšฆ',
  846. 'vhs': '๐Ÿ“ผ',
  847. 'vibration_mode': '๐Ÿ“ณ',
  848. 'video_camera': '๐Ÿ“น',
  849. 'video_game': '๐ŸŽฎ',
  850. 'violin': '๐ŸŽป',
  851. 'virgo': 'โ™๏ธ',
  852. 'volcano': '๐ŸŒ‹',
  853. 'vs': '๐Ÿ†š',
  854. 'walking': '๐Ÿšถ',
  855. 'waning_crescent_moon': '๐ŸŒ˜',
  856. 'waning_gibbous_moon': '๐ŸŒ–',
  857. 'warning': 'โš ๏ธ',
  858. 'watch': 'โŒš๏ธ',
  859. 'water_buffalo': '๐Ÿƒ',
  860. 'watermelon': '๐Ÿ‰',
  861. 'wave': '๐Ÿ‘‹',
  862. 'wavy_dash': 'ใ€ฐ๏ธ',
  863. 'waxing_crescent_moon': '๐ŸŒ’',
  864. 'waxing_gibbous_moon': '๐ŸŒ”',
  865. 'wc': '๐Ÿšพ',
  866. 'weary': '๐Ÿ˜ฉ',
  867. 'wedding': '๐Ÿ’’',
  868. 'whale': '๐Ÿณ',
  869. 'whale2': '๐Ÿ‹',
  870. 'wheelchair': 'โ™ฟ๏ธ',
  871. 'white_check_mark': 'โœ…',
  872. 'white_circle': 'โšช๏ธ',
  873. 'white_flower': '๐Ÿ’ฎ',
  874. 'white_large_square': 'โฌœ๏ธ',
  875. 'white_medium_small_square': 'โ—ฝ๏ธ',
  876. 'white_medium_square': 'โ—ป๏ธ',
  877. 'white_small_square': 'โ–ซ๏ธ',
  878. 'white_square_button': '๐Ÿ”ณ',
  879. 'wind_chime': '๐ŸŽ',
  880. 'wine_glass': '๐Ÿท',
  881. 'wink': '๐Ÿ˜‰',
  882. 'wolf': '๐Ÿบ',
  883. 'woman': '๐Ÿ‘ฉ',
  884. 'womans_clothes': '๐Ÿ‘š',
  885. 'womans_hat': '๐Ÿ‘’',
  886. 'womens': '๐Ÿšบ',
  887. 'worried': '๐Ÿ˜Ÿ',
  888. 'wrench': '๐Ÿ”ง',
  889. 'x': 'โŒ',
  890. 'yellow_heart': '๐Ÿ’›',
  891. 'yen': '๐Ÿ’ด',
  892. 'yum': '๐Ÿ˜‹',
  893. 'zap': 'โšก๏ธ',
  894. 'zero': '0๏ธโƒฃ',
  895. 'zzz': '๐Ÿ’ค',
  896. }
  897. def _replace_emoji(line):
  898. for shortcode, characters in _emoji_replacement_mapping.items():
  899. line = line.replace(':{}:'.format(shortcode), characters)
  900. return line
  901. def _unreplace_emoji(line):
  902. # replace sequences before single characters
  903. for shortcode, character in sorted(
  904. _emoji_replacement_mapping.items(),
  905. key=lambda t: len(t[1]),
  906. reverse=True
  907. ):
  908. line = line.replace(character, ':{}:'.format(shortcode))
  909. return line
  910. def do_the_thing(func):
  911. conn = op.get_bind()
  912. for table_name, column_name in (('posts', 'content'),
  913. ('messages', 'message')):
  914. table = sa.Table(
  915. table_name,
  916. sa.MetaData(),
  917. sa.Column('id', sa.Integer, primary_key=True),
  918. sa.Column(column_name, sa.String)
  919. )
  920. for row in conn.execute(table.select()):
  921. content = getattr(row, column_name)
  922. new_content = func(content)
  923. if not new_content == content:
  924. conn.execute(
  925. table.update().where(
  926. table.c.id == row.id
  927. ).values(**{column_name: new_content})
  928. )
  929. def upgrade():
  930. do_the_thing(_replace_emoji)
  931. def downgrade():
  932. do_the_thing(_unreplace_emoji)