It is a python-based project which notifies you of updates from various feeds like Gmail, Atom/RSS etc.
- Plugin based structure, so its easy to add new sources.
- Gmail and Atom readers included
- Clone repo
git clone https://github.com/Mrigank11/AReader
- Install dependencies:
pip install -r requirements.txt - Run :
python main.py
Add an object to areader.json:
{
"provider":"rss",
"url":"<url to atom/rss feed>",
"title":"<notification title>(Optional)",
"homepage":"<url to open on notification click>(Optional)"
}- Create a project on console.developers.google.com
- Create new WebApp and download credentials
- Paste it in
plugins/gmail/client_server.json - Add an object to areader.json:
{
"provider":"gmail",
"alias":"<identifier of gmail id>(Optional)",
"label":"<label to fetch>(Optional)",
"u":"<if you're using >1 google acc. in browser, then index of the corresponding google acc.(Optional)"
}- Note: At first run, your browser will open for authorizing each entry having
gmailasproviderin the order of appearance inareader.json