go
This repository has been archived on 2022-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Rob Watson 7bb49d0860
continuous-integration/drone/push Build is passing Details
Rename APIClient > Client
2022-05-25 08:41:37 +02:00
config twitter: add GetTweets method 2022-05-22 22:11:33 +02:00
daemon Rename APIClient > Client 2022-05-25 08:41:37 +02:00
generated database: Remove superfluous ID columns 2022-05-25 06:51:44 +02:00
httpserver Rename APIClient > Client 2022-05-25 08:41:37 +02:00
sql database: Remove superfluous ID columns 2022-05-25 06:51:44 +02:00
templates Implement login/logout flow 2022-05-21 22:52:41 +02:00
twitterapi Rename APIClient > Client 2022-05-25 08:41:37 +02:00
.drone.yml httpserver: Add test coverage 2022-05-20 21:52:54 +02:00
.gitignore Implement first step of OAuth2 flow 2022-05-19 21:51:12 +02:00
Dockerfile Dockerfile: Add golang-migrate 2022-05-22 19:59:20 +02:00
README.md Add README and license 2022-05-24 21:42:27 +02:00
go.mod database: Remove superfluous ID columns 2022-05-25 06:51:44 +02:00
go.sum database: Remove superfluous ID columns 2022-05-25 06:51:44 +02:00
main.go Rename APIClient > Client 2022-05-25 08:41:37 +02:00
sqlc.yaml Add sqlc and basic database integration 2022-05-20 22:57:45 +02:00

README.md

Elon Eats My Tweets

A useless side project to make Elon Musk eat my tweets.

License

Copyright © 2022 Rob Watson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.