Metadata-Version: 2.4
Name: telegrams
Version: 0.0.5b4
Summary: ㅤ
Home-page: https://github.com/Clinton-Abraham
Author: Clinton Abraham
Author-email: clintonabrahamc@gmail.com
Keywords: bot,bots,telegram
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
 📦 <a href="https://pypi.org/project/telegrams" style="text-decoration:none;">Telegrams</a>
</p>


```python

from Telegrams.modules import Telegraph

telegraph = Telegraph(domain="graph.org")
telegraph.create_account(short_name='1337')

response = telegraph.create_page('Hey', html_content='<p>Hello, world!</p>')

print(response['url'])

```
