This application is designed to enhance user experience and improve SEO by providing detailed information about cities, landmarks, and regions. It delivers a comprehensive description of a location along with a curated list of useful links, making it a valuable tool for users seeking relevant and actionable information.
To set up the application, follow these steps:
- Clone the repository to your local machine.
- Install
pipenvto manage dependencies. - Create a Reddit application to obtain API credentials.
- Configure the required environment variables:
CLIENT_IDCLIENT_SECRETUSERNAMEPASS
- Activate the virtual environment using
pipenv shelland start the application withpython main.py.
- Location Descriptions: The application retrieves detailed descriptions of locations from Wikipedia, ensuring accurate and informative content.
- Curated Links: It generates and provides relevant links, including:
- Maps
- Hotels
- Hiking trails
- Activities
- Social media profiles
- Dynamic Link Generation: All links are dynamically constructed using the location name as a search parameter, ensuring relevance and usability.
This project is ideal for users seeking to enrich their content with location-based insights and improve discoverability through SEO optimization.
