Creating a bot for extracting different telegram chat statistics
at first run the command below in your working directory:
export PYTHONPATH= ${PWD}
then run code like below:
python ./src/chat-statistics/stats.py
Creating a bot for extracting different telegram chat statistics
PythonMIT