Skip to content

isaacszf/QuoteOfTheDay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuoteOfTheDay

@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.

Running

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

Technologies

Packages that were used for this project:

About

Simple X Bot (study purpose)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages