Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

► Twitter

► Discord

► Instagram

► Facebook

► GitHub