Code Monkey home page Code Monkey logo

deaths-in-year's Introduction

DEATHS_IN_YEAR

This python script is designed to send messages to mail via smtp protocol.

Script reports new deaths based on Wikipedia article Deaths_in_2023

Git

Clone the repository

git clone https://github.com/Alexander671/Deaths-in-Year/

Navigate into the Deaths-in-Year directory

cd Deaths-in-Year

.env file

For correct work you need to create .env file in ~/PROJECT_DIR/Deaths-in-Year/.env or rename .env copy to .env file with the following content:

nano .env 
SENDER_EMAIL="{your_email}"
RECEIVER_EMAIL="{reciever_email}"
SMTP_PASSWORD="{your_password_smtp}"
SMTP_PORT=465
SMTP_USERNAME="Deaths_in_2023"
SMTP_SERVER="smtp.yandex.com.tr"
# if this is the first run, is it necessary to receive all previous messages
SEND_OLD_UPDATES=False
LOGFILE="output.log"

Dependencies

Install, using pip (beeter use with virtual environments: example venv):

pip install -r requirements.txt

Usage

enter the following command

cd src/
python3 main.py

after that the script will be detached and will run in an infinite loop

enter the following command if you want to see how the program is running

ps axuw | grep main.py

and following to kill the process

kill {pid}

Essay

Death - Google Docs

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.