sticker-convert 2.11.5__py3-none-any.whl → 2.11.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -524,7 +524,10 @@ class StickerConvert:
524
524
  rgba_array = np.dstack(
525
525
  (
526
526
  rgb_array,
527
- np.zeros(rgb_array.shape[:2], dtype=np.uint8) + 255,
527
+ cast(
528
+ np.ndarray[Any, np.dtype[np.uint8]],
529
+ np.zeros(rgb_array.shape[:2], dtype=np.uint8) + 255,
530
+ ),
528
531
  )
529
532
  )
530
533
  else:
@@ -815,6 +818,7 @@ class StickerConvert:
815
818
  im_out = [Image.fromarray(i) for i in self.frames_processed] # type: ignore
816
819
  extra_kwargs["format"] = "WebP"
817
820
  extra_kwargs["allow_mixed"] = True
821
+ extra_kwargs["kmax"] = 1 # Keyframe every frame, otherwise black lines artifact can appear
818
822
  if self.quality:
819
823
  if self.quality < 20:
820
824
  extra_kwargs["minimize_size"] = True
@@ -653,6 +653,30 @@
653
653
  , "unicode_version": "15.0"
654
654
  , "ios_version": "16.4"
655
655
  }
656
+ , {
657
+ "emoji": "🙂‍↔️"
658
+ , "description": "head shaking horizontally"
659
+ , "category": "Smileys & Emotion"
660
+ , "aliases": [
661
+ "head_shaking_horizontally"
662
+ ]
663
+ , "tags": [
664
+ ]
665
+ , "unicode_version": "15.1"
666
+ , "ios_version": "16.4"
667
+ }
668
+ , {
669
+ "emoji": "🙂‍↕️"
670
+ , "description": "head shaking vertically"
671
+ , "category": "Smileys & Emotion"
672
+ , "aliases": [
673
+ "head_shaking_vertically"
674
+ ]
675
+ , "tags": [
676
+ ]
677
+ , "unicode_version": "15.1"
678
+ , "ios_version": "16.4"
679
+ }
656
680
  , {
657
681
  "emoji": "😌"
658
682
  , "description": "relieved face"
@@ -716,6 +740,18 @@
716
740
  , "unicode_version": "6.1"
717
741
  , "ios_version": "6.0"
718
742
  }
743
+ , {
744
+ "emoji": "🫩"
745
+ , "description": "face with bags under eyes"
746
+ , "category": "Smileys & Emotion"
747
+ , "aliases": [
748
+ "face_with_bags_under_eyes"
749
+ ]
750
+ , "tags": [
751
+ ]
752
+ , "unicode_version": "16.0"
753
+ , "ios_version": "16.4"
754
+ }
719
755
  , {
720
756
  "emoji": "😷"
721
757
  , "description": "face with medical mask"
@@ -4932,7 +4968,7 @@
4932
4968
  }
