Skip to content

Abemelekermi/TGFU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram cli

A simple Python application that allows you to upload files directly from the command line.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/file-upload-cli.git
    cd Telegram_cli
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. 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.

  2. Options:

    • --file_path: Path to the file you want to upload.
    • --help: Show help message and exit.

Features

  • Upload files directly from the command line.
  • Simple and easy-to-use.
  • Supports various file types.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License

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

Contact

If you have any questions or suggestions, feel free to open an issue or contact me directly.


Made with ❤️ by Abemelek

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages