Skip to content

[UNMAINTAINED] Firefox addon for Scrapely

Notifications You must be signed in to change notification settings

zanachka/fortia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortia

Firefox extension for automatic data extraction. It uses scrapely under the hood.

License is MIT.

Running

To run the addon see firefox-addon/README.rst.

To use all extension features you also need a Python Fortia server running. To start it, change folder to fortia-server, install all Python requirements (preferably in a virtualenv) and start a server:

cd fortia-server
pip install -r requirements.txt
./fortia-server.py --debug

Project Structure

  • firefox-addon is the Fortia Firefox addon.
  • fortia-server is a Python server required for some of the addon features.
  • example-spider folder contains an example Scrapy spider which can crawl websites and extract data using templates created with Fortia.

See README files in these folders for more details.

About

[UNMAINTAINED] Firefox addon for Scrapely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • Python 6.2%
  • HTML 3.2%
  • CSS 0.3%