Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rss-email
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
rss-email
Commits
dfdc043d
Commit
dfdc043d
authored
Aug 05, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added readme
parent
28efa45b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
.gitignore
.gitignore
+1
-0
README.md
README.md
+16
-0
No files found.
.gitignore
View file @
dfdc043d
rssemailconfig.py
rssemailconfig.py
*.pyc
*.pyc
*.pyo
*.pyo
*.pickle
README.md
0 → 100644
View file @
dfdc043d
RSS - Email
-----------
A simple Python script to read posts from an RSS feed and mail them to a given
email address.
To setup, copy
`rssemailconfig.example.py`
to
`rssemailconfig.py`
and edit the
variables therein.
You could run the script through cron:
```
cron
*/5 * * * * (cd /path/to/rss-email.py && python3 rss-emai.py )
```
I wrote this since the
`rss2email`
app had some problem with authentication.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment