Davidson Gomes
b0131a1141
feat: Add full support for WebSocket configuration and management in the Evolution API Client library
...
- Implement WebSocketConfig and WebSocketInfo models for event configuration
- Add create_websocket() method in the client for simplified creation of WebSocket handlers
- Expand WebSocket service with set_websocket() and find_websocket() methods
- Update README with detailed documentation on WebSocket configuration and usage
- Add new event handlers in the test example (on_qrcode, on_connection)
2025-03-06 09:44:59 -03:00
Davidson Gomes
1b66882599
chore: Bump version to 0.1.0 and add WebSocket service implementation
2025-03-06 09:26:54 -03:00
Davidson Gomes
28040e1cda
docs: Update README with complete documentation of Evolution API Client library
2025-03-06 09:26:18 -03:00
Davidson Gomes
ad3d0de564
feat: WebSocket service for event and connection management
2025-03-06 09:22:02 -03:00
Davidson Gomes
9c22621876
Update .gitignore to exclude evolutionapi.egg-info and dist/ directories; remove old distribution files (evolutionapi-0.0.9-py3-none-any.whl and evolutionapi-0.0.9.tar.gz) as part of cleanup for versioning.
2025-01-16 17:59:08 -03:00
Davidson Gomes
2e564f209b
Refactor get_messages method in ChatService to include optional filters for message ID, sender, type, and timestamps. Update .gitignore to exclude evolutionapi.egg-info directory. Remove old distribution files and add new ones for version 0.0.9.
2025-01-16 17:42:49 -03:00
Davidson Gomes
50cd136fc1
Update version to 0.0.9 in setup.py for Evolution API client
2025-01-16 17:40:53 -03:00
Davidson Gomes
1f915943e7
Refactor chat message retrieval in ChatService to include optional filters for message ID, sender, type, and timestamps. Update test_evolution.py to include commented-out examples for fetching group messages. Remove unused response print statements.
2025-01-16 17:40:36 -03:00
Davidson Gomes
7e970f5f15
Update version to 0.0.8, modify group service API endpoints to use query parameters, and update test instances. Remove old distribution files and add new ones for version 0.0.8.
2025-01-16 17:22:46 -03:00
Davidson Gomes
f14781cdb6
version: 0.0.7
2025-01-06 12:23:49 -03:00
Davidson Gomes
69112cd4c4
Merge pull request #5 from rafacalassara/add_get_messages
...
Add get messages
2025-01-06 12:22:51 -03:00
rafaelcalassara
5d5135ffec
feat: enhance get_messages method to support pagination with page and offset parameters
2025-01-03 23:07:14 -03:00
rafaelcalassara
40ab492eac
chore: add .gitignore to exclude Python-generated files
2025-01-03 22:02:12 -03:00
rafaelcalassara
37320e247b
feat: add get_messages method to retrieve chat messages by remote JID
2025-01-03 21:55:27 -03:00
Davidson Gomes
82c0ad0363
chore: bump version to 0.0.6 and update distribution files
2024-12-11 17:04:40 -03:00
Davidson Gomes
fa178b00ac
chore: update setup.py to include requests_toolbelt dependency and remove egg-info files
2024-12-11 16:37:37 -03:00
Davidson Gomes
2b21884aac
version: 0.0.5
2024-11-19 18:29:27 -03:00
Davidson Gomes
2b7ce3a656
fix: send media with file path for local files
2024-11-19 18:26:44 -03:00
Davidson Gomes
8561b03bfe
fix: send media with file path for local files
2024-11-19 18:26:32 -03:00
Davidson Gomes
d52b156db5
feat: send media with file path for local files
2024-11-19 16:16:39 -03:00
Davidson Gomes
6d2e240722
readme
2024-10-30 12:19:16 -03:00
Davidson Gomes
6a5ca36377
adjusts in package
2024-10-30 12:02:33 -03:00
Davidson Gomes
6d49f66bf6
adjusts in package
2024-10-30 12:00:25 -03:00
Davidson Gomes
d49498dbc7
readme
2024-10-30 11:22:24 -03:00
Davidson Gomes
8654a31a4d
initial commit
2024-10-30 11:19:09 -03:00