Skip to content

Commit

Permalink
Update Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLuciano committed Oct 18, 2021
1 parent c91b641 commit ac708cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 📰 PyNews
<h1 align="center">📰 PyNews</h1>
<p align="center">
Simple python newsletter project
</p>

Simple python newsletter project
![Page example](assets/page.webp)

## Install dependencies

Expand Down Expand Up @@ -38,11 +41,22 @@ [email protected]

```bash
$ python scripts/build.py
> Opening preview...
```


## Send newsletter

```bash
$ python scripts/send.py
> Opening preview...
> Send? (yes/no) yes
> E-mail password:
> Login successfully!
> Sending 1 of 32...
...
> Newsletter launched successfully!
```

## License
This project is [MIT licensed](https://github.com/FelixLuciano/PyNews/blob/main/LICENSE).
Binary file added assets/page.webp
Binary file not shown.

0 comments on commit ac708cc

Please sign in to comment.