from pyrogram import Client
import asyncio
from visitor import uid, name
from me import apiid, apihash
invy = Client("invy", apiid, apihash)
message = f"""
👋🏻 Hi <i>{name}</>, I’m Marco (AKA @Invy55),
I’m a man <b>learning to code</>.
You can reach me at https://t.me/proporre or
just check out <a href= "https://invy55.win">my website</>.
"""
async def main():
await invy.start()
await invy.send_message(uid, message)
await invy.stop()
if __name__ == '__main__':
asyncio.get_event_loop().run_until_complete(main())
Pinned Loading
-
ha-airahome
ha-airahome PublicA custom integration for Home Assistant to connect locally to Aira Heat Pumps via Bluetooth Low Energy (BLE).
-
pyairahome
pyairahome PublicPyAiraHome is a comprehensive Python library that provides both cloud-based and Bluetooth Low Energy (BLE) connectivity to Aira Home heat pump systems.
-
AiraHome-Dashboard
AiraHome-Dashboard Public[WIP] Simple dashboard to display data from pyairahome.
-
AxiosStAPI
AxiosStAPI PublicWrapper in python per usufruire delle API di RE studenti di Axios Italia
Python 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

