Inspiration

In order to provide security information around to everyone, we want to provide security tips to all users in the easiest way possible.

What it does

Given the location information provided, it returns the crime information nearby.

How we built it

  1. Make Python scripts used to receive and deal with location information input and return the crime data by using crimes data API.
  2. Connect the Python scripts to the discord sever so that we can use discord chat box to input information and show output.
  3. Deploy all codes on Azure so that all users can access the chat box. ## Challenges we ran into
  4. There is no way for Discord to access the geographical information automatically so we have to let users input that themselves. ## Accomplishments that we're proud of
  5. Address the problem of security level checking using the simplest way even without designing an UI. ## What we learned
  6. Discord is best option for information accessing application. ## What's next for CrimeScope
  7. Make more elaborated input and output options and functions.
  8. Transplant the app to other potential platforms.
  9. Design and make more complex UI if it is on other platforms.

Built With

Share this project:

Updates