An open API service indexing awesome lists of open source software.

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

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.