https://github.com/timbroddin/allcolorsalive
An Instagram bot that posts a color every 5 seconds
https://github.com/timbroddin/allcolorsalive
Last synced: 8 months ago
JSON representation
An Instagram bot that posts a color every 5 seconds
- Host: GitHub
- URL: https://github.com/timbroddin/allcolorsalive
- Owner: TimBroddin
- Created: 2019-11-21T08:15:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:34:31.000Z (over 3 years ago)
- Last Synced: 2025-09-12T04:01:02.565Z (10 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All colors alive
[@allcolorsalive](https://www.instagram.com/allcolorsalive/) is an Instagram bot that loops through all available HEX colors. It does so by increasing a counter and converting to hexadecimal. This means it will seem to be moving from black to blue for a very long time:
- #000000
- #000001
- #000002
- ...
- #0000ff
- #000100
## Usage
This project uses the serverless framework. You'll need an `S3 bucket` to store the counter in and make sure to give your application access to that bucket. (TODO: add these resources in serverless.yml)
## Configuration
You'll need these environment variables:
`IG_USERNAME`
`IG_PASSWORD`
`S3_BUCKET`