Name | tmwad JSON |
Version |
0.0.1
JSON |
| download |
home_page | https://github.com/kalanakt/tmwad |
Summary | A package for sending Telegram messages |
upload_time | 2023-01-18 19:41:56 |
maintainer | |
docs_url | None |
author | kalanakt |
requires_python | |
license | |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# TMWAD
A Fast Telegram API for Lighweight bots
## Installation
To install this package, use pip:
```
pip install tmwad
```
## Usage
Here is an example of how to use the package:
```py
from tmwad.telegram import Telegram
token = 'BOT_TOJJEN' # bot token from bot father
chatid = 'CHAT_ID' # chat id of user | group | channel
bot = Telegram(token)
bot.send_message(chatid, 'Hello, World!') # bot set message to chatid
```
## Documentation
For more detailed information about how to use this package, please refer to the full documentation at
## Contributing
We welcome contributions to this package. To contribute, please fork the repository, make your changes, and submit a pull request.
## License
This package is open-sourced under the MIT license
## Issues
If you encounter any issues or bugs, please open an issue in the issue tracker.
Raw data
{
"_id": null,
"home_page": "https://github.com/kalanakt/tmwad",
"name": "tmwad",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "kalanakt",
"author_email": "e19198@eng.pdn.ac.lk",
"download_url": "https://files.pythonhosted.org/packages/f4/3e/5940b13ebb8b9c49bc99e0918659355432b9b6ae6133f83ecf7dd657e310/tmwad-0.0.1.tar.gz",
"platform": null,
"description": "# TMWAD\r\n\r\nA Fast Telegram API for Lighweight bots\r\n\r\n## Installation\r\n\r\nTo install this package, use pip:\r\n\r\n\r\n```\r\npip install tmwad\r\n```\r\n\r\n## Usage\r\n\r\nHere is an example of how to use the package:\r\n\r\n```py\r\nfrom tmwad.telegram import Telegram\r\n\r\ntoken = 'BOT_TOJJEN' # bot token from bot father\r\nchatid = 'CHAT_ID' # chat id of user | group | channel\r\n\r\nbot = Telegram(token)\r\nbot.send_message(chatid, 'Hello, World!') # bot set message to chatid\r\n```\r\n\r\n## Documentation\r\n\r\nFor more detailed information about how to use this package, please refer to the full documentation at\r\n\r\n## Contributing\r\n\r\nWe welcome contributions to this package. To contribute, please fork the repository, make your changes, and submit a pull request.\r\n\r\n## License\r\n\r\nThis package is open-sourced under the MIT license\r\n\r\n## Issues\r\n\r\nIf you encounter any issues or bugs, please open an issue in the issue tracker.\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A package for sending Telegram messages",
"version": "0.0.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4895cca3e8ba4be2f9ac3b27d3679f82fdbd28877504203de28815a510fa606d",
"md5": "90fc0e5c2c328816bcd090b16bf48893",
"sha256": "6e176a00f9caceb044c33c7d4c0e824197b999a655a857e596ab585d0cdad6bd"
},
"downloads": -1,
"filename": "tmwad-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "90fc0e5c2c328816bcd090b16bf48893",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3390,
"upload_time": "2023-01-18T19:41:53",
"upload_time_iso_8601": "2023-01-18T19:41:53.301215Z",
"url": "https://files.pythonhosted.org/packages/48/95/cca3e8ba4be2f9ac3b27d3679f82fdbd28877504203de28815a510fa606d/tmwad-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f43e5940b13ebb8b9c49bc99e0918659355432b9b6ae6133f83ecf7dd657e310",
"md5": "145d4bd7aac10f2daefcb5cd5a5325c9",
"sha256": "2ec947815186763eed0f0fd986748ba6cf9994afdfe36880f253f57b334c08ba"
},
"downloads": -1,
"filename": "tmwad-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "145d4bd7aac10f2daefcb5cd5a5325c9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2744,
"upload_time": "2023-01-18T19:41:56",
"upload_time_iso_8601": "2023-01-18T19:41:56.902183Z",
"url": "https://files.pythonhosted.org/packages/f4/3e/5940b13ebb8b9c49bc99e0918659355432b9b6ae6133f83ecf7dd657e310/tmwad-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-18 19:41:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "kalanakt",
"github_project": "tmwad",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tmwad"
}