Skip to content

go script for check some medium user and tags then add to database and send it to discord server.

License

Notifications You must be signed in to change notification settings

omidxrz/WriteupScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WriteupScript

go script for check writeups in medium then add to database and send it to discord server or telegram.

Setup

  • PostgreSQL
  1. Add writup database with postgres user.
  2. Add Your Webhook Disocrd webhook or Telegram Token & ChatID.
  3. for Schedule Runing Script You Can use crontab in linux. Example for runing every 3 hours:
 0 */3 * * * cd ~/path/WriteupScript/;/usr/bin/go run main.go

Telegram Channel : https://t.me/WriteupScript

Requirements

  • go Version 1.19
  • Postgrsql
go mod download github.com/lib/pq
go get github.com/ilyakaznacheev/[email protected]

About

go script for check some medium user and tags then add to database and send it to discord server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages