├── V2 ├── docker-compose.yml └── src │ ├── Type1.png │ ├── Type2.png │ ├── WordsWrite1.png │ ├── WordsWrite2.png │ ├── WordsWrite3.png │ ├── WordsWrite4.png │ ├── dir.png │ ├── movie.png │ ├── password.jpg │ └── series.jpg ├── Words ├── Audiences.txt └── anime.txt ├── docs └── tencent_notify.md └── src └── tencent_subscribe.py /V2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/docker-compose.yml -------------------------------------------------------------------------------- /V2/src/Type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/Type1.png -------------------------------------------------------------------------------- /V2/src/Type2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/Type2.png -------------------------------------------------------------------------------- /V2/src/WordsWrite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/WordsWrite1.png -------------------------------------------------------------------------------- /V2/src/WordsWrite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/WordsWrite2.png -------------------------------------------------------------------------------- /V2/src/WordsWrite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/WordsWrite3.png -------------------------------------------------------------------------------- /V2/src/WordsWrite4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/WordsWrite4.png -------------------------------------------------------------------------------- /V2/src/dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/dir.png -------------------------------------------------------------------------------- /V2/src/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/movie.png -------------------------------------------------------------------------------- /V2/src/password.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/password.jpg -------------------------------------------------------------------------------- /V2/src/series.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/V2/src/series.jpg -------------------------------------------------------------------------------- /Words/Audiences.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/Words/Audiences.txt -------------------------------------------------------------------------------- /Words/anime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/Words/anime.txt -------------------------------------------------------------------------------- /docs/tencent_notify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/docs/tencent_notify.md -------------------------------------------------------------------------------- /src/tencent_subscribe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4Nest/MoviePilot-Settings/HEAD/src/tencent_subscribe.py --------------------------------------------------------------------------------