Wikipedia Disambiguation Link Fixer https://dab.edwardbetts.com/
Go to file
2023-09-29 20:15:02 +01:00
dab_mechanic Pull in some code from one-at-a-time branch 2023-09-29 20:15:02 +01:00
static/css Add CSS for error page 2022-08-17 13:54:16 +01:00
templates Update error handling to work with werkzeug 2 2023-09-29 18:03:39 +01:00
.gitignore Add mypy_cache to gitignore 2023-09-29 14:10:04 +01:00
LICENSE Add README.md and LICENSE 2023-09-29 14:14:45 +01:00
README.md Fixes to README.md 2023-09-29 14:16:19 +01:00
web_view.py Update error handling to work with werkzeug 2 2023-09-29 18:03:39 +01:00

Wikipedia Disambiguation Link Fixer

This Flask web application is designed to help fix disambiguation links in Wikipedia articles. It makes use of various Python modules, including Flask, SQLAlchemy, lxml, and Jinja2, to provide a user-friendly interface for editing and saving changes to Wikipedia articles.

Features

  • Retrieve a list of articles with disambiguation links from dplbot.toolforge.org.
  • Edit Wikipedia articles directly within the app.
  • Automatically generate edit summaries for your changes.
  • OAuth integration for secure Wikipedia authentication.

Prerequisites

Before you can run this application, ensure you have the following prerequisites installed:

  • Python 3.x
  • Flask
  • SQLAlchemy
  • lxml
  • Jinja2
  • requests
  • requests-oauthlib

You'll also need to obtain OAuth credentials from Wikipedia to use the authentication features.

Installation

  1. Clone this repository to your local machine:

    git clone https://git.4angle.com/edward/dab-mechanic.git
    
  2. Navigate to the project directory:

    cd dab-mechanic
    
  3. Install the required Python packages using pip:

    pip install -r requirements.txt
    
  4. Configure the application by modifying the config.default file with your OAuth credentials and other settings.

Usage

  1. Start the Flask application:

    python3 web_view.py
    
  2. Access the app in your web browser at http://localhost:5000.

  3. Log in with your Wikipedia account using OAuth.

  4. Browse the list of articles with disambiguation links and make necessary edits.

  5. Save your edits, and the application will update the Wikipedia articles accordingly.

Contributing

Contributions are welcome! If you'd like to improve this application or report issues, please create a pull request or open an issue on the Forgejo repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This application was developed by Edward Betts.

Contact

If you have any questions or need assistance, you can contact Edward Betts at edward@4angle.com