Set Up

MuffinBite offers more setup options than there are ways to use it, you can download MuffinBite, install it via pip, or clone the repository.

If you like your MuffinBite with a side of Python, this method is your jam.

1. Create a folder with whatever name you like and wherever you like

2. Create a python virtual environment in that folder, and activate it.

3. Now, install MuffinBite using pip.pip install muffinbite

4. Move the "credentials.json" file to this folder, that you downloaded in the requirements step.

5. Now, run MuffinBite using the command below.(environment) shivansh@shivansh:~/Desktop/all_codes/tryMuffinBite$ bite bite>

6. Enter "build" to complete the set-up.bite> build Checking for directories... Created: Attachments Created: DataFiles Created: EmailStatus Created: Templates Created: Campaigns Let's set up your MuffinBite user info: Enter your name: Shivansh Enter your email: shivanshvarshney45@gmail.com Choose your email provider: 1. Gmail (uses OAuth token) 2. Other SMTP service Provider (1 or 2): 1 Gmail token will be generated separately via OAuth flow. User configuration saved successfully! Setup completed successfully !! bite>

Note:
  1. Enter the name and email you want to use to send emails.
  2. You must be logged-in on your browser with the email that you want to use.

After the output says "Setup completed successfully !!", you can move ahead to create campaigns, and send emails.