Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 AutoPostTelegram [ARCHIVED]

A lightweight Python package built for automatically posting memes, GIFs, facts, anime content, and other media directly to Telegram channels using bot tokens.


⚠️ Archive Notice

This project is no longer maintained.

The original API services used by this package are now unavailable/dead, which means many endpoints may no longer function correctly.

This repository is preserved for:

  • educational purposes
  • archive/history of my early Python work
  • reference for Telegram automation ideas

This was one of my first published PyPI packages and an early experiment with Telegram content automation.


✨ Features

  • Automatic Telegram channel posting
  • Anime meme posting support
  • Random content endpoints
  • Simple Python interface
  • Beginner-friendly usage

📥 Installation

python3 -m pip install -U AutoPostTelegram

🚀 Examples

Post Single Anime Meme

from AutoPostTelegram import auto

x = auto(TOKEN)

x.animememe(chat="@AnimeMeme")

Infinite Auto Posting

import asyncio
from AutoPostTelegram import auto

x = auto(TOKEN)

while True:
    x.animememe(chat="@AnimeMeme")
    asyncio.sleep(5)

Get Available Endpoints

from AutoPostTelegram import auto

print(auto.endpoints())

🐞 Known Issues

Using asyncio.sleep() incorrectly may block other bot functions.

At the time this package was created, I was still learning asynchronous programming and Telegram automation.


📌 Recommended Usage

This package was mainly designed for:

  • meme channels
  • automated posting bots
  • Telegram content experiments

🧠 Legacy Note

AutoPostTelegram represents one of my earliest open-source Python projects and my first experience publishing a package on PyPI.

Even though the backend APIs are no longer active, the project remains public as part of my development journey.


👨‍💻 Author

Created by @MKishoreDev Previously known online as AASFCYBERKING


About

A Python package for automatically posting memes, GIFs, anime content, and random media to Telegram channels using bot tokens. Built for simple Telegram content automation and auto-posting workflows.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages