kienmarkdo / Telegram-OSINT-for-Cyber-Threat-Intelligence-Analysis

An OSINT tool tailored for comprehensive collection, analysis, and interpretation of cyber threat intelligence from Telegram channels and groups.
2 stars 0 forks source link

Dockerize software requirements #18

Open kienmarkdo opened 8 months ago

kienmarkdo commented 8 months ago

Instead of using setup.py, use Docker instead.

Dockerize the following installations...

The following are TBD (not needed? Will be done when run scrape.py)

Each developer will have a different version of Python installed on their machine, this ensures that the venv that the developer creates will be using the correct Python version as the Python interpreter.

kienmarkdo commented 7 months ago

Convert sqlite3 to postgres Docker compose