Skip to content

goplus-labs/TG-recorder

Repository files navigation


Telegram Group Message Recorder

Telegram Group Message Recorder is a bot designed to monitor and record messages from a specific Telegram group. It offers the following features:

  • Record every message from a specific Telegram group locally.
  • Automatically generate a daily summary of the group's messages.
  • Send the daily summary to another group when called upon.

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd TG-recorder
  1. Install the required Python packages:
pip install -r requirements.txt

Configuration

Before using the bot, certain configurations are required:

  1. Rename config_sample.py to config.py.

  2. Fill in the required details in config.py, which include:

    • API_ID and API_HASH: Obtain these from Telegram's developer portal.
    • SESSION_STRING: This string is required for the bot to authenticate and access Telegram.
    • PROXY: If you're in a region where Telegram is blocked, specify your proxy settings here.

Usage

  1. Start the bot:
python main.py
  1. The bot will now monitor the specific group you've set it up for and will record all messages.

  2. Every day at 8:00 PM, the bot will automatically send a summary of that day's messages to the designated group.

Troubleshooting

If you encounter any issues:

  1. Ensure you have the correct API_ID, API_HASH, and SESSION_STRING.
  2. Ensure your proxy settings are correct if you're using one.
  3. Check the error logs for more specific issues and consider raising an issue on GitHub.

Contributing

Feel free to fork this project and submit pull requests. All contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for more details.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages