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
- Host: GitHub
- URL: https://github.com/funinkina/taylor-swift-twitter-lyric-bot
- Owner: funinkina
- Created: 2023-09-29T13:11:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T20:16:39.000Z (over 1 year ago)
- Last Synced: 2024-01-17T04:35:12.946Z (over 1 year ago)
- Topics: api, bot, python, twitter
- Language: Python
- Homepage: https://twitter.com/tay_lyricbot
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.