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

https://github.com/funinkina/taylor-swift-twitter-lyric-bot

Twitter Bot that tweets random lyrics from Taylor Swift Tracklist
https://github.com/funinkina/taylor-swift-twitter-lyric-bot

api bot python twitter

Last synced: 4 months ago
JSON representation

Twitter Bot that tweets random lyrics from Taylor Swift Tracklist

Awesome Lists containing this project

README

        

# Taylor-Swift-Twitter-Lyric-Bot

See the bot in action here [@tay_lyricbot](https://twitter.com/tay_lyricbot)

This bot fetches entire teacklist of Taylor Swift music, selects a random song, selects a random line, and tweets that.

Songs and lyric are web scrapped using BeautifulSoup from [AzLyrics](https://www.azlyrics.com/)
Tweets are handled by [Tweepy](https://www.tweepy.org/) Python Library.