[PR #16] [MERGED] feat: Add Linux executable and compilation instructions #70

Closed
opened 2026-02-27 19:03:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/pull/16
Author: @Alvin-Zilverstand
Created: 7/11/2025
Status: Merged
Merged: 7/12/2025
Merged by: @afkarxyz

Base: mainHead: main


📝 Commits (2)

  • dd38880 feat: Add Linux executable and compilation instructions
  • 0c17f1b Update README.md

📊 Changes

3 files changed (+70 additions, -1 deletions)

View changed files

.gitignore (+4 -0)
📝 README.md (+60 -1)
requirements.txt (+6 -0)

📄 Description

Hi afkarxyz,

I've made some updates to make your excellent tool available to Linux
users and to make it easier for others to contribute. This PR
introduces the following changes:

  • Linux Executable: A Linux executable has been created using
    PyInstaller, making the application accessible to a wider audience.
  • Dependency Management: A requirements.txt file has been added to
    standardize the installation of dependencies.
  • Build Instructions: The README.md has been updated to include a
    "Compiling from Source" section with clear, step-by-step instructions
    for setting up a virtual environment, installing dependencies, and
    building the executable.
  • .gitignore: A .gitignore file has been added to prevent build
    artifacts and virtual environment files from being committed to the
    repository.

These changes should make the project more accessible and easier to
maintain. Please let me know if you have any feedback or would like any
adjustments.

Thanks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/pull/16 **Author:** [@Alvin-Zilverstand](https://github.com/Alvin-Zilverstand) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/12/2025 **Merged by:** [@afkarxyz](https://github.com/afkarxyz) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`dd38880`](https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/commit/dd38880366efece58998650f1a237b47fb146c77) feat: Add Linux executable and compilation instructions - [`0c17f1b`](https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/commit/0c17f1b41916e858afe69226285e93fd06d2a0fb) Update README.md ### 📊 Changes **3 files changed** (+70 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+4 -0) 📝 `README.md` (+60 -1) ➕ `requirements.txt` (+6 -0) </details> ### 📄 Description Hi afkarxyz, I've made some updates to make your excellent tool available to Linux users and to make it easier for others to contribute. This PR introduces the following changes: * Linux Executable: A Linux executable has been created using PyInstaller, making the application accessible to a wider audience. * Dependency Management: A requirements.txt file has been added to standardize the installation of dependencies. * Build Instructions: The README.md has been updated to include a "Compiling from Source" section with clear, step-by-step instructions for setting up a virtual environment, installing dependencies, and building the executable. * .gitignore: A .gitignore file has been added to prevent build artifacts and virtual environment files from being committed to the repository. These changes should make the project more accessible and easier to maintain. Please let me know if you have any feedback or would like any adjustments. Thanks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:03:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Twitter-X-Media-Batch-Downloader#70
No description provided.