Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erfaniaa/tweeterify
- Owner: Erfaniaa
- License: gpl-3.0
- Created: 2018-06-18T22:40:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T19:17:44.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T06:41:56.696Z (3 months ago)
- Topics: spotify, twitter, twitter-bot
- Language: Python
- Homepage: https://twitter.com/Tweeterify
- Size: 25.4 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```