Heyoo

Latest version: v0.1.2

Safety actively analyzes 624811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4

What's Changed
* Remove send_templatev2() method by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/82
* security [HIGH]: disable debug by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/85
* Fixed mark_as_read function by ESHARK22 in https://github.com/Neurotech-HQ/heyoo/pull/93
* Fix mark_as_read method by matiasnu in https://github.com/Neurotech-HQ/heyoo/pull/92
* Feature: send reaction messages by mbukh in https://github.com/Neurotech-HQ/heyoo/pull/91
* [fix] download_media name format by tinchoram in https://github.com/Neurotech-HQ/heyoo/pull/98
* Update README.md by stakewalker in https://github.com/Neurotech-HQ/heyoo/pull/102
* Only add typing requirement if python version is <3.5 by leoparente in https://github.com/Neurotech-HQ/heyoo/pull/101

New Contributors
* ESHARK22 made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/93
* matiasnu made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/92
* mbukh made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/91
* tinchoram made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/98
* stakewalker made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/102
* leoparente made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/101

**Full Changelog**: https://github.com/Neurotech-HQ/heyoo/compare/v0.3...v0.4

0.3

What's Changed
* refactor: remove type union operator by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/53
* Fix components error by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/55
* More loosely select dependendency versions by mscansian in https://github.com/Neurotech-HQ/heyoo/pull/61
* templates components info by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/62
* fix interactive typo by soerenetler in https://github.com/Neurotech-HQ/heyoo/pull/70
* improve logging by soerenetler in https://github.com/Neurotech-HQ/heyoo/pull/71
* create two webhook endpoinds by soerenetler in https://github.com/Neurotech-HQ/heyoo/pull/72
* Add functionality to send sticker and custom json by soerenetler in https://github.com/Neurotech-HQ/heyoo/pull/74
* fix: grammar fixes by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/75
* fix: remove templatev2 (useless) by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/76
* fix: incomplete send_template() usage by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/77
* Various dependencies & setup fixes by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/78
* fix: wrong method by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/79

New Contributors
* mscansian made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/61

**Full Changelog**: https://github.com/Neurotech-HQ/heyoo/compare/v0.2...v0.3

0.2

What's Changed
* Update __init__.py by epcosta17 in https://github.com/Neurotech-HQ/heyoo/pull/21
* Update README.md by epcosta17 in https://github.com/Neurotech-HQ/heyoo/pull/22
* Actually sending audio with sending_audio.py by DaudAhmad0303 in https://github.com/Neurotech-HQ/heyoo/pull/24
* added forward slash in query_media_url fun fixes 25 by DaudAhmad0303 in https://github.com/Neurotech-HQ/heyoo/pull/26
* Add configurations to run in docker container by claudineibr in https://github.com/Neurotech-HQ/heyoo/pull/28
* Edit readme by claudineibr in https://github.com/Neurotech-HQ/heyoo/pull/29
* support interactive button without header and footer by Esteban108 in https://github.com/Neurotech-HQ/heyoo/pull/30
* added return types for getter methods by nikbott in https://github.com/Neurotech-HQ/heyoo/pull/35
* Requirements in setup.py by soerenetler in https://github.com/Neurotech-HQ/heyoo/pull/36
* Add automated tests with pytest by soerenetler in https://github.com/Neurotech-HQ/heyoo/pull/38
* Add support for documents by taylorgibb in https://github.com/Neurotech-HQ/heyoo/pull/49
* Update documentation and examples to include new get_document functionality by taylorgibb in https://github.com/Neurotech-HQ/heyoo/pull/50
* add mark_as_read by filipporomani in https://github.com/Neurotech-HQ/heyoo/pull/51

New Contributors
* epcosta17 made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/21
* DaudAhmad0303 made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/24
* claudineibr made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/28
* Esteban108 made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/30
* nikbott made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/35
* soerenetler made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/36
* taylorgibb made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/49
* filipporomani made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/51

**Full Changelog**: https://github.com/Neurotech-HQ/heyoo/compare/v0.1...v0.2

0.1

What's Changed
* Merge pull request 2 from Neurotech-HQ/main by Kalebu in https://github.com/Neurotech-HQ/heyoo/pull/1
* changes in description document, added some infos by JAXPARROW in https://github.com/Neurotech-HQ/heyoo/pull/2
* Update README.md typo by seun-beta in https://github.com/Neurotech-HQ/heyoo/pull/4
* Passing PhoneNumberID as parameter in example templates and python 3.10 support in setup by JAXPARROW in https://github.com/Neurotech-HQ/heyoo/pull/5
* Support for interactive reply button by vocuzi in https://github.com/Neurotech-HQ/heyoo/pull/8
* added button for auto deployment of webhook to Heroku platform by JAXPARROW in https://github.com/Neurotech-HQ/heyoo/pull/9
* add send template with components by sharmakh11597 in https://github.com/Neurotech-HQ/heyoo/pull/15
* return "hub.challenge" without quote for successful verification by NoiseControllers in https://github.com/Neurotech-HQ/heyoo/pull/16

New Contributors
* Kalebu made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/1
* JAXPARROW made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/2
* seun-beta made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/4
* vocuzi made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/8
* sharmakh11597 made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/15
* NoiseControllers made their first contribution in https://github.com/Neurotech-HQ/heyoo/pull/16

**Full Changelog**: https://github.com/Neurotech-HQ/heyoo/compare/alphav0.1...v0.1

alphav0.1
<samp>
1. Documentation added
2. Examples Added
3. Bug Fixes

</samp>

alpha
Opensource wrapper to WhatsApp Cloud API

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.