Skip to content

DylanB5402/SummerProject2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SummerProject2

An Android app for downloading fanfiction from various sites and sending them directly to a Kindle device written in Python using Kivy. The backend uses FanFicFare and fiction from any site supported by FanFicFare can be downloaed. Mobi files are sent over email using SMTP. Note that the .apk in the bin directory is configured to send Mobi files from my personal email to my personal kindle email address. In order to use the app for yourself, create a file named password.py with the following contents and add it to the src directory.

my_email = ""
#email to send the mobi file using
password = ""
#password to that email (may be an app password)
kindle_email = ""
#email to send the file to, doesn't have to be a kindle email

To build and install the app run buildozer -v android debug to compile and buildozer android deploy run to deploy the app. View Buildozer for more detailed instruction.

About

An Android app for sending online web fiction to my Kindle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published