A Discord Mod Mail bot made in python

Overview

Fish-Mail

The mod mail bot for Fish Hosting
Note: You are not allowed to remove the names in the credit command
Note: If you want any ideas/commands added to the bot please tell me here
Note: If you need help with the setup join our discord

Installing Modules

Run in command prompt

# Linux/macOS
python3 -m pip install -r requirements.txt

# Windows
py -3 -m pip install -r requirements.txt

Make sure to have these on

Turn them on here here

How to set up

Make a .env file, Just like this

DISCORD_BOT_SECRET=Token here
DATABASE_LINK=Mongo link

You can get a mongo link here

Setting up config.py

TICKET_CATEGORY=#category for the tickets
GUILD_ID=#server id
STAFF_ROLE=#staff role id
STAFF_EMOJI='emoji'
PREFIXES=['<', '?']
STATUS='My Dms'

How to run

# Linux/MacOS
python3 main.py

# Windows
py main.py

Running

This is what you should see when the bot is running

Commands

?close [reason]
?reply [message]
?areply [message]
?block [user]
?unblock [user]

Images

If you need help

You can add me on discord my username is Blue.#1270 DO NOT ADD ME WITHOUT A REASON

You might also like...
SMTP checker to check Mail Access via SMTP
SMTP checker to check Mail Access via SMTP

SMTP checker to check Mail Access via SMTP with easy usage ! Medusa has been written and tested with Python 3.8. It should run on any OS as long as Python and all dependencies are installed.

Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)

Django-Templated-Email Info: A Django oriented templated email sending class Author: Bradley Whittington (http://github.com/bradwhittington, http://tw

You take an email and password from the combo list file and check it on mail.com

Brute-Force-mail tool information: Combo Type: email:pass Domains: All domains of the site Url: https://www.mail.com Api: ☑️ Proxy: No ☑️ The correct

spam_box is a self hosted temp mail service by hacksec
spam_box is a self hosted temp mail service by hacksec

spam_box spam_box is a self hosted temp mail service by hacksec Requirement python3 open port 25 and 6660 root access in a vps How to install in linux

ghotok mail - lets you find available contact email addresses from target website
ghotok mail - lets you find available contact email addresses from target website

ghotok-mail ghotok mail - lets you find available contact email addresses from target website git clone https://github.com/josifkhan/ghotok-mail cd gh

📧 CLI to deduplicate mails from mail boxes.
📧 CLI to deduplicate mails from mail boxes.

Mail Deduplicate Command-line tool to deduplicate mails from a set of boxes. Stable release: Development: Features Duplicate detection based on cherry

GMailBomber is a form of Internet abuse which is perpetrated through the sending of massive volumes of email to a specific email address with the goal of overflowing the mailbox and overwhelming the mail server hosting the address, making it into some form of denial of service attack.

GMailBomber is a form of Internet abuse which is perpetrated through the sending of massive volumes of email to a specific email address with the goal of overflowing the mailbox and overwhelming the mail server hosting the address, making it into some form of denial of service attack.

Automatically Send Custom Named Certificates via Mail
Automatically Send Custom Named Certificates via Mail

Welcome to Certificate Launchpad 🚀 Automatically Send Custom Named Certificates via Email Intro After any event, sending certificates to attendees or

This is the mail server that handles responses from the Contact Form
This is the mail server that handles responses from the Contact Form

mailserver About This is the mail server that handles responses from the Contact Form Contributors ✨ Thanks goes to these wonderful people (emoji key)

Comments
  • Fixed `traceback.format_exception` and `traceback.print_exception`

    Fixed `traceback.format_exception` and `traceback.print_exception`

    There is no such keyword as etype

    it raises a typeerror

    but i am using 3.10 so it might have been removed but i tested both functions and they raised the same error.

    opened by Sengolda 6
  • The new transcript viewing system and new settings page incomplete commits

    The new transcript viewing system and new settings page incomplete commits

    I was gonna open a PR for this once I finish everything but that's also stopping all the other smaller changes/bug fixes so I'm just opening a PR for incomplete one.

    opened by Nirlep5252 0
  • Better Bug report

    Better Bug report

    This bug report uses github bug_report yaml syntax for its design meaning now it looks way better. Also It has validators, if the required fields are not entered, user will not be able to open an issue.

    Also This took me like 15 minutes to do so please merge ;-;

    opened by Sengolda 0
  • Emoji class in config

    Emoji class in config

    this way you can access all emojis without importing anything like self.bot.emojis_.staff the attr is emojis_ cuz emojis is already a default one in the bot class

    opened by Nirlep5252 0
Releases(beta)
Owner
self-taught developer
null
This is a bot that interacts with you over voice and sends mail.Uses speech_recognition,pyttsx3 and smtplib

AutoMail This is a bot that interacts with you over voice and sends mail Before you run the bot , go to mail.py and put your respective email address

Aditya Subrahmanya Bhat 2 Nov 4, 2022
A Python Mail Server

Salmon - A Python Mail Server Download: https://pypi.org/project/salmon-mail/ Source: https://github.com/moggers87/salmon Docs: https://salmon-mail.re

Matt Molyneaux 582 Dec 30, 2022
A light-weight, modular, message representation and mail delivery framework for Python.

Marrow Mailer A highly efficient and modular mail delivery framework for Python 2.6+ and 3.2+, formerly called TurboMail. © 2006-2019, Alice Bevan-McG

Marrow Open Source Collective 255 Dec 28, 2022
This simple python script uses cv2 to create and mail certificates to participants of workshops.

This simple python script uses cv2 to create and mail certificates to participants of workshops. Just collect the names and email ids of participants in a csv file (i used google docs), and place it in the project folder as given and run the script! Make sure to have 'Allow less secured apps' enabled for your gmail for smtp auth!

Sounder Rajendran 0 Dec 19, 2022
A python script that helps you understand why your E-Mail ended up in Spam

decode-spam-headers.py Whether you are trying to understand why a specific e-mail ended up in SPAM/Junk for your daily Administrative duties or for yo

Mariusz Banach 316 Jan 5, 2023
Yahoo Mail Validator For Python

Validator Validator helps to know if the mail is valid or not Installation Install The libraries pip install requests bs4 colorama Usage Create a new

Mr Python 3 Mar 12, 2022
Send Multiple Mail From List With Python

Send Multiple Mail From List With Python You can send multiple e-mail using HTML themes with Python. Here is the e-mail information to be sent. #The m

Mücahid Eker 1 Dec 23, 2021
Mail-Checker is a python script that lets you see your mails directly from the terminal without having to login each time.

Mail-Checker ##Mail-Checker is a python script that lets you see your mails directly from the terminal without having to login each time. ##Before you

Siddharth Pradeep 1 Jan 12, 2022
Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)

Fastapi-mail The fastapi-mail simple lightweight mail system, sending emails and attachments(individual && bulk) ?? Installation $ pip install fastap

Sabuhi 399 Dec 29, 2022
A Pythonic interface for Google Mail

GMail for Python A Pythonic interface to Google's GMail, with all the tools you'll need. Search, read and send multipart emails, archive, mark as read

Charlie Guo 1.7k Dec 29, 2022