Skip to content

fengh9/Mailnews

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

##Comment all data of this project will be saved in app_data.json. news_example.json include many show case of news json. mail_example.htmp is the html string exported from news json, youcan open the file in browser. source of news:https://newsapi.org APP_KEY 845ab91152034cfba18b3e420518d351

every time you updates news in admin page, old new will be removed, the latest top-headline news will be download and storage.

##Modules The system include 5 module:

  1. admin.py -- a module providing several admin action in logically.
  2. data.py -- a module to storage, load data and update data.
  3. mail.py -- a module to send email
  4. news.py -- a module to get news, trans format and save them.
  5. service.py -- web service module, providing admin interface in browser, the entry of project

##How to run? python3 service.py open http://127.0.0.1:8888 in your browser, do everything in the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published