|
1 | 1 | [](https://github.com/kaif-00z/AutoAnimeBot/stargazers) |
2 | 2 | [](https://github.com/kaif-00z/AutoAnimeBotfork) |
3 | 3 | [](https://www.python.org/) |
4 | | -[](https://www.codefactor.io/repository/github/kaif-00z/autoanimebot/overview/main) |
| 4 | +[](https://www.codefactor.io/repository/github/kaif-00z/autoanimebot) |
5 | 5 | [](https://github.com/kaif-00z/AutoAnimeBot/graphs/commit-activity) |
6 | 6 | [](https://github.com/kaif-00z/AutoAnimeBot/graphs/contributors) |
7 | 7 | [](https://makeapullrequest.com) |
8 | 8 | [](https://github.com/kaif-00z/AutoAnimeBot/blob/main/LICENSE) |
9 | 9 | [](https://stars.medv.io/kaif-00z/AutoAnimeBot) |
10 | 10 |
|
| 11 | +## Developer Note |
| 12 | + |
| 13 | +- __This repository is not intended or supported for deployment on KOYEB.__ |
| 14 | +- If Hosted On Heroku Then Make Sure You Are Using Premium Dynos Or Any Above then basic dynos. |
| 15 | +- If You Don't Have High End VPS like 8vcpu or 32GiB RAM So Don't Deploy This Bot. |
| 16 | +- You Can Customize FFMPEG Code If You Know What You Are Doing. |
| 17 | +- __Ensure that you have adhered to this developer note before reporting any errors.__ |
| 18 | + |
11 | 19 | ## Changelog Of Latest Update |
12 | 20 |
|
13 | 21 | ### v0.0.8 |
14 | 22 | - Shifted To Mongo Database. |
15 | | -- Chnaged Hashing Algo To SHA256. |
| 23 | +- Changed Hashing Algo To SHA256. |
16 | 24 | - Added About Command. |
17 | 25 |
|
18 | 26 | ### v0.0.7 |
|
91 | 99 |
|
92 | 100 | ## Deployment In VPS |
93 | 101 |
|
94 | | -`git clone https://github.com/kaif-00z/AutoAnimeBot.git` |
| 102 | +- `git clone https://github.com/kaif-00z/AutoAnimeBot.git` |
95 | 103 |
|
96 | | -`nano .env` configure env as per [this](https://github.com/kaif-00z/AutoAnimeBot/blob/main/.sample.env) or using [this](https://github.com/kaif-00z/AutoAnimeBot/blob/main/auto_env_gen.py). |
| 104 | +- `nano .env` configure env as per [this](https://github.com/kaif-00z/AutoAnimeBot/blob/main/.sample.env) or using [this](https://github.com/kaif-00z/AutoAnimeBot/blob/main/auto_env_gen.py). |
97 | 105 |
|
98 | | -`bash pkg.sh` |
| 106 | +- `sudo docker build . -t ongoing` (make sure to install docker first using `sudo apt install docker.io`) |
99 | 107 |
|
100 | | -`bash run.sh` |
| 108 | +- `sudo docker run ongoing` |
101 | 109 |
|
102 | 110 | ## Commands |
103 | 111 |
|
|
0 commit comments