Skip to content

Instantly share code, notes, and snippets.

View angus-lherrou's full-sized avatar

Angus L'Herrou angus-lherrou

  • CHIP @ Boston Children's Hospital
  • Waltham, Massachusetts
View GitHub Profile
@angus-lherrou
angus-lherrou / remove-emoji.py
Last active August 16, 2020 00:45 — forked from slowkow/remove-emoji.py
Remove all traces of emoji from a text file.
#!/usr/bin/env python
"""
Remove emoji from a text file and print it to stdout.
Note: doesn't catch certain things that are counted as emoji by e.g. Facebook, like 2⃣.
Usage
-----
python remove-emoji.py input.txt > output.txt
"""