Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/50-course/proximity-search
Dead-simple web-based proximity search tool to find Facebook Groups/Communities that you love
https://github.com/50-course/proximity-search
django geospatial-data gis python react search-algorithm
Last synced: 24 days ago
JSON representation
Dead-simple web-based proximity search tool to find Facebook Groups/Communities that you love
- Host: GitHub
- URL: https://github.com/50-course/proximity-search
- Owner: 50-Course
- License: mit
- Created: 2024-04-02T09:57:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T08:48:05.000Z (7 months ago)
- Last Synced: 2024-05-01T13:17:25.177Z (6 months ago)
- Topics: django, geospatial-data, gis, python, react, search-algorithm
- Language: Python
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Facebook Group Search Tool
This tool is designed to help users find Facebook groups that are located within a certain radius of a town. The tool will be able to take in a town name and find all the other towns within an X mile radius. Then it will report back the following:
- Located within a X mile radius of X town.
- For example all groups with in 20 miles radius of Franklin, Massachusetts.
- The group type should be community or town groups where town members join to learn more about their community.
- Each group must have over 1,000 members.
- The groups should be private.
- excluding any business or buy/sell groups.## Tech Stack:
- React
- Maplibre GL JS
- Python (Django)
- ElasticSearch
- Redis
- Docker
- Postgres[PostGIS]## Contributing
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.