Skip to content

๐Ÿ“ Parse articles from Habr, Proglib, and vc.ru into a unified Markdown format for easy access and readability.

Notifications You must be signed in to change notification settings

Flamimods/articles_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ฐ articles_project - Easily Extract Articles and Clean Up Content

Download

๐Ÿš€ Getting Started

Welcome to the articles_project! This tool helps you cleanly extract articles from popular websites like Habr, Proglib, and vc.ru. By removing ads and unnecessary elements, it preserves the main content and keeps the formatting intact.

๐Ÿ“ฅ Download & Install

To get started, visit this page to download: Release Page. You will find the latest version available for download.

  1. Go to the Release Page.
  2. Choose the version that fits your system.
  3. Click on the downloadable file to start the download.
  4. Once downloaded, locate the file on your computer.

๐Ÿ–ฅ๏ธ System Requirements

Before using articles_project, ensure your system meets these requirements:

  • Operating System: Windows, macOS, or Linux.
  • Python Version: Python 3.6 or later is required to run the application.
  • Storage Space: At least 50 MB of free space for installation and usage.
  • Internet Connection: Required for fetching articles from websites.

๐Ÿ”ง How to Use

Once you have downloaded the application, follow these steps to begin extracting articles:

  1. Open a Terminal or Command Line:

    • For Windows, search for "cmd" in the Start menu.
    • For macOS and Linux, you can find the Terminal in your Applications folder.
  2. Navigate to the Downloaded File: Use the cd command to change directories to where you downloaded the articles_project file.

    Example:

    cd /path/to/your/download/folder
  3. Run the Application: Use the following command to start the tool:

    python articles_project.py [URL]

    Replace [URL] with the link to the article you want to extract.

  4. View the Cleaned Article: The application will process the article and display the main content in your terminal. You can save it to a file or copy it directly.

๐Ÿ“ Features

  • Supports Multiple Websites: Extract articles from Habr, Proglib, and vc.ru easily.
  • Removes Ads: Focus solely on reading content without distractions.
  • Maintains Formatting: The output is easy to read and formatted correctly.
  • Command Line Interface: Simple commands allow you to use the tool without any complicated setups.

โš™๏ธ Troubleshooting

If you face issues while using the application, try these solutions:

  • Python Not Found Error: Ensure that you have Python installed on your computer. You can download it from python.org.

  • Permission Denied: Run your command line as an administrator to avoid permission issues.

  • Invalid URL: Make sure the article URL you provided is valid and accessible.

๐Ÿ“… Updates and Support

Keep an eye on the Release Page for updates. Community support is important, so feel free to raise issues or ask questions in the repository's issue tracker.

๐ŸŒ Contributing

If you want to contribute to articles_project, feel free to fork the repository and submit a pull request. We welcome improvements and new features!

๐Ÿ“ฎ Contact

For questions or feedback, you can reach out via the GitHub issue tracker. Your input is valuable.

Thank you for using articles_project! Enjoy a cleaner and more focused reading experience.