A simple Python application that allows you to upload files directly from the command line.
-
Clone the repository:
git clone https://github.com/yourusername/file-upload-cli.git cd Telegram_cli
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py --file <file_path> -- user_id <user_id>
Replace
<path_to_file>
with the path to the file you want to upload. Replace<user_id>
with your telegram userId. -
Options:
--file_path
: Path to the file you want to upload.--help
: Show help message and exit.
- Upload files directly from the command line.
- Simple and easy-to-use.
- Supports various file types.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to open an issue or contact me directly.
Made with ❤️ by Abemelek