https://github.com/0xmichalis/stealcamoor
📷 A monitoring service to notify you when a new memory from your favorite influencer drops in Stealcam
https://github.com/0xmichalis/stealcamoor
Last synced: 3 months ago
JSON representation
📷 A monitoring service to notify you when a new memory from your favorite influencer drops in Stealcam
- Host: GitHub
- URL: https://github.com/0xmichalis/stealcamoor
- Owner: 0xmichalis
- License: gpl-3.0
- Created: 2023-04-05T09:59:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T14:14:18.000Z (over 1 year ago)
- Last Synced: 2025-01-24T13:12:26.472Z (5 months ago)
- Language: Go
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Stealcamoor
A monitoring service to notify you when a new memory from your favorite influencor drops in [Stealcam](https://www.stealcam.com/).
## Install
```console
git clone https://github.com/0xmichalis/stealcamoor
cd stealcamoor
make build
```## Setup email connection
Create a Mailtrap account and follow [these instructions](https://www.youtube.com/watch?v=g5o0ixCi4tg) to set up the account.
## Run
Copy the example env file and ensure it has the desired configuration
```console
cp .env.example .env
# make updates to .env
make run
```