-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
65 lines (46 loc) · 1.28 KB
/
Copy pathREADME
File metadata and controls
65 lines (46 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
LORD OF THE MYSTERIES READER
=============================
Community Service - Read LOTM Web Novel For Free
Android e-reader app for Lord of the Mysteries novel.
FEATURES
--------
- Continuous scroll & paginated reading modes
- Material 3 design with AMOLED dark mode
- Customizable fonts and themes
- Room database for offline reading
- Web scraper for chapter collection
BUILD
-----
./gradlew assembleDebug
Or:
./build_and_sign.sh debug
SCRAPING
--------
cd scripts
source .venv/bin/activate
Full automated scrape:
python complete_scraper.py --book-id 133485
Test single chapter:
python test_chapter_scrape.py
Gradual collection:
python scrape_links.py --book-id 133485
python fetch_chapters.py --links output/chapter_links_133485.json
TECH
----
Android: Kotlin, Jetpack Compose, Room Database
Scraping: Python, Selenium, BeautifulSoup
UI: Material 3, MVVM architecture
STRUCTURE
---------
app/src/main/java/com/reader/lotm/
data/ - Database entities, DAOs, repositories
ui/ - Compose screens and components
utils/ - Helper utilities
scripts/
complete_scraper.py - Automated scraper
scrape_links.py - Link collector
fetch_chapters.py - Chapter downloader
utils/ - Parser, cleaner, bypass modules
LICENSE
-------
For personal use only.