Skip to content

andas1n/EvePost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvePost – Threads Automation Extension

Public, sanitized snapshot of a production Chrome extension used to automate posting on Threads. This version is safe to share: secrets and live licenses are removed and configuration is templated.

What This Showcases

  • End‑to‑end Chrome extension architecture (MV3)
  • UI automation on Threads with realistic delays
  • Presets, media handling, and scheduling
  • Licensing flow + admin sync hooks (client‑side)
  • Robust background orchestration + realtime listeners

Tech Stack

  • Chrome Extension (Manifest V3)
  • Vanilla JS
  • Firebase (Firestore + Cloud Functions)

Highlights (Engineering)

  • Real‑time sync reduces polling costs (listeners + fallback polling)
  • Deduplication and cooldown protections for posting
  • Modular tab scripts for presets, media, warm‑up, and admin sync

Structure

  • manifest.json: extension entry point
  • background-enhanced.js: background worker orchestration
  • content.js: Threads UI automation (posting loop)
  • tabs/enhanced-automation.js: presets + scheduling logic
  • config.js: template (fill before use)

Run Locally (Demo)

  1. Create your own Firebase project + Cloud Functions endpoints.
  2. Fill config.js (or copy config.example.js).
  3. Load in Chrome:
    • chrome://extensions
    • Enable Developer mode
    • Load unpacked → select this folder

What’s Not Included

  • Backend services (license validation, presets API, admin dashboard)
  • Production keys / customer licenses

Compliance Note

Automation may violate platform Terms of Service. Use only on accounts you own and with explicit authorization.


This repo is intended for portfolio/recruiter review: it demonstrates architecture, UI automation, and client‑side engineering patterns at production scale.

About

The bot generated several tens of thousands of dollars in revenue through automated posting on Threads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors