How to run parse? Requirement: Python 3.9.x Run python setup.py Create a file groupList.txt contenting list of group links (for example: https://t.me/IoTLAB_Arduino_Group) Run python main.py Algorithm: Step 1: getGroupLinks from a file with a list of group links. Step 2: getGroupEntity to get group Entity. Step 3: getGroupPosts use the group Entity to get Posts in the time interval fromTime to timeNow. How to Develop with Python 3.9.7 Create a virtual environment: python -m venv venv Activate the virtual enviroment. Install the requirements: pip install -r requirements.txt Create a file groupList.txt containing the group links. Run parser: python main.py