Giter Club home page Giter Club logo

pepipost / bimi-official Goto Github PK

View Code? Open in Web Editor NEW
8.0 7.0 4.0 23.29 MB

โœจ Brand Indicators for Message Identification or BIMI ( ๐Ÿ“ข pronounced: Bih-mee) is an emerging email ๐Ÿ“ง specification that enables the use of brand-controlled logos within supporting email clients ๐Ÿ”ฎ.

Home Page: https://bimigroup.org/

License: MIT License

Python 34.16% HTML 57.26% CSS 8.58%
emails authentication python3 brand message jinja flask-application flask

bimi-official's Introduction

BIMI-official

Brand Indicators for Message Identification or BIMI (pronounced: Bih-mee) is an emerging email specification that enables the use of brand-controlled logos within supporting email clients

Current Setup is for development purposes.

Requirements

  • python >= 3
  • pip dependency manager
  • virtualenv - To create a python virtual environment
  • java - To parse xml file

Installation

Check Python installation

$ python --version

You check python installation steps, in case of issues.

Check pip installation

$ pip --version

Install pip in case it isn't installed.

Clone Bimi project from git repository

$ git clone https://github.com/Hiteshpandey/BIMI-official.git bimi
$ cd bimi

Install Virtualenv

$ pip install virtualenv

Create a virtual environment

$ python -m venv env

This should create a folder named env inside your bimi setup folder. This might look something like this path C:/bimi/env.

Activate virtual environment

# For linux
$ source ./env/bin/activate

# For windows
.\env\Scripts\activate

Install dependencies

$ pip install -r requirements.txt

Edit configuration file

you can find custom configuration file here -> custom_config.py

Run the application

$ python .\app.py

Helpful links

https://bimigroup.org/

https://pepipost.com/tutorials/bimi/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.