mirror of
https://github.com/AmanoTeam/AmimeWatch.git
synced 2025-12-14 20:27:44 -03:00
Telegram bot made in Python 3 using the @pyrogram framework.
| .github | ||
| amime | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
AmimeWatch
A bot dedicated to Otakus made in Python using the Pyrogram framework.
This repository contains the source code of @AmimeWatchBot and the instructions for running a copy yourself.
Requirements
- Python 3.8 or higher.
- A Telegram API key.
- A Telegram bot token.
Run
git clone https://github.com/AmanoTeam/AmimeWatch, to download the source code.cd AmimeWatch, to enter the directory.virtualenv venv && . venv/bin/activateto create and activate a virtual environment.pip install -Ur requirements.txt, to install the requirements.- Create a new
amime.inifile, copy-paste the following and replace the values with your own:[pyrogram] api_id = 12345 api_hash = 0123456789abcdef0123456789abcdef bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 - Run with
python -m amime. - Stop with CTRL+C and
deactivatethe virtual environment.
License
MIT © 2021 AmanoTeam