Skip to content
View marufromhell's full-sized avatar

Block or report marufromhell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marufromhell/readme.md

Hey, I'm Maru
I write mostly in python. I occasionally write small projects in rust and C, but they usually aren't significant. The projects i make are usually because they make my life more convinient, if they make yours aswell. Great! Projects:

  • NKNK - a python cli that runs inbetween your terminal and the cli, supports command completion, inline python, and python function shortcuts, git integration, and zoxide integration. this is my favorite project ive ever done, because its actually so useful.

  • Ghscraper - collects data on a github user by cloning all their repos, searching commit logs for email leaks, and checks for api/name leaks. To protect idiots from doxxing. or doxxing idiots, your choice.

  • DSH - uses a serial connection to interpret its own programming language. can use flipper cli commands, aswell as local python, and javascript. or anything else, you choose to port.

  • Papaya - a unholy creation that allows you to write python scripts without using parenthesis

Contact:
Email: maru@lithium-dev.xyz (pgp attached in marufromhell/marufromhell)
Signal: maru.222

Crypto:
BTC: 16innLYQtz123HTwNLY3vScPmEVP7tob8u
ETH: 0x48994D78B7090367Aa20FD5470baDceec42cAF62
XMR: 49dNpgP5QSpPDF1YUVuU3ST2tUWng32m8crGQ4NuM6U44CG1ennTvESWbwK6epkfJ6LuAKYjSDKqKNtbtJnU71gi6GrF4Wh

Pinned Loading

  1. ghscraper ghscraper Public

    Scrapes a whole github users page and searches for name leaks. Creates a list of emails from all non github api commits to a users personal(non forked) repos

    Python 1

  2. dsh dsh Public

    Runs flipper cli .dsh files over serial port.

    Python 1

  3. NKNK NKNK Public

    Fast python shell

    Python 2

  4. papaya papaya Public

    python without parenthesis

    Python