Metadata-Version: 2.1
Name: librefi
Version: 2020.12.3
Summary: LibreFi logs into public Wi-Fis without user interaction. Just access the network!
Home-page: https://git.sakamoto.pl/laudom/librefi
Author: Lauren Liberda
Author-email: librefi@selfisekai.rocks
License: GPL-3.0-or-later
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: ==2.7, >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests


# LibreFi
## Free Wi-Fi was so great that we created Free Wi-Fi 2


## How to use (for now):
```sh
$ git clone https://git.sakamoto.pl/laudom/librefi.git
$ cd librefi
$ pip3 install -r ./librefi/requirements.txt
$ python3 -m librefi	# no daemon yet, run to connect
```

## A bit of technical things
- Requires Python 3.8+ or 2.7
- Requires NetworkManager (only Linux and some Unix-like systems) to connect with Wi-Fi networks for now.
- Only tested with CPython for now.
- Only works with [these networks](https://git.sakamoto.pl/laudom/librefi/-/blob/master/librefi/fxckers/_map.py)

## Contributing
If you want to contribute, please contact with either [Laura](https://selfisekai.rocks) or [Dominika](https://sakamoto.pl) for a [git.sakamoto.pl](https://git.sakamoto.pl) account, or just [submit patches by e-mail](https://devconnected.com/how-to-create-and-apply-git-patch-files/#Create_Git_Patch_Files) to <librefi-patches@selfisekai.rocks>

## Maintainers:
### Core:
- Laura Liberda <laura@selfisekai.rocks>
- Dominika Liberda <sdomi@sakamoto.pl>
### Fxckers:
- Poland:
    - Warsaw:
        - Laura Liberda <laura@selfisekai.rocks>
        - Dominika Liberda <sdomi@sakamoto.pl>


