Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erfaniaa/tweeterify

A Twitter bot which recommends some Spotify top charts songs to people
https://github.com/erfaniaa/tweeterify

spotify twitter twitter-bot

Last synced: 3 months ago
JSON representation

A Twitter bot which recommends some Spotify top charts songs to people

Awesome Lists containing this project

README

        

# Tweeterify
> A Twitter bot which recommends some Spotify top charts songs to people.
> It searches whole Twitter for new tweets containing some special sentences.

## Screenshots



## Development and Run
Clone the project and change credentials.py according to your Spotify and Twitter account.

Then, install the dependencies:
```
pip3 install -r requirements.txt
```
Then run it:
```
python3 twitterbot.py
```