Python script to search telegram groups by words. Monitor sent messages and forward messages to slack.
-
Create a virtual machine with this command:
python -m venv .venv
-
Create .env file to set your Api ID and Hash (get this in https://my.telegram.org/auth): api_id; api_hash; username; phone
-
Install the libraries:
pip install -r requirements. txt
-
Execute the main.py file.