Skip to content

Commit fafd5dd

Browse files
authored
Create README again
1 parent 74d2e80 commit fafd5dd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# AndroidFileHost Scraper
3+
Simple and powerful Python script to look for keywords and download files from AndroidFileHost by imitating their API calls. Supports downloading from multiple pages, mirror selection and sorting pages.
4+
5+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/codefl0w/AndroidFileHostScraper/total?style=flat-square&logo=github) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/codefl0w/AndroidFileHostScraper/.github%2Fworkflows%2Fbuild.yml?style=flat-square&label=Executable%20build%20workflow)
6+
7+
8+
9+
10+
## Why?
11+
12+
AFH is slowly dying, which means a lot of ROMs, kernels and whatnot will be forever gone if we don't archive them elsewhere. This script makes everything a lot easier.
13+
14+
## Installation
15+
Get the requirements: `pip install requests beautifulsoup4`
16+
And run the script.
17+
18+
You can also check the [releases](https://github.com/codefl0w/AndroidFileHostScraper/releases) page to download precompiled executables for your platform if you don't want to install Python. Releases are created automatically using GitHub Actions and mostly untested, so please create an issue if you encounter a problem.
19+
20+
## Usage
21+
Just run the script, search for keywords, select how the files should be listed, choose the amount of files to download, select your primary server and hit enter. The scraper will automatically go through the files and download them.
22+
23+
Downloads can be found within the root directory of the script.
24+
25+
26+

0 commit comments

Comments
 (0)