An open API service indexing awesome lists of open source software.

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

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)