All Projects → AmanoTeam → AmimeWatch

AmanoTeam / AmimeWatch

Licence: MIT License
Telegram bot made in Python 3 using the @pyrogram framework.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AmimeWatch

Userge
Userge, Durable as a Serge
Stars: ✭ 363 (+1810.53%)
Mutual labels:  telegram, telegram-bot, asyncio
Unifiedmessagerelay
Group Message Forward Framework (supports QQ Telegram Line Discord)
Stars: ✭ 363 (+1810.53%)
Mutual labels:  telegram, telegram-bot, asyncio
anitrend-app
Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
Stars: ✭ 138 (+626.32%)
Mutual labels:  anime, manga, anilist
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+52.63%)
Mutual labels:  anime, manga, anilist
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+268.42%)
Mutual labels:  anime, manga
yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (+826.32%)
Mutual labels:  anime, manga
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+884.21%)
Mutual labels:  telegram, telegram-bot
TelegramShillBot
A simple Telegram bot, written in Python, that you can use to shill (i.e. send messages) your token, or whatever, to channels.
Stars: ✭ 42 (+121.05%)
Mutual labels:  telegram, telegram-bot
AniMouto
Let an imouto improve your AniList experience.
Stars: ✭ 44 (+131.58%)
Mutual labels:  anime, anilist
ecasbot
EC AntiSpam bot for the Telegram messenger
Stars: ✭ 17 (-10.53%)
Mutual labels:  telegram, telegram-bot
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (+84.21%)
Mutual labels:  telegram, telegram-bot
nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+294.74%)
Mutual labels:  anime, anilist
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+547.37%)
Mutual labels:  anime, manga
arm
A JSON-based database to relational mapping Anime ID's between MyAnimeList, Annict, AniList and Syoboi Calendar
Stars: ✭ 25 (+31.58%)
Mutual labels:  anime, anilist
KissNetwork.bundle
Plex Channel to view Anime, Asian Drama, Cartoons, Manga & Comics from KissAnime, KissAsian, KissCartoon, KissManga & ReadComicOnline
Stars: ✭ 95 (+400%)
Mutual labels:  anime, manga
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (+21.05%)
Mutual labels:  telegram, telegram-bot
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+100%)
Mutual labels:  telegram, telegram-bot
luxmed-bot
Non official telegram bot for Portal Pacjenta LUX MED
Stars: ✭ 24 (+26.32%)
Mutual labels:  telegram, telegram-bot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-15.79%)
Mutual labels:  telegram, telegram-bot
nani
Crunchyroll without the bloat
Stars: ✭ 63 (+231.58%)
Mutual labels:  anime, manga

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].