Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techno-tim/techno-boto-twitter
A simple twitter retweet bot
https://github.com/techno-tim/techno-boto-twitter
Last synced: about 2 months ago
JSON representation
A simple twitter retweet bot
- Host: GitHub
- URL: https://github.com/techno-tim/techno-boto-twitter
- Owner: techno-tim
- Created: 2022-06-17T03:20:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:09:20.000Z (2 months ago)
- Last Synced: 2024-10-28T20:21:41.086Z (2 months ago)
- Language: JavaScript
- Size: 509 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# techno-boto-twitter
This is a simple twitter bot that will retweet hashtags. Completely automated with GitLab pipelines and GitHub actions, containerized with Docker, and deployed to kubernetes using manifests.
It's the bot that's that is driving [#100DaysOfHomeLab](https://twitter.com/100DaysHomeLab) on Twitter!
Don't forget to ⭐ this repo and fork it too! 👆
## Getting started
If you need help setting up your machine for JavaScript development, see
You will need twitter API access **along with elevated access to the v2 endpoints**
create a `.env` file
```env
CONSUMER_KEY=123abc
CONSUMER_SECRET=123abc
ACCESS_TOKEN=123abc
ACCESS_TOKEN_SECRET=123abc
```To install dependencies:
```bash
yarn install
```To start the bot
```bash
yarn start
```## Credits
Created by Techno Tim with 💛
► Twitch
► Discord
► GitHub