Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosl2/twitter-bot
Twitter BOT para postar tweet
https://github.com/santosl2/twitter-bot
javascript twitter twitter-api twitter-bot
Last synced: 1 day ago
JSON representation
Twitter BOT para postar tweet
- Host: GitHub
- URL: https://github.com/santosl2/twitter-bot
- Owner: Santosl2
- Created: 2022-03-22T16:53:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T20:52:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T04:23:48.625Z (2 months ago)
- Topics: javascript, twitter, twitter-api, twitter-bot
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter BOT
BOT feito para ficar postando tweets de forma automática.
- [Twitter BOT](#twitter-bot)
- [Tecnologias utilizadas](#tecnologias-utilizadas)
- [Requisitos](#requisitos)
- [Executando o projeto](#executando-o-projeto)## Tecnologias utilizadas
- Node + Javascript
- Twit
- Axios
- node-scheduleA cada 1 hora o BOT faz uma publicação de um tweet no Twitter.
Ele puxa os dados diretamente de uma API e a partir disso, ele publica no Twitter
## Requisitos
- yarn ou npm
- Node JS
- Twitter BOTPara criar um BOT no Twitter, vá até este link [Twitter Developers](https://developer.twitter.com/)
## Executando o projeto
1- Primeiro rode o comando `yarn` ou então `npm install`
2- Rode o servidor com o comando `node index.js`