Git Product home page Git Product logo

python_mail's Introduction

项目介绍

本类主要满足推广的需求,主要需求为每日分渠道统计新增激活注册用户,以及每日活跃用户(使用时间大于5分钟)以及留存。

项目实现

本类主要通过python pandas模块把从数据库中查到的数据进行格式化处理,然后按照指定字段进行绘制条形图。最后通过邮件发送。代码现在在运维定时发送。

mail.py

定义激活用户

 enable(self, cur):

定义活跃用户

 active(self,cur):

定义留存

remain(self,cur)

制作html页面并发送邮件

send(self,df1,df2,df3,df4)

扩展

如果需要添加收件人 需要在receivers = ['********@qq.com','********@163.com'] 中添加收件人

operation_mail.py

定义留存

remain(self,cur) 展示用户次日,二日,三日,四日,五日,六日,七日留存,数据主要针对运营。

综合数据

data(self,cur) 展示综合数据,包括总设备数,总用户数等。

market_total.py

分渠道展示激活、注册、注册率、活跃和七日留存数据 select_data

big_dial.py

大转盘数据

insert_data() 将查询到的数据插入到数据库

python_mail's People

Contributors

guoyiguang avatar

Watchers

 avatar

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.