Commit Graph

4 Commits

Author SHA1 Message Date
trueold89 3c02cc20e9
Init bot.py && some bugfix
- init bot.py
- add initialize function
- add entrypoint
- fix user auth wrong exception
- fix dirs cache
2024-08-07 21:01:00 +03:00
trueold89 dd27264fd5
Add Redis implementation of CacheDB
- Add RedisCache class
- Add REDIS_HOST env var
2024-08-05 21:21:13 +03:00
trueold89 ed324557c8
Add torrent objects
- Init torrent module
- Init torrent.types
- Init torrent.abc
- Init torrent.torrents
- Add TorrentTypes Enum
- Add TorrentObj absctract class
- Add TorrentFile, TorrentMagnet and TorrentURL classes
2024-08-03 12:04:08 +03:00
trueold89 84471f1001
Initial commit 2024-08-03 10:32:25 +03:00