Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.15 KB

Welcome to Twitter Biotify 👋

Version

A python bot designed to update your Twitter bio with the current listening track on Spotify

Dependecies

Run

  1. Create an app on Spotify for Developpers's Dashboard
  2. Install Spotipy and Rauth
  3. Set the environment variables :
    • SPOTIPY_CLIENT_ID
    • SPOTIPY_CLIENT_SECRET
    • SPOTIPY_REDIRECT_URI
  4. Create an app on Twitter Developer Portal
  5. Set the environment variables (Twitter Consumer Keys) :
    • TWITTER_API_KEY
    • TWITTER_API_SECRET
  6. Set up 3-legged OAuth and also Read and Write permissions
  7. Run:
py biotify.py

Author

👤 Marius ANDRÉ (marius.andre)


This README was generated with ❤️ by readme-md-generator