@SomeDaiIyQuotes is a simple X bot that tweets quotes from famous authors daily. This is mainly done using a web scrapper on the website BrainyQuote and then parsing it so that the quote can be tweeted.
To be able to run this project, you will need a developer account and a project created in it. Then, you will get the project credentials and place it in order inside the ".env" file.
After that, run:
go build -o out ./app/.
# --schedule and --time is optional
./out --schedule --time 03:00 # this will schedule the tweet daily
# or
./out # this will tweet instantly
Packages that were used for this project: