Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abgeo/nomrebi-web
Get information about phone numbers stored in the Nomrebi.com database
https://github.com/abgeo/nomrebi-web
flask hacking nomrebi python scrapping
Last synced: 1 day ago
JSON representation
Get information about phone numbers stored in the Nomrebi.com database
- Host: GitHub
- URL: https://github.com/abgeo/nomrebi-web
- Owner: ABGEO
- License: mit
- Created: 2021-02-27T08:47:48.000Z (over 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-04-02T20:48:25.000Z (7 months ago)
- Last Synced: 2024-05-21T00:08:32.670Z (6 months ago)
- Topics: flask, hacking, nomrebi, python, scrapping
- Language: CSS
- Homepage: https://nomrebi.abgeo.dev
- Size: 1.42 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nomrebi-web
Get information about phone numbers stored in the Nomrebi.com database
[![GitHub release](https://img.shields.io/github/release/ABGEO/nomrebi-web.svg)](https://github.com/ABGEO/nomrebi-web/releases)
[![GitHub license](https://img.shields.io/github/license/ABGEO/nomrebi-web.svg)](https://github.com/ABGEO/nomrebi-web/blob/1.x/LICENSE)See project at [nomrebi.abgeo.dev](https://nomrebi.abgeo.dev/).
## Installation
Install dependencies using [PIP](https://pypi.org/):
- `pip install -r requirements.txt`
## Usage
### Run Flaks development server
`APP_SETTINGS=config.DevelopmentConfig FLASK_APP=index.py FLASK_ENV=development flask run --port 5000`
### Run production WSGI server
`APP_SETTINGS=config.ProductionConfig waitress-serve --port=5000 app:app`
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for details.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## Authors
- [**Temuri Takalandze**](https://abgeo.dev) - *Initial work*
## License
Copyright © 2021 [Temuri Takalandze](https://abgeo.dev).
Released under the [MIT](LICENSE) license.