Skip to content

Commit

Permalink
Remove rss
Browse files Browse the repository at this point in the history
  • Loading branch information
100nandoo committed Feb 3, 2024
1 parent 278e045 commit f0ea7f4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 230 deletions.
3 changes: 1 addition & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ const SupabaseUrl, SupabaseKey string = "SUPABASE_URL", "SUPABASE_KEY"
const TelegramBot string = "TELEGRAM_BOT"
const TelegramDebug string = "TELEGRAM_CHANNEL_DEBUG"
const TelegramFreeGames string = "TELEGRAM_CHANNEL_FREE_GAMES"
const TelegramRemoteOk string = "TELEGRAM_CHANNEL_REMOTE_OK"
const TelegramRss string = "TELEGRAM_CHANNEL_RSS"
const TelegramRemoteOk string = "TELEGRAM_CHANNEL_REMOTE_OK"
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ My personal Go Telegram Bot

[Free Games on :simple-steam::simple-epicgames:](freegames.md){ .md-button }
[Remote :ok:](freegames.md){ .md-button }
[Rss :material-rss:](rss.md){ .md-button }
47 changes: 0 additions & 47 deletions docs/rss.md

This file was deleted.

5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ import (
"gobot/freegames/app"
"gobot/pkg"
"gobot/remoteok"
"gobot/rss"
)

func main() {
fmt.Println("Gobot v1.4 started...")
fmt.Println("Gobot v1.5 started...")
app.Scouting()
app.Cleaning()

remoteok.Scouting()
remoteok.Cleaning()

rss.Scouting()

pkg.StartBlocking()
}
77 changes: 0 additions & 77 deletions rss/app.go

This file was deleted.

64 changes: 0 additions & 64 deletions rss/supabase.go

This file was deleted.

35 changes: 0 additions & 35 deletions rss/telegram.go

This file was deleted.

0 comments on commit f0ea7f4

Please sign in to comment.