https://github.com/junian/python-apps
Python script / console / terminal apps and API
https://github.com/junian/python-apps
example http python
Last synced: about 2 months ago
JSON representation
Python script / console / terminal apps and API
- Host: GitHub
- URL: https://github.com/junian/python-apps
- Owner: junian
- License: mit
- Created: 2018-09-14T22:14:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-29T04:57:11.000Z (4 months ago)
- Last Synced: 2025-12-13T06:52:57.148Z (4 months ago)
- Topics: example, http, python
- Language: Python
- Homepage: https://junian.net/tags/python
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Python Console Apps
A collection of Python terminal apps.
## Contents
- [Simple HTTP Server and Client](./src/simple-http-server-client/) - A simple implementation of HTTP Server and Client in Python. [Read more](https://www.junian.net/dev/python-http-server-client/).
- [Twitch Video Streaming Recorder](./src/twitch-recorder/) - A simple command line tool to record Twitch video stream. [Read more](https://www.junian.net/dev/python-record-twitch/).
- [Zoom Participants Generator](./src/zoom-bot-participants/) - Generate participants and join Zoom meeting. For educational purpose only.
- [Flask API to Send iMessage](./src/flask-api-imessage/) - Send iMessage text via API. Run the server on macOS.
## License
[MIT](./LICENSE), duh.