4933
4969
  , {
4934
4970
  "emoji": "🧑‍🎄"
4935
- , "description": "mx claus"
4971
+ , "description": "Mx Claus"
4936
4972
  , "category": "People & Body"
4937
4973
  , "aliases": [
4938
4974
  "mx_claus"
@@ -5424,6 +5460,45 @@
5424
5460
  , "ios_version": "10.0"
5425
5461
  , "skin_tones": true
5426
5462
  }
5463
+ , {
5464
+ "emoji": "🚶‍➡️"
5465
+ , "description": "person walking facing right"
5466
+ , "category": "People & Body"
5467
+ , "aliases": [
5468
+ "person_walking_facing_right"
5469
+ ]
5470
+ , "tags": [
5471
+ ]
5472
+ , "unicode_version": "15.1"
5473
+ , "ios_version": "16.4"
5474
+ , "skin_tones": true
5475
+ }
5476
+ , {
5477
+ "emoji": "🚶‍♀️‍➡️"
5478
+ , "description": "woman walking facing right"
5479
+ , "category": "People & Body"
5480
+ , "aliases": [
5481
+ "woman_walking_facing_right"
5482
+ ]
5483
+ , "tags": [
5484
+ ]
5485
+ , "unicode_version": "15.1"
5486
+ , "ios_version": "16.4"
5487
+ , "skin_tones": true
5488
+ }
5489
+ , {
5490
+ "emoji": "🚶‍♂️‍➡️"
5491
+ , "description": "man walking facing right"
5492
+ , "category": "People & Body"
5493
+ , "aliases": [
5494
+ "man_walking_facing_right"
5495
+ ]
5496
+ , "tags": [
5497
+ ]
5498
+ , "unicode_version": "15.1"
5499
+ , "ios_version": "16.4"
5500
+ , "skin_tones": true
5501
+ }
5427
5502
  , {
5428
5503
  "emoji": "🧍"
5429
5504
  , "description": "person standing"
@@ -5502,6 +5577,45 @@
5502
5577
  , "ios_version": "13.0"
5503
5578
  , "skin_tones": true
5504
5579
  }
5580
+ , {
5581
+ "emoji": "🧎‍➡️"
5582
+ , "description": "person kneeling facing right"
5583
+ , "category": "People & Body"
5584
+ , "aliases": [
5585
+ "person_kneeling_facing_right"
5586
+ ]
5587
+ , "tags": [
5588
+ ]
5589
+ , "unicode_version": "15.1"
5590
+ , "ios_version": "16.4"
5591
+ , "skin_tones": true
5592
+ }
5593
+ , {
5594
+ "emoji": "🧎‍♀️‍➡️"
5595
+ , "description": "woman kneeling facing right"
5596
+ , "category": "People & Body"
5597
+ , "aliases": [
5598
+ "woman_kneeling_facing_right"
5599
+ ]
5600
+ , "tags": [
5601
+ ]
5602
+ , "unicode_version": "15.1"
5603
+ , "ios_version": "16.4"
5604
+ , "skin_tones": true
5605
+ }
5606
+ , {
5607
+ "emoji": "🧎‍♂️‍➡️"
5608
+ , "description": "man kneeling facing right"
5609
+ , "category": "People & Body"
5610
+ , "aliases": [
5611
+ "man_kneeling_facing_right"
5612
+ ]
5613
+ , "tags": [
5614
+ ]
5615
+ , "unicode_version": "15.1"
5616
+ , "ios_version": "16.4"
5617
+ , "skin_tones": true
5618
+ }
5505
5619
  , {
5506
5620
  "emoji": "🧑‍🦯"
5507
5621
  , "description": "person with white cane"
@@ -5515,6 +5629,19 @@
5515
5629
  , "ios_version": "13.2"
5516
5630
  , "skin_tones": true
5517
5631
  }
5632
+ , {
5633
+ "emoji": "🧑‍🦯‍➡️"
5634
+ , "description": "person with white cane facing right"
5635
+ , "category": "People & Body"
5636
+ , "aliases": [
5637
+ "person_with_white_cane_facing_right"
5638
+ ]
5639
+ , "tags": [
5640
+ ]
5641
+ , "unicode_version": "15.1"
5642
+ , "ios_version": "16.4"
5643
+ , "skin_tones": true
5644
+ }
5518
5645
  , {
5519
5646
  "emoji": "👨‍🦯"
5520
5647
  , "description": "man with white cane"
@@ -5528,6 +5655,19 @@
5528
5655
  , "ios_version": "13.0"
5529
5656
  , "skin_tones": true
5530
5657
  }
5658
+ , {
5659
+ "emoji": "👨‍🦯‍➡️"
5660
+ , "description": "man with white cane facing right"
5661
+ , "category": "People & Body"
5662
+ , "aliases": [
5663
+ "man_with_white_cane_facing_right"
5664
+ ]
5665
+ , "tags": [
5666
+ ]
5667
+ , "unicode_version": "15.1"
5668
+ , "ios_version": "16.4"
5669
+ , "skin_tones": true
5670
+ }
5531
5671
  , {
5532
5672
  "emoji": "👩‍🦯"
5533
5673
  , "description": "woman with white cane"
@@ -5541,6 +5681,19 @@
5541
5681
  , "ios_version": "13.0"
5542
5682
  , "skin_tones": true
5543
5683
  }
5684
+ , {
5685
+ "emoji": "👩‍🦯‍➡️"
5686
+ , "description": "woman with white cane facing right"
5687
+ , "category": "People & Body"
5688
+ , "aliases": [
5689
+ "woman_with_white_cane_facing_right"
5690
+ ]
5691
+ , "tags": [
5692
+ ]
5693
+ , "unicode_version": "15.1"
5694
+ , "ios_version": "16.4"
5695
+ , "skin_tones": true
5696
+ }
5544
5697
  , {
5545
5698
  "emoji": "🧑‍🦼"
5546
5699
  , "description": "person in motorized wheelchair"
@@ -5554,6 +5707,19 @@
5554
5707
  , "ios_version": "13.2"
5555
5708
  , "skin_tones": true
5556
5709
  }
5710
+ , {
5711
+ "emoji": "🧑‍🦼‍➡️"
5712
+ , "description": "person in motorized wheelchair facing right"
5713
+ , "category": "People & Body"
5714
+ , "aliases": [
5715
+ "person_in_motorized_wheelchair_facing_right"
5716
+ ]
5717
+ , "tags": [
5718
+ ]
5719
+ , "unicode_version": "15.1"
5720
+ , "ios_version": "16.4"
5721
+ , "skin_tones": true
5722
+ }
5557
5723
  , {
5558
5724
  "emoji": "👨‍🦼"
5559
5725
  , "description": "man in motorized wheelchair"
@@ -5567,6 +5733,19 @@
5567
5733
  , "ios_version": "13.0"
5568
5734
  , "skin_tones": true
5569
5735
  }
5736
+ , {
5737
+ "emoji": "👨‍🦼‍➡️"
5738
+ , "description": "man in motorized wheelchair facing right"
5739
+ , "category": "People & Body"
5740
+ , "aliases": [
5741
+ "man_in_motorized_wheelchair_facing_right"
5742
+ ]
5743
+ , "tags": [
5744
+ ]
5745
+ , "unicode_version": "15.1"
5746
+ , "ios_version": "16.4"
5747
+ , "skin_tones": true
5748
+ }
5570
5749
  , {
5571
5750
  "emoji": "👩‍🦼"
5572
5751
  , "description": "woman in motorized wheelchair"
@@ -5580,6 +5759,19 @@
5580
5759
  , "ios_version": "13.0"
5581
5760
  , "skin_tones": true
5582
5761
  }
5762
+ , {
5763
+ "emoji": "👩‍🦼‍➡️"
5764
+ , "description": "woman in motorized wheelchair facing right"
5765
+ , "category": "People & Body"
5766
+ , "aliases": [
5767
+ "woman_in_motorized_wheelchair_facing_right"
5768
+ ]
5769
+ , "tags": [
5770
+ ]
5771
+ , "unicode_version": "15.1"
5772
+ , "ios_version": "16.4"
5773
+ , "skin_tones": true
5774
+ }
5583
5775
  , {
5584
5776
  "emoji": "🧑‍🦽"
5585
5777
  , "description": "person in manual wheelchair"
@@ -5593,6 +5785,19 @@
5593
5785
  , "ios_version": "13.2"
5594
5786
  , "skin_tones": true
5595
5787
  }
5788
+ , {
5789
+ "emoji": "🧑‍🦽‍➡️"
5790
+ , "description": "person in manual wheelchair facing right"
5791
+ , "category": "People & Body"
5792
+ , "aliases": [
5793
+ "person_in_manual_wheelchair_facing_right"
5794
+ ]
5795
+ , "tags": [
5796
+ ]
5797
+ , "unicode_version": "15.1"
5798
+ , "ios_version": "16.4"
5799
+ , "skin_tones": true
5800
+ }
5596
5801
  , {
5597
5802
  "emoji": "👨‍🦽"
5598
5803
  , "description": "man in manual wheelchair"
@@ -5606,6 +5811,19 @@
5606
5811
  , "ios_version": "13.0"
5607
5812
  , "skin_tones": true
5608
5813
  }
5814
+ , {
5815
+ "emoji": "👨‍🦽‍➡️"
5816
+ , "description": "man in manual wheelchair facing right"
5817
+ , "category": "People & Body"
5818
+ , "aliases": [
5819
+ "man_in_manual_wheelchair_facing_right"
5820
+ ]
5821
+ , "tags": [
5822
+ ]
5823
+ , "unicode_version": "15.1"
5824
+ , "ios_version": "16.4"
5825
+ , "skin_tones": true
5826
+ }
5609
5827
  , {
5610
5828
  "emoji": "👩‍🦽"
5611
5829
  , "description": "woman in manual wheelchair"
@@ -5619,6 +5837,19 @@
5619
5837
  , "ios_version": "13.0"
5620
5838
  , "skin_tones": true
5621
5839
  }
5840
+ , {
5841
+ "emoji": "👩‍🦽‍➡️"
5842
+ , "description": "woman in manual wheelchair facing right"
5843
+ , "category": "People & Body"
5844
+ , "aliases": [
5845
+ "woman_in_manual_wheelchair_facing_right"
5846
+ ]
5847
+ , "tags": [
5848
+ ]
5849
+ , "unicode_version": "15.1"
5850
+ , "ios_version": "16.4"
5851
+ , "skin_tones": true
5852
+ }
5622
5853
  , {
5623
5854
  "emoji": "🏃"
5624
5855
  , "description": "person running"
@@ -5668,6 +5899,45 @@
5668
5899
  , "ios_version": "10.0"
5669
5900
  , "skin_tones": true
5670
5901
  }
5902
+ , {
5903
+ "emoji": "🏃‍➡️"
5904
+ , "description": "person running facing right"
5905
+ , "category": "People & Body"
5906
+ , "aliases": [
5907
+ "person_running_facing_right"
5908
+ ]
5909
+ , "tags": [
5910
+ ]
5911
+ , "unicode_version": "15.1"
5912
+ , "ios_version": "16.4"
5913
+ , "skin_tones": true
5914
+ }
5915
+ , {
5916
+ "emoji": "🏃‍♀️‍➡️"
5917
+ , "description": "woman running facing right"
5918
+ , "category": "People & Body"
5919
+ , "aliases": [
5920
+ "woman_running_facing_right"
5921
+ ]
5922
+ , "tags": [
5923
+ ]
5924
+ , "unicode_version": "15.1"
5925
+ , "ios_version": "16.4"
5926
+ , "skin_tones": true
5927
+ }
5928
+ , {
5929
+ "emoji": "🏃‍♂️‍➡️"
5930
+ , "description": "man running facing right"
5931
+ , "category": "People & Body"
5932
+ , "aliases": [
5933
+ "man_running_facing_right"
5934
+ ]
5935
+ , "tags": [
5936
+ ]
5937
+ , "unicode_version": "15.1"
5938
+ , "ios_version": "16.4"
5939
+ , "skin_tones": true
5940
+ }
5671
5941
  , {
5672
5942
  "emoji": "💃"
5673
5943
  , "description": "woman dancing"
@@ -6628,21 +6898,6 @@
6628
6898
  , "ios_version": "8.3"
6629
6899
  , "skin_tones": true
6630
6900
  }
6631
- , {
6632
- "emoji": "👪"
6633
- , "description": "family"
6634
- , "category": "People & Body"
6635
- , "aliases": [
6636
- "family"
6637
- ]
6638
- , "tags": [
6639
- "home"
6640
- , "parents"
6641
- , "child"
6642
- ]
6643
- , "unicode_version": "6.0"
6644
- , "ios_version": "6.0"
6645
- }
6646
6901
  , {
6647
6902
  "emoji": "👨‍👩‍👦"
6648
6903
  , "description": "family: man, woman, boy"
@@ -6995,6 +7250,69 @@
6995
7250
  , "unicode_version": "13.0"
6996
7251
  , "ios_version": "14.0"
6997
7252
  }
7253
+ , {
7254
+ "emoji": "👪"
7255
+ , "description": "family"
7256
+ , "category": "People & Body"
7257
+ , "aliases": [
7258
+ "family"
7259
+ ]
7260
+ , "tags": [
7261
+ "home"
7262
+ , "parents"
7263
+ , "child"
7264
+ ]
7265
+ , "unicode_version": "6.0"
7266
+ , "ios_version": "6.0"
7267
+ }
7268
+ , {
7269
+ "emoji": "🧑‍🧑‍🧒"
7270
+ , "description": "family: adult, adult, child"
7271
+ , "category": "People & Body"
7272
+ , "aliases": [
7273
+ "family_adult_adult_child"
7274
+ ]
7275
+ , "tags": [
7276
+ ]
7277
+ , "unicode_version": "15.1"
7278
+ , "ios_version": "16.4"
7279
+ }
7280
+ , {
7281
+ "emoji": "🧑‍🧑‍🧒‍🧒"
7282
+ , "description": "family: adult, adult, child, child"
7283
+ , "category": "People & Body"
7284
+ , "aliases": [
7285
+ "family_adult_adult_child_child"
7286
+ ]
7287
+ , "tags": [
7288
+ ]
7289
+ , "unicode_version": "15.1"
7290
+ , "ios_version": "16.4"
7291
+ }
7292
+ , {
7293
+ "emoji": "🧑‍🧒"
7294
+ , "description": "family: adult, child"
7295
+ , "category": "People & Body"
7296
+ , "aliases": [
7297
+ "family_adult_child"
7298
+ ]
7299
+ , "tags": [
7300
+ ]
7301
+ , "unicode_version": "15.1"
7302
+ , "ios_version": "16.4"
7303
+ }
7304
+ , {
7305
+ "emoji": "🧑‍🧒‍🧒"
7306
+ , "description": "family: adult, child, child"
7307
+ , "category": "People & Body"
7308
+ , "aliases": [
7309
+ "family_adult_child_child"
7310
+ ]
7311
+ , "tags": [
7312
+ ]
7313
+ , "unicode_version": "15.1"
7314
+ , "ios_version": "16.4"
7315
+ }
6998
7316
  , {
6999
7317
  "emoji": "👣"
7000
7318
  , "description": "footprints"
@@ -7009,6 +7327,18 @@
7009
7327
  , "unicode_version": "6.0"
7010
7328
  , "ios_version": "6.0"
7011
7329
  }
7330
+ , {
7331
+ "emoji": "🫆"
7332
+ , "description": "fingerprint"
7333
+ , "category": "People & Body"
7334
+ , "aliases": [
7335
+ "fingerprint"
7336
+ ]
7337
+ , "tags": [
7338
+ ]
7339
+ , "unicode_version": "16.0"
7340
+ , "ios_version": "16.4"
7341
+ }
7012
7342
  , {
7013
7343
  "emoji": "🐵"
7014
7344
  , "description": "monkey face"
@@ -8067,6 +8397,18 @@
8067
8397
  , "unicode_version": "15.0"
8068
8398
  , "ios_version": "16.4"
8069
8399
  }
8400
+ , {
8401
+ "emoji": "🐦‍🔥"
8402
+ , "description": "phoenix"
8403
+ , "category": "Animals & Nature"
8404
+ , "aliases": [
8405
+ "phoenix"
8406
+ ]
8407
+ , "tags": [
8408
+ ]
8409
+ , "unicode_version": "15.1"
8410
+ , "ios_version": "16.4"
8411
+ }
8070
8412
  , {
8071
8413
  "emoji": "🐸"
8072
8414
  , "description": "frog"
@@ -8326,6 +8668,66 @@
8326
8668
  , "unicode_version": "15.0"
8327
8669
  , "ios_version": "16.4"
8328
8670
  }
8671
+ , {
8672
+ "emoji": "🦀"
8673
+ , "description": "crab"
8674
+ , "category": "Animals & Nature"
8675
+ , "aliases": [
8676
+ "crab"
8677
+ ]
8678
+ , "tags": [
8679
+ ]
8680
+ , "unicode_version": "8.0"
8681
+ , "ios_version": "9.1"
8682
+ }
8683
+ , {
8684
+ "emoji": "🦞"
8685
+ , "description": "lobster"
8686
+ , "category": "Animals & Nature"
8687
+ , "aliases": [
8688
+ "lobster"
8689
+ ]
8690
+ , "tags": [
8691
+ ]
8692
+ , "unicode_version": "11.0"
8693
+ , "ios_version": "12.1"
8694
+ }
8695
+ , {
8696
+ "emoji": "🦐"
8697
+ , "description": "shrimp"
8698
+ , "category": "Animals & Nature"
8699
+ , "aliases": [
8700
+ "shrimp"
8701
+ ]
8702
+ , "tags": [
8703
+ ]
8704
+ , "unicode_version": "9.0"
8705
+ , "ios_version": "10.2"
8706
+ }
8707
+ , {
8708
+ "emoji": "🦑"
8709
+ , "description": "squid"
8710
+ , "category": "Animals & Nature"
8711
+ , "aliases": [
8712
+ "squid"
8713
+ ]
8714
+ , "tags": [
8715
+ ]
8716
+ , "unicode_version": "9.0"
8717
+ , "ios_version": "10.2"
8718
+ }
8719
+ , {
8720
+ "emoji": "🦪"
8721
+ , "description": "oyster"
8722
+ , "category": "Animals & Nature"
8723
+ , "aliases": [
8724
+ "oyster"
8725
+ ]
8726
+ , "tags": [
8727
+ ]
8728
+ , "unicode_version": "12.0"
8729
+ , "ios_version": "13.0"
8730
+ }
8329
8731
  , {
8330
8732
  "emoji": "🐌"
8331
8733
  , "description": "snail"
@@ -8871,6 +9273,18 @@
8871
9273
  , "unicode_version": "6.0"
8872
9274
  , "ios_version": "6.0"
8873
9275
  }
9276
+ , {
9277
+ "emoji": "🪾"
9278
+ , "description": "leafless tree"
9279
+ , "category": "Animals & Nature"
9280
+ , "aliases": [
9281
+ "leafless_tree"
9282
+ ]
9283
+ , "tags": [
9284
+ ]
9285
+ , "unicode_version": "16.0"
9286
+ , "ios_version": "16.4"
9287
+ }
8874
9288
  , {
8875
9289
  "emoji": "🍇"
8876
9290
  , "description": "grapes"
@@ -8933,6 +9347,18 @@
8933
9347
  , "unicode_version": "6.0"
8934
9348
  , "ios_version": "6.0"
8935
9349
  }
9350
+ , {
9351
+ "emoji": "🍋‍🟩"
9352
+ , "description": "lime"
9353
+ , "category": "Food & Drink"
9354
+ , "aliases": [
9355
+ "lime"
9356
+ ]
9357
+ , "tags": [
9358
+ ]
9359
+ , "unicode_version": "15.1"
9360
+ , "ios_version": "16.4"
9361
+ }
8936
9362
  , {
8937
9363
  "emoji": "🍌"
8938
9364
  , "description": "banana"
@@ -9311,6 +9737,30 @@
9311
9737
  , "unicode_version": "15.0"
9312
9738
  , "ios_version": "16.4"
9313
9739
  }
9740
+ , {
9741
+ "emoji": "🍄‍🟫"
9742
+ , "description": "brown mushroom"
9743
+ , "category": "Food & Drink"
9744
+ , "aliases": [
9745
+ "brown_mushroom"
9746
+ ]
9747
+ , "tags": [
9748
+ ]
9749
+ , "unicode_version": "15.1"
9750
+ , "ios_version": "16.4"
9751
+ }
9752
+ , {
9753
+ "emoji": "🫜"
9754
+ , "description": "root vegetable"
9755
+ , "category": "Food & Drink"
9756
+ , "aliases": [
9757
+ "root_vegetable"
9758
+ ]
9759
+ , "tags": [
9760
+ ]
9761
+ , "unicode_version": "16.0"
9762
+ , "ios_version": "16.4"
9763
+ }
9314
9764
  , {
9315
9765
  "emoji": "🍞"
9316
9766
  , "description": "bread"
@@ -9933,66 +10383,6 @@
9933
10383
  , "unicode_version": "11.0"
9934
10384
  , "ios_version": "12.1"
9935
10385
  }
9936
- , {
9937
- "emoji": "🦀"
9938
- , "description": "crab"
9939
- , "category": "Food & Drink"
9940
- , "aliases": [
9941
- "crab"
9942
- ]
9943
- , "tags": [
9944
- ]
9945
- , "unicode_version": "8.0"
9946
- , "ios_version": "9.1"
9947
- }
9948
- , {
9949
- "emoji": "🦞"
9950
- , "description": "lobster"
9951
- , "category": "Food & Drink"
9952
- , "aliases": [
9953
- "lobster"
9954
- ]
9955
- , "tags": [
9956
- ]
9957
- , "unicode_version": "11.0"
9958
- , "ios_version": "12.1"
9959
- }
9960
- , {
9961
- "emoji": "🦐"
9962
- , "description": "shrimp"
9963
- , "category": "Food & Drink"
9964
- , "aliases": [
9965
- "shrimp"
9966
- ]
9967
- , "tags": [
9968
- ]
9969
- , "unicode_version": "9.0"
9970
- , "ios_version": "10.2"
9971
- }
9972
- , {
9973
- "emoji": "🦑"
9974
- , "description": "squid"
9975
- , "category": "Food & Drink"
9976
- , "aliases": [
9977
- "squid"
9978
- ]
9979
- , "tags": [
9980
- ]
9981
- , "unicode_version": "9.0"
9982
- , "ios_version": "10.2"
9983
- }
9984
- , {
9985
- "emoji": "🦪"
9986
- , "description": "oyster"
9987
- , "category": "Food & Drink"
9988
- , "aliases": [
9989
- "oyster"
9990
- ]
9991
- , "tags": [
9992
- ]
9993
- , "unicode_version": "12.0"
9994
- , "ios_version": "13.0"
9995
- }
9996
10386
  , {
9997
10387
  "emoji": "🍦"
9998
10388
  , "description": "soft ice cream"
@@ -15215,6 +15605,18 @@
15215
15605
  , "unicode_version": "15.0"
15216
15606
  , "ios_version": "16.4"
15217
15607
  }
15608
+ , {
15609
+ "emoji": "🪉"
15610
+ , "description": "harp"
15611
+ , "category": "Objects"
15612
+ , "aliases": [
15613
+ "harp"
15614
+ ]
15615
+ , "tags": [
15616
+ ]
15617
+ , "unicode_version": "16.0"
15618
+ , "ios_version": "16.4"
15619
+ }
15218
15620
  , {
15219
15621
  "emoji": "📱"
15220
15622
  , "description": "mobile phone"
@@ -16864,6 +17266,18 @@
16864
17266
  , "unicode_version": "6.0"
16865
17267
  , "ios_version": "6.0"
16866
17268
  }
17269
+ , {
17270
+ "emoji": "⛓️‍💥"
17271
+ , "description": "broken chain"
17272
+ , "category": "Objects"
17273
+ , "aliases": [
17274
+ "broken_chain"
17275
+ ]
17276
+ , "tags": [
17277
+ ]
17278
+ , "unicode_version": "15.1"
17279
+ , "ios_version": "16.4"
17280
+ }
16867
17281
  , {
16868
17282
  "emoji": "⛓️"
16869
17283
  , "description": "chains"
@@ -16924,6 +17338,18 @@
16924
17338
  , "unicode_version": "13.0"
16925
17339
  , "ios_version": "14.0"
16926
17340
  }
17341
+ , {
17342
+ "emoji": "🪏"
17343
+ , "description": "shovel"
17344
+ , "category": "Objects"
17345
+ , "aliases": [
17346
+ "shovel"
17347
+ ]
17348
+ , "tags": [
17349
+ ]
17350
+ , "unicode_version": "16.0"
17351
+ , "ios_version": "16.4"
17352
+ }
16927
17353
  , {
16928
17354
  "emoji": "⚗️"
16929
17355
  , "description": "alembic"
@@ -19184,6 +19610,18 @@
19184
19610
  , "unicode_version": ""
19185
19611
  , "ios_version": "6.0"
19186
19612
  }
19613
+ , {
19614
+ "emoji": "🫟"
19615
+ , "description": "splatter"
19616
+ , "category": "Symbols"
19617
+ , "aliases": [
19618
+ "splatter"
19619
+ ]
19620
+ , "tags": [
19621
+ ]
19622
+ , "unicode_version": "16.0"
19623
+ , "ios_version": "16.4"
19624
+ }
19187
19625
  , {
19188
19626
  "emoji": "#️⃣"
19189
19627
  , "description": "keycap: #"
@@ -20938,6 +21376,18 @@
20938
21376
  , "unicode_version": "11.0"
20939
21377
  , "ios_version": "12.1"
20940
21378
  }
21379
+ , {
21380
+ "emoji": "🇨🇶"
21381
+ , "description": "flag: Sark"
21382
+ , "category": "Flags"
21383
+ , "aliases": [
21384
+ "flag_sark"
21385
+ ]
21386
+ , "tags": [
21387
+ ]
21388
+ , "unicode_version": "16.0"
21389
+ , "ios_version": "16.4"
21390
+ }
20941
21391
  , {
20942
21392
  "emoji": "🇨🇷"
20943
21393
  , "description": "flag: Costa Rica"
@@ -23114,7 +23564,7 @@
23114
23564
  }
23115
23565
  , {
23116
23566
  "emoji": "🇹🇷"
23117
- , "description": "flag: Turkey"
23567
+ , "description": "flag: Türkiye"
23118
23568
  , "category": "Flags"
23119
23569
  , "aliases": [
23120
23570
  "tr"
@@ -62,7 +62,9 @@ class GetSignalAuth:
62
62
  shutil.which("signal-desktop"),
63
63
  shutil.which("signal-desktop-beta"),
64
64
  shutil.which("org.signal.Signal"), # Flatpak
65
- os.path.expanduser("~/.local/share/flatpak/exports/bin/org.signal.Signal"),
65
+ os.path.expanduser(
66
+ "~/.local/share/flatpak/exports/bin/org.signal.Signal"
67
+ ),
66
68
  "/var/lib/flatpak/exports/bin/org.signal.Signal",
67
69
  )
68
70
 
@@ -28,14 +28,22 @@ class CRD:
28
28
  if port is None:
29
29
  port = get_free_port()
30
30
  self.port = port
31
- self.chrome_proc = subprocess.Popen(
32
- [
33
- chrome_bin,
34
- "--no-sandbox",
35
- f"--remote-debugging-port={port}",
36
- f"--remote-allow-origins=http://localhost:{port}",
37
- ]
38
- )
31
+ launch_cmd = [
32
+ chrome_bin,
33
+ f"--remote-debugging-port={port}",
34
+ f"--remote-allow-origins=http://localhost:{port}",
35
+ ]
36
+
37
+ # Adding --no-sandbox in Windows may cause Signal fail to launch
38
+ # https://github.com/laggykiller/sticker-convert/issues/274
39
+ if (
40
+ platform.system() != "Windows"
41
+ and "geteuid" in dir(os)
42
+ and os.geteuid() == 0
43
+ ):
44
+ launch_cmd.append("--no-sandbox")
45
+
46
+ self.chrome_proc = subprocess.Popen(launch_cmd)
39
47
 
40
48
  @staticmethod
41
49
  def get_chrome_path() -> Optional[str]:
@@ -84,7 +92,7 @@ class CRD:
84
92
  def connect(self):
85
93
  self.cmd_id = 1
86
94
  r = None
87
- for _ in range(5):
95
+ for _ in range(30):
88
96
  try:
89
97
  r = requests.get(f"http://localhost:{self.port}/json")
90
98
  break
@@ -95,7 +103,7 @@ class CRD:
95
103
  raise RuntimeError("Cannot connect to chrome debugging port")
96
104
 
97
105
  targets = json.loads(r.text)
98
- for _ in range(5):
106
+ for _ in range(30):
99
107
  if len(targets) == 0:
100
108
  time.sleep(1)
101
109
  else:
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env python3
2
2
 
3
- __version__ = "2.11.5"
3
+ __version__ = "2.11.7"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: sticker-convert
3
- Version: 2.11.5
3
+ Version: 2.11.7
4
4
  Summary: Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, Viber, Discord, iMessage. Written in Python.
5
5
  Author-email: laggykiller <chaudominic2@gmail.com>
6
6
  Maintainer-email: laggykiller <chaudominic2@gmail.com>
@@ -364,7 +364,7 @@ Requires-Python: >=3.9
364
364
  Description-Content-Type: text/markdown
365
365
  License-File: LICENSE
366
366
  Requires-Dist: aiolimiter~=1.2.1
367
- Requires-Dist: anyio~=4.8.0
367
+ Requires-Dist: anyio~=4.9.0
368
368
  Requires-Dist: apngasm_python~=1.3.1
369
369
  Requires-Dist: av~=13.1.0
370
370
  Requires-Dist: beautifulsoup4~=4.13.3
@@ -378,7 +378,7 @@ Requires-Dist: mini-racer~=0.12.4
378
378
  Requires-Dist: numpy>=1.22.4
379
379
  Requires-Dist: Pillow~=11.1.0
380
380
  Requires-Dist: pyoxipng~=9.0.0
381
- Requires-Dist: python-telegram-bot~=21.10
381
+ Requires-Dist: python-telegram-bot~=22.0
382
382
  Requires-Dist: psutil~=7.0.0
383
383
  Requires-Dist: PyMemoryEditor~=1.5.22
384
384
  Requires-Dist: requests~=2.32.3
@@ -388,6 +388,7 @@ Requires-Dist: telethon~=1.39.0
388
388
  Requires-Dist: tqdm~=4.67.1
389
389
  Requires-Dist: ttkbootstrap-fork-laggykiller~=1.5.1
390
390
  Requires-Dist: websocket_client~=1.8.0
391
+ Dynamic: license-file
391
392
 
392
393
  # sticker-convert
393
394
  ![imgs/banner.png](https://socialify.git.ci/laggykiller/sticker-convert/image?description=1&font=Inter&logo=https%3A%2F%2Fgithub.com%2Flaggykiller%2Fsticker-convert%2Fblob%2Fmaster%2Fsrc%2Fsticker_convert%2Fresources%2Fappicon.png%3Fraw%3Dtrue&name=1&owner=1&theme=Dark)
@@ -451,9 +452,7 @@ Requires-Dist: websocket_client~=1.8.0
451
452
  - Download: Supported (e.g. `https://telegram.me/addstickers/xxxxx`) for both stickers and custom emoji, but require bot token or setup Telethon
452
453
  - Upload: Supported for both stickers and custom emoji, but require bot token and user_id or setup Telethon. Alternatively, you may manually upload and create sticker pack with the output of this program.
453
454
  - WhatsApp
454
- - Download: You have to manually find sticker packs / extract from your phone or from WhatsApp Web.
455
- - Android Phone: Inside `/storage/emulated/0/Whatsapp/media/Whatsapp Stickers` OR `/storage/emulated/0/Android/media/com.whatsapp/WhatsApp/Media/WhatsApp Stickers`
456
- - Any: Go to WhatsApp Web, right click on sticker and click "Save image as..."
455
+ - Download: You have to manually find sticker packs / extract from your phone or from WhatsApp Web. Learn more from [docs/guide_whatsapp.md](docs/guide_whatsapp.md)
457
456
  - Upload: The program can create .wastickers file, which could then be imported into WhatsApp via a third-party app named 'Sticker Maker' (The author of this repo is NOT affiliated with Sticker Maker). View FAQ for more information.
458
457
  - Line
459
458
  - Download: Supported (e.g. `https://store.line.me/stickershop/product/1234/en` OR `line://shop/detail/1234` OR `1234`)
@@ -1,12 +1,12 @@
1
1
  sticker_convert/__init__.py,sha256=iQnv6UOOA69c3soAn7ZOnAIubTIQSUxtq1Uhh8xRWvU,102
2
2
  sticker_convert/__main__.py,sha256=elDCMvU27letiYs8jPUpxaCq5puURnvcDuqGsAAb6_w,592
3
3
  sticker_convert/cli.py,sha256=MWzq9QJJ7HYBD73DmSgRIPo-u58mTGEIoUUpJKNjI0Q,22358
4
- sticker_convert/converter.py,sha256=9_CLB_nK0Vzoe_5EM8WBEyLbz0F7rhncPqCTSvjSQKc,36498
4
+ sticker_convert/converter.py,sha256=K9VOVyPGHykkknujjCJ3i4HcUre6Aqm2SemjWZ4jMxg,36752
5
5
  sticker_convert/definitions.py,sha256=ZhP2ALCEud-w9ZZD4c3TDG9eHGPZyaAL7zPUsJAbjtE,2073
6
6
  sticker_convert/gui.py,sha256=D9L-lFif4P4MANglis_wpjkzlUuGPuq8AybWGyPVP8E,33824
7
7
  sticker_convert/job.py,sha256=FAjQPYr7anibaGovLwuFJdquq5ameDkcn7fQQpFIYQY,27790
8
8
  sticker_convert/job_option.py,sha256=NysZtKVVG7EzRkLnVaeYJY0uNlYKFmjoststB1cvVrY,8020
9
- sticker_convert/version.py,sha256=5ZyglkOQhadFa-85f2b1pY_iTll70Vf-pA6svwusdZE,47
9
+ sticker_convert/version.py,sha256=0RaydMSz6T9tM7fxULD9zW3LWJAm_xCsH_Uf0Mbl9cQ,47
10
10
  sticker_convert/downloaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  sticker_convert/downloaders/download_base.py,sha256=MI5pCT_tkfoaFlrD1oNynDj1Rv1CK0APuNVElTEAEis,5110
12
12
  sticker_convert/downloaders/download_discord.py,sha256=6AFpLAYL2hRvVcsqUtzDUC31U66U02ZcnKXDnZRi2jk,3496
@@ -71,7 +71,7 @@ sticker_convert/resources/appicon.icns,sha256=FB2DVTOQcFfQNZ9RcyG3z9c9k7eOiI1qw0
71
71
  sticker_convert/resources/appicon.ico,sha256=-ldugcl2Yq2pBRTktnhGKWInpKyWzRjCiPvMr3XPTlc,38078
72
72
  sticker_convert/resources/appicon.png,sha256=6XBEQz7PnerqS43aRkwpWolFG4WvKMuQ-st1ly-_JPg,5265
73
73
  sticker_convert/resources/compression.json,sha256=hZY906wUmdAuflVhUowm9EW6h40BzuD4LBNe-Mpd9V8,14184
74
- sticker_convert/resources/emoji.json,sha256=sXSuKusyG1L2Stuf9BL5ZqfzOIOdeAeE3RXcrXAsLdY,413367
74
+ sticker_convert/resources/emoji.json,sha256=q9DRFdVJfm7feZW7ZM6Xa5P1QsMvrn0PbBVU9jKcJKI,422720
75
75
  sticker_convert/resources/help.json,sha256=oI8OIB0aFKgDw4bTKT69zDNshOjf0-bM5el3nbJTzMs,7225
76
76
  sticker_convert/resources/input.json,sha256=NUyIpOGPtP_goDi8FwmbJPuCyLYtDDy83vTpzz5lnb0,3895
77
77
  sticker_convert/resources/memdump_linux.sh,sha256=YbdX5C5RyCnoeDUE6JgTo8nQXKhrUw5-kFDx5bQp9tY,651
@@ -85,7 +85,7 @@ sticker_convert/uploaders/upload_telegram.py,sha256=WlUyLJlW83XZz6RhA76jHMXA6TNU
85
85
  sticker_convert/uploaders/upload_viber.py,sha256=kRvZZCv5WcalOJvz9Mdl2yqi3L5n4joovA39WMWn4qs,6420
86
86
  sticker_convert/uploaders/xcode_imessage.py,sha256=iTTT8gDYOTNkKqXeSWUBuWfxu7xeE418t2Z1YQFR5L0,11365
87
87
  sticker_convert/utils/callback.py,sha256=spYUGlklOs1yPZAxoqwOWgR1sdimpfM8a27if3TaVYk,6155
88
- sticker_convert/utils/chrome_remotedebug.py,sha256=tLc1C1u7U3kJvAi1WFK5_3gKcdfg4x6SAkTIX2g87VE,4765
88
+ sticker_convert/utils/chrome_remotedebug.py,sha256=AuAb-wMHiu7RDZ0YWD-WvIUc2CoR_TLsPVj4cdI2Kuw,5056
89
89
  sticker_convert/utils/emoji.py,sha256=AqB26JY-PkYzNwPLReSnqLiQKe-bR9UXnLclAbgubJ8,367
90
90
  sticker_convert/utils/process.py,sha256=EAQZ9WpiKmkvToIv8G1HNY4V7m0jXyyePTmeP2XOZzE,4688
91
91
  sticker_convert/utils/url_detect.py,sha256=bgW7tM3_j8zv4uKPPhyyOkYoNdljUdqDkbyBMqAZoEI,947
@@ -93,7 +93,7 @@ sticker_convert/utils/auth/get_discord_auth.py,sha256=i5SaXU9Ly6Ci_iBYCYIPcQB5Fa
93
93
  sticker_convert/utils/auth/get_kakao_auth.py,sha256=ipAZ1DUd5CMTpUoxRXHVOFC3DKIpxwxpTYAfrOJ6UZ8,9829
94
94
  sticker_convert/utils/auth/get_kakao_desktop_auth.py,sha256=VbEec-yujlLJOBeM55Rm5deu4YE9G9Oi_AKTwOsmUMg,5815
95
95
  sticker_convert/utils/auth/get_line_auth.py,sha256=8l8ha2vQmk3rHGvDE7PkcxQXbH3oe62LKbI3qVUtvqc,2196
96
- sticker_convert/utils/auth/get_signal_auth.py,sha256=RkjT4EUS2U1tW1sAUxy7G8ut9frnSFYGbT1WoBdXW3Y,4526
96
+ sticker_convert/utils/auth/get_signal_auth.py,sha256=oDTcIUcRM8_zfmR6UoBvzBhIscwLRe7n2zw4aw0j8_Q,4564
97
97
  sticker_convert/utils/auth/get_viber_auth.py,sha256=mUTrcxq5bTrzSXEVaeTPqVQIdZdwvIhrbMgBUb7dU30,8173
98
98
  sticker_convert/utils/auth/telegram_api.py,sha256=WQi3dat8IZy13nXfyDS25XTS3HKp5BhVzgHimgbPnmw,24169
99
99
  sticker_convert/utils/auth/telethon_setup.py,sha256=3hH0KglsotFBxT3gwFjHiDuREyahFIlmx-ZL1_-zM2A,2714
@@ -107,9 +107,9 @@ sticker_convert/utils/media/apple_png_normalize.py,sha256=LbrQhc7LlYX4I9ek4XJsZE
107
107
  sticker_convert/utils/media/codec_info.py,sha256=XoEWBfPWTzr4zSVQIU1XF1yh5viHxH5FytNEpdZR38c,14874
108
108
  sticker_convert/utils/media/decrypt_kakao.py,sha256=4wq9ZDRnFkx1WmFZnyEogBofiLGsWQM_X69HlA36578,1947
109
109
  sticker_convert/utils/media/format_verify.py,sha256=oM32P186tWe9YxvBQRPr8D3FEmBN3b2rEe_2S_MwxyQ,6236
110
- sticker_convert-2.11.5.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
111
- sticker_convert-2.11.5.dist-info/METADATA,sha256=7o-nzfQ5w8TAW-6z8IaxdDlUuAg4Ud9e5RX6ytREJLE,53737
112
- sticker_convert-2.11.5.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
113
- sticker_convert-2.11.5.dist-info/entry_points.txt,sha256=MNJ7XyC--ugxi5jS1nzjDLGnxCyLuaGdsVLnJhDHCqs,66
114
- sticker_convert-2.11.5.dist-info/top_level.txt,sha256=r9vfnB0l1ZnH5pTH5RvkobnK3Ow9m0RsncaOMAtiAtk,16
115
- sticker_convert-2.11.5.dist-info/RECORD,,
110
+ sticker_convert-2.11.7.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
111
+ sticker_convert-2.11.7.dist-info/METADATA,sha256=cu9-d2XmGROc77_PQ_kWHvLoSjmFHkPzk7wvw4QTMEQ,53564
112
+ sticker_convert-2.11.7.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
113
+ sticker_convert-2.11.7.dist-info/entry_points.txt,sha256=MNJ7XyC--ugxi5jS1nzjDLGnxCyLuaGdsVLnJhDHCqs,66
114
+ sticker_convert-2.11.7.dist-info/top_level.txt,sha256=r9vfnB0l1ZnH5pTH5RvkobnK3Ow9m0RsncaOMAtiAtk,16
115
+ sticker_convert-2.11.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5