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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file AutoPostTelegram-1.0.3.tar.gz.
File metadata
- Download URL: AutoPostTelegram-1.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0732269287de6c980fc41784705a7ca40435d7f6d1d1e4274aea4867a59caa11
|
|
| MD5 |
07f751261b37c8c688a3f935d55c2b2b
|
|
| BLAKE2b-256 |
f8d48a5b821e044f227305cc253a0c131a0b122ae1d72725ec7f34c61b85ed95
|
File details
Details for the file AutoPostTelegram-1.0.3-py3-none-any.whl.
File metadata
- Download URL: AutoPostTelegram-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cdb91fb27942d6e679862a0cc0079a9b3b9b8dc39475d70c46d26e32e611c12
|
|
| MD5 |
fd0bd05c928c9bc6aaaee12cad64f0af
|
|
| BLAKE2b-256 |
fa00338f4ef89956703dfa50eda6f988be32adc8e111bf3a4d4088039becfc66
|