Skip to content
/ alime Public

Fancy animated anti-bot email obfuscation for your website

License

Notifications You must be signed in to change notification settings

cduck/alime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc99b7b · Jun 21, 2020

History

11 Commits
Jun 20, 2020
Jun 21, 2020
Jun 20, 2020
Jun 20, 2020
Jun 21, 2020
Jun 21, 2020

Repository files navigation

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 '[email protected]'
    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('[email protected]')
gen.generated_html, gen.generated_css, gen.generated_js
gen.save()

About

Fancy animated anti-bot email obfuscation for your website

Resources

License

Stars

Watchers

Forks

Languages