├── .env ├── Dockerfile ├── README.md ├── chatRecord ├── squid.mhtml ├── youtube_api.mhtml └── youtube_api_3.mhtml ├── main.py ├── requirements.txt └── youtube_utils.py /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/.env -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/README.md -------------------------------------------------------------------------------- /chatRecord/squid.mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/chatRecord/squid.mhtml -------------------------------------------------------------------------------- /chatRecord/youtube_api.mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/chatRecord/youtube_api.mhtml -------------------------------------------------------------------------------- /chatRecord/youtube_api_3.mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/chatRecord/youtube_api_3.mhtml -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/requirements.txt -------------------------------------------------------------------------------- /youtube_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheldonxxxx/chatgpt-youtube-autoreply/HEAD/youtube_utils.py --------------------------------------------------------------------------------