Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alime

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alime

Animated anti-bot email obfuscation for your website

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1
Demo animation

Alime: Animated anti-bot email obfuscation for your website

  • Stops email scraping bots that don't understand CSS transforms and page layout
  • Works without JavaScript (JavaScript is only used to make a clickable mailto: link)

Demo page

Usage

  • Install the tool from PyPI:
    python3 -m pip install alime
    
  • Run alime with your email:
    python3 -m alime 'my.email@example.com'
    
    alime-example.html, alime.css, and alime.js are created in the current directory.
  • Copy alime.css and alime.js (optional for mailto: hyperlink support) to your website.
  • Copy the marked contents of alime-example.html into your webpage HTML source.

More options are available by using alime from Python code:

import alime
help(alime.Alime)

gen = alime.Alime('my.email@example.com')
gen.generated_html, gen.generated_css, gen.generated_js
gen.save()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc