https://github.com/thezoraiz/dogeelonbot
A desktop notification bot that lets you know when Elon Musk tweets about dogecoin
https://github.com/thezoraiz/dogeelonbot
Last synced: about 14 hours ago
JSON representation
A desktop notification bot that lets you know when Elon Musk tweets about dogecoin
- Host: GitHub
- URL: https://github.com/thezoraiz/dogeelonbot
- Owner: TheZoraiz
- Created: 2021-04-22T12:10:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T15:30:36.000Z (over 4 years ago)
- Last Synced: 2025-06-22T17:07:50.573Z (4 months ago)
- Language: Go
- Homepage:
- Size: 9.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doge Elon Bot
A bot that notifies you via desktop notifications whenever Elon Musk posts a tweet about dogecoin (if it contains the keyword "doge"). It checks Elon's recent tweets every 3 minutes.
## Usage
Executables for both Windows and Linux 64 bit achitectures can be found in the build directory, or you can retrieve them from the [release.](https://github.com/TheZoraiz/dogeElonBot/releases/tag/v1.1)
For usage of the code, you will need a twitter bearer token. After obtaining it, declare a const variable named "bearerToken" with your twitter bearer token in the main package like so:
```go
const bearerToken = "Bearer "
```## Packages used:
[github.com/buger/jsonparser](https://www.github.com/buger/jsonparser)
[github.com/faiface/beep](https://www.github.com/faiface/beep)
[github.com/gen2brain/beeep](https://www.github.com/gen2brain/beeep)