This project integrates Spotify and Instagram functionalities. It allows users to interact with both platforms through a unified interface.
.gitattributes
.gitignore
src/
tests/
main.py
- src/: Contains the source code for the project.
spotify.py
: Spotify API integration. -
instagram.py
: Instagram API integration.
- tests/: Contains unit tests for the project.
- main.py: The main entry point for the application.
-
Clone the repository:
git clone https://github.com/yourusername/Spotify-Instagram-Thing.git cd Spotify-Instagram-Thing
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Set up environment variables:
export CLIENT_ID="your_spotify_client_id" export CLIENT_SECRET="your_spotify_client_secret" export REDIRECT_URI="http://example.com"
To run the application, execute the following command:
python main.py
To run the tests, use the following command:
pytest
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
For any inquiries, please contact bryan.tran.xyz@gmail.com.