Skip to content

Automate Kindle reading: Converts webpages to eBooks, syncs with Kindle. Flask, Instapaper API integration. Efficient, personalized reading solution.

Notifications You must be signed in to change notification settings

bdipesh3045/Kindle-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Kindle Automation project

📘 Instapaper Automator for Kindle

Are you tired of manually adding webpages to your Kindle for reading? Look no further! With this Instapaper Automator, you can effortlessly convert webpages into eBooks and sync them with your Kindle.

🔍 Problem Statement

Manually adding webpages to Kindle is time-consuming and cumbersome.

💡 Solution

Utilize the Instapaper API to automate the process:

  • Search for a solution to reading webpages on Kindle.
  • Discovered an amazing website but manual adding was tedious.
  • Developed a personalized page using Flask to bulk-add webpages and convert them into eBooks.
  • Integrated with a web scraper to fetch daily articles of interest and sync them with Kindle.

🚀 Key Features

  • Automated bulk addition of webpages to Kindle.
  • Seamless conversion of web content into eBooks.
  • Daily synchronization with Kindle for personalized reading experience.

🛠️ Technical Details

  • Developed with Python using Flask framework.
  • Utilizes Instapaper API for web content conversion.
  • Integrated with SQLAlchemy for database management.
  • Secure authentication using environment variables.

🌟 Conclusion

A fun and challenging project that streamlines the process of reading web content on Kindle. Explore various technologies while solving a real-world problem!

Demo

Project Output

Documentation

I have used instrapper Libray into it . I have linked its Documentation below:

Instapaper

Environment Variables

To run the application, you need to set the following environment variables:

  • CONSUMER_KEY: Instapaper api consumer key for authentication.
  • CONSUMER_SECRET: Instapaper api consumer secret for authentication.
  • INAME: Your Intapaper email address associated with the application.
  • PASSWORD: Your Instapaper password for authentication.
  • SecretKey: Your secret key for flask authentication.

Ensure these variables are properly configured before running the application.

Installation

Install this project using the command below:

pip install -r requirements.txt
git clone https://github.com/rsgalloway/instapaper.git
cd instapaper
python setup.py install

Deploy with Vercel

Flask + Vercel

This example shows how to use Flask 3 on Vercel with Serverless Functions using the Python Runtime.

Demo

https://flask-python-template.vercel.app/

How it Works

This example uses the Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.

Running Locally

vercel dev

Your Flask application is now available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Support

For support, message me on linkedin : Dipesh Sharma.

Email Address: dipeshsharma9800@gmail.com

About

Automate Kindle reading: Converts webpages to eBooks, syncs with Kindle. Flask, Instapaper API integration. Efficient, personalized reading solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published