Telegram bot made in Python 3 using the @pyrogram framework.
Find a file
2021-08-05 16:29:22 +00:00
.github workflows: drop run-bot 2021-05-22 16:46:42 -03:00
amime workflows: drop run-bot 2021-05-22 16:46:42 -03:00
.gitignore amime: ignore edited messages to avoid flood 2021-05-09 12:42:21 -03:00
LICENSE amime: optimize and re-do all 2021-05-02 20:26:10 -03:00
README.md readme: update 2021-05-07 12:15:41 -03:00
requirements.txt Merge pull request #14 from AmanoTeam/dependabot/pip/tortoise-orm-0.17.6 2021-08-05 16:29:22 +00:00

AmimeWatch

A bot dedicated to Otakus made in Python using the Pyrogram framework.

Code style: black GitHub contributors Codacy Badge

This repository contains the source code of @AmimeWatchBot and the instructions for running a copy yourself.

Requirements

Run

  1. git clone https://github.com/AmanoTeam/AmimeWatch, to download the source code.
  2. cd AmimeWatch, to enter the directory.
  3. virtualenv venv && . venv/bin/activate to create and activate a virtual environment.
  4. pip install -Ur requirements.txt, to install the requirements.
  5. Create a new amime.ini file, copy-paste the following and replace the values with your own:
    [pyrogram]
    api_id = 12345
    api_hash = 0123456789abcdef0123456789abcdef
    bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
    
  6. Run with python -m amime.
  7. Stop with CTRL+C and deactivate the virtual environment.

License

MIT © 2021 AmanoTeam