1
1
Fork
You've already forked gempad
0
A mirror of Wattpad on Gemini because why not?
  • Python 100%
Find a file
2021年12月29日 21:51:46 +01:00
cgi-bin Adding reference to pandoc path and removing the deb file 2021年12月29日 21:49:00 +01:00
index.gmi Correcting the cgi links 2021年12月29日 21:36:44 +01:00
LICENSE Adding docs 2021年12月29日 13:34:27 +01:00
license.gmi Adding gemini version of docs 2021年12月29日 13:42:54 +01:00
readme.gmi Adding link to demo 2021年12月29日 21:51:46 +01:00
README.md Adding link to demo 2021年12月29日 21:51:46 +01:00
requirements.txt Fixing typo 2021年12月29日 21:20:08 +01:00

GemPad

8""""8 8""""8
8 " eeee eeeeeee 8 8 eeeee eeeee
8e 8 8 8 8 8eeee8 8 8 8 8
88 ee 8eee 8e 8 8 88 8eee8 8e 8
88 8 88 88 8 8 88 88 8 88 8
88eee8 88ee 88 8 8 88 88 8 88ee8

Welcome to GemPad, a Wattpad mirror for Gemini. Currently experimental.

Public demo

See the demo here on gemini or here on web proxy.

Features

  • Reading full Wattpad stories from URL or ID
  • Read random stories (very experimental)

Roadmap

  • Search queries
  • Download stories
  • Support other types of IDs
  • Giving more information about the stories like description, tags, etc.

Building

Dependencies

  • Python3
  • Pip3

Steps

  1. Download the source code
git clone https://codeberg.org/SnowCode/gempad
cd gempad/
  1. Install the dependencies
pip install -r requirements.txt
  1. Install jetforce (or skip this step if you already have a gemini server that supports cgi scripts)
pip install jetforce
  1. Setup the capsule! (replace the command by yours if you use something else than jetforce)
# localhost
jetforce --dir .
# domain.tld
jetforce --hostname domain.tld --dir .

About me

I am just a random person making random scripts on the internet

License

This project is under the GNU-GPLv3 license. More info here.