Skip to main content

An Telegram Auto Post Package

Project description

A Telegram Auto Posting Package

A Package Used To Post Memes, Gifs, Facts Etc Automatically To Your Channel On Telegram

$ python3 -m pip install -U AutoPostTelegram

Example

To Post Single Anime Meme

from AutoPostTelegram import auto

x = auto(TOKEN)

x.animememe(chat="@AnimeMeme")

To Post Anime Memes Infinity

import asyncio
from AutoPostTelegram import auto

x = auto(TOKEN)

while True:
    x.animememe(chat="@AnimeMeme")
    asyncio.sleep(5) #The Time Gap Of Your Post In Seconds
    x.animememe(chat="@AnimeMeme")

Get Endpoints

from AutoPostTelegram import auto

print(auto.endpoints())

Known Issues

Issue: While Using Package To Post Infinity Memes Or Something The Other Function Of The Bot Is Stopped Working ( Because Of asycnio.sleep() )[ Can't Find Alternative To Fix If You Know Comment On This Commit]

Recommended

Recommended To Use This Pacakge For Only To Auto Posting Feature

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AutoPostTelegram-1.0.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

AutoPostTelegram-1.0.3-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page