├── .deepsource.toml ├── .gitignore ├── LICENSE ├── README.md ├── osif.py └── requirements.txt /.deepsource.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisk-ls/sn1per-OSIF/HEAD/.deepsource.toml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisk-ls/sn1per-OSIF/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisk-ls/sn1per-OSIF/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisk-ls/sn1per-OSIF/HEAD/README.md -------------------------------------------------------------------------------- /osif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisk-ls/sn1per-OSIF/HEAD/osif.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | mechanize 3 | 4 | --------------------------------------------------------------------------------