Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooperhammond/fcc-mimic
:dollar: Block select applications from the wifi. Like the FCC.
https://github.com/cooperhammond/fcc-mimic
block cli internet python terminal wifi
Last synced: 20 days ago
JSON representation
:dollar: Block select applications from the wifi. Like the FCC.
- Host: GitHub
- URL: https://github.com/cooperhammond/fcc-mimic
- Owner: cooperhammond
- License: mit
- Created: 2017-04-01T02:49:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T03:47:07.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T01:26:17.818Z (2 months ago)
- Topics: block, cli, internet, python, terminal, wifi
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wire-mafia
> :dollar: Block select applications from the wifi. Like the mafia.Currently only working for Linux (possibly OS X), this utility blocks network connections in the specified process or command.
## Demo
[![asciicast](https://asciinema.org/a/110128.png)](https://asciinema.org/a/110128)## Install & Usage
The install is pretty simple, and the only dependency is [`draftlog`](https://github.com/kepoorhampond/python-draftlog).
```
$ pip install wire-mafia
```
Currently to use it, you can just run `mafia` in your terminal. I plan to add some direct flags so that you don't have to use the CLI.## Why?
Originally created because you can't log into the same steam account on multiple computers, so I figured out that you can just turn off your wifi to do it. From there, I still wanted to play pandora and look stuff up, so I made this.