Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2yuri/go-twitter-bot

Como criar um bot do twitter
https://github.com/2yuri/go-twitter-bot

Last synced: 2 days ago
JSON representation

Como criar um bot do twitter

Awesome Lists containing this project

README

        

#Como criar um bot do Twitter com go

## Acesse no youtube:



>

### Libs:

```bash
github.com/dghubble/go-twitter
github.com/dghubble/oauth1
```

### Configuração:

1. Exportar variáveis de ambiente:

```bash
CONSUMER_KEY
CONSUMER_SECRET_KEY
TOKEN_KEY
TOKEN_SECRET_KEY
```

2. Criar o nosso client

## Funcionalidades:

- [x] Realizar tweet
- [x] Listar tweets por query
- [x] Retweet de algum tweet