MCPcopy Index your code
hub / github.com/Gerapy/Gerapy

github.com/Gerapy/Gerapy @v0.9.13 sqlite

repository ↗ · DeepWiki ↗ · release v0.9.13 ↗
1,639 symbols 6,982 edges 90 files 123 documented · 8%
README

Gerapy

Build Read the Docs PyPI - Python Version GitHub stars PyPI - Downloads Docker Pulls PyPI - License

Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Scrapyd-Client, Scrapyd-API, Django and Vue.js.

Documentation

Documentation is available online at https://docs.gerapy.com/ and https://github.com/Gerapy/Docs.

Support

Gerapy is developed based on Python 3.x. Python 2.x may be supported later.

Usage

Install Gerapy by pip:

pip3 install gerapy

After the installation, you need to do these things below to run Gerapy server:

If you have installed Gerapy successfully, you can use command gerapy. If not, check the installation.

First use this command to initialize the workspace:

gerapy init

Now you will get a folder named gerapy. Also you can specify the name of your workspace by this command:

gerapy init <workspace>

Then cd to this folder, and run this command to initialize the Database:

cd gerapy
gerapy migrate

Next you need to create a superuser by this command:

gerapy createsuperuser

Then you can runserver by this command:

gerapy runserver

Then you can visit http://localhost:8000 to enjoy it. Also you can vist http://localhost:8000/admin to get the admin management backend.

If you want to run Gerapy in public, just run like this:

gerapy runserver 0.0.0.0:8000

Then it will run with public host and port 8000.

In Gerapy, You can create a configurable project and then configure and generate code of Scrapy automatically. But this module is unstable, we're trying to refine it.

Also you can drag your Scrapy Project to projects folder. Then refresh web, it will appear in the Project Index Page and comes to un-configurable, but you can edit this project through the web page.

As for deployment, you can move to Deploy Page. Firstly you need to build your project and add client in the Client Index Page, then you can deploy the project just by clicking button.

After the deployment, you can manage the job in Monitor Page.

Docker

Just run this command:

docker-compose up

Then it will run at port 8000. You can use the temp admin account (username: admin, password: admin) to login. And please change the password later for safety.

Command Usage:

docker run -d -v <workspace>:/home/gerapy -p <public_port>:<container_port> germey/gerapy

Please specify your workspace to mount Gerapy workspace by -v <workspace>:/app/gerapy and specify server port by -p <public_port>:<container_port>.

If you run Gerapy by Docker, you can visit Gerapy website such as http://localhost:8000 and enjoy it, no need to do other initialzation things.

TodoList

  • [x] Add Visual Configuration of Spider with Previewing Website
  • [x] Add Scrapyd Auth Management
  • [x] Add Gerapy Auth Management
  • [x] Add Timed Task Scheduler
  • [ ] Add Visual Configuration of Scrapy
  • [ ] Add Intelligent Analysis of Web Page

Communication

If you have any questions or ideas, you can send Issues or Pull Requests, your suggestions are really import for us, thanks for your contirbution.

Core symbols most depended-on inside this repo

n
called by 2169
gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js
n
called by 527
gerapy/server/core/templates/static/js/chunk-582dc9b0.1b37a15f.js
s
called by 504
gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js
r
called by 353
gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js
e
called by 337
gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js
i
called by 277
gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js
n
called by 260
gerapy/server/core/templates/static/js/chunk-74cc1e94.e11b24e1.js
o
called by 257
gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js

Shape

Function 1,511
Method 84
Class 44

Languages

TypeScript87%
Python13%

Modules by API surface

gerapy/server/core/templates/static/js/chunk-vendors.4e2067da.js757 symbols
gerapy/server/core/templates/static/js/chunk-74cc1e94.e11b24e1.js459 symbols
gerapy/server/core/templates/static/js/chunk-582dc9b0.1b37a15f.js120 symbols
gerapy/server/core/views.py42 symbols
gerapy/server/core/utils.py33 symbols
gerapy/server/core/templates/static/js/chunk-2ab4c347.d7e45ee9.js33 symbols
gerapy/server/core/templates/static/js/chunk-39423506.69b4a9a5.js23 symbols
gerapy/server/core/templates/static/js/app.c76ee343.js14 symbols
gerapy/spiders/crawl.py11 symbols
gerapy/spiders/json.py10 symbols
gerapy/server/core/scheduler.py10 symbols
gerapy/server/core/parser.py10 symbols

Dependencies from manifests, versioned

@vue/cli-plugin-babel3.0.5 · 1×
@vue/cli-plugin-eslint3.0.5 · 1×
@vue/cli-service3.0.5 · 1×
axios0.21.1 · 1×
babel-eslint10.0.1 · 1×
clone2.1.2 · 1×
core-js2.6.5 · 1×
date-format2.1.0 · 1×
echarts4.3.0 · 1×
element-ui2.11.1 · 1×
eslint5.16.0 · 1×
eslint-plugin-vue5.0.0 · 1×

Datastores touched

(mongodb)Database · 1 repos
(mysql)Database · 1 repos

For agents

$ claude mcp add Gerapy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact