Skip to content

Um bot feito em go que todo dia tweeta quantos dias faltam para as férias na Universidade Federal de Uberlândia. Esta sendo usando AWS Lambda e Amazon CloudWatch

Notifications You must be signed in to change notification settings

Luisgustavom1/go-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

To build and compress app correct to linux and macOS

# Remember to build your handler executable for Linux!
# Build the project
GOOS=linux GOARCH=amd64 go build -o main main.go
# Zip the executable
zip main.zip main

About

Um bot feito em go que todo dia tweeta quantos dias faltam para as férias na Universidade Federal de Uberlândia. Esta sendo usando AWS Lambda e Amazon CloudWatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages