Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2yuri/go-twitter-bot
- Owner: 2yuri
- Created: 2021-06-13T19:34:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T22:20:42.000Z (over 3 years ago)
- Last Synced: 2023-07-12T23:37:15.239Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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