Skip to content

Failed integration of spotify into instagram. (ITS WORKING, besides the rate limits...)

Notifications You must be signed in to change notification settings

Stupidoodle/Spotify-Instagram-Thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-Instagram-Thing

This project integrates Spotify and Instagram functionalities. It allows users to interact with both platforms through a unified interface.

Project Structure

.gitattributes
.gitignore
src/
tests/
main.py

Key Directories and Files

  • src/: Contains the source code for the project.
    • api/: Contains API integrations for Spotify and Instagram.

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.

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/Spotify-Instagram-Thing.git
    cd Spotify-Instagram-Thing
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Set up environment variables:

    export CLIENT_ID="your_spotify_client_id"
    export CLIENT_SECRET="your_spotify_client_secret"
    export REDIRECT_URI="http://example.com"

Running the Application

To run the application, execute the following command:

python main.py

Running Tests

To run the tests, use the following command:

pytest

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

Contact

For any inquiries, please contact bryan.tran.xyz@gmail.com.

About

Failed integration of spotify into instagram. (ITS WORKING, besides the rate limits...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages