tg-index
Python web app to index telegram chats and serve its files for download over HTTP.
File Explorer
Download Latest Version (.zip)- logout.png
- sun.png
- filesaver.min.js
- playlist.js
- footer.html
- header.html
- home.html
- index.html
- info.html
- login.html
- otg.html
- __init__.py
- base.py
- download.py
- faviconicon_view.py
- home_view.py
- index_view.py
- info_view.py
- login_view.py
- logo_view.py
- logout_view.py
- middlewhere.py
- thumbnail_view.py
- wildcard_view.py
- __main__.py
- config.py
- generate_session_string.py
- main.py
- routes.py
- telegram.py
- util.py
- .replit
- poetry.lock
- replit-deploy-guide.md
- run-dev.py
- run-repl.py
- .gitignore
- arial.ttf
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/odysseusmax/tg-index
Downloads the entire project code from GitHub to your computer.
cd tg-index
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ python -m venv venv
Runs the Python script (or module).
$ pip3 install -U -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python3 -m app
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
