Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 14, 2023
0 parents commit 45e9503
Show file tree
Hide file tree
Showing 8 changed files with 646 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, @umputun will be requested for
# review when someone opens a pull request.

* @umputun
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [umputun]
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build

on:
push:
branches:
tags:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:

- name: remote deployment from master
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
env:
UPDATER_KEY: ${{ secrets.UPDATER_KEY }}
run: curl https://radio-t.com/updater/update/tg-spam-samples/${UPDATER_KEY}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Данные для tg-spam бота нашего чатика
33 changes: 33 additions & 0 deletions exclude-tokens.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
"and", "the", "is", "in", "on", "at", "for", "with", "not",
"by", "be", "this", "are", "from", "or", "that", "an", "it",
"his", "but", "he", "she", "as", "you", "do", "their", "all",
"will", "there", "can", "i", "me", "my", "myself", "we", "our", "ours", "ourselves",
"your", "yours", "yourself", "yourselves", "him", "himself",
"her", "hers", "herself", "its", "itself", "they", "them",
"theirs", "themselves", "what", "which", "who", "whom",
"these", "those", "am", "was", "were", "been", "being", "have",
"has", "had", "having", "does", "did", "a", "if", "because",
"until", "while", "of", "about", "against", "between", "into",
"through", "during", "before", "after", "above", "below", "to",
"up", "down", "out", "off", "over", "under", "again", "further",
"then", "once", "here", "why", "how", "any", "both", "each",
"few", "more", "most", "other", "some", "such", "no", "nor",
"only", "own", "same", "so", "than", "too", "very", "s", "t",
"just", "don", "should", "now",

"а", "без", "более", "больше", "будет", "будто", "бы", "был", "была", "были",
"было", "быть", "в", "вам", "вас", "вдруг", "ведь", "во", "вот", "впрочем",
"все", "всегда", "всего", "всех", "всю", "вы", "где", "да", "даже", "два",
"для", "до", "другой", "его", "ее", "если", "есть", "еще", "же", "за", "здесь",
"и", "из", "или", "им", "иногда", "их", "к", "как", "какая", "какой", "когда",
"конечно", "которого", "которые", "кто", "куда", "ли", "лучше", "между",
"меня", "мне", "много", "может", "можно", "мой", "моя", "мы", "на", "над",
"надо", "наконец", "нас", "не", "него", "нее", "нельзя", "нет", "ни", "нибудь",
"никогда", "ним", "них", "ничего", "но", "ну", "о", "об", "один", "он", "она",
"они", "оно", "опять", "от", "перед", "по", "под", "после", "потом", "потому",
"почти", "при", "про", "раз", "разве", "с", "сам", "свое", "свою", "себе",
"себя", "сегодня", "сейчас", "сказал", "сказала", "сказать", "со", "совсем",
"так", "такой", "там", "тебя", "тем", "теперь", "то", "тогда", "того", "тоже",
"только", "том", "тот", "три", "тут", "ты", "у", "уж", "уже", "хорошо", "хоть",
"чего", "чей", "чем", "через", "что", "чтоб", "чтобы", "чуть", "эти", "этого",
"этой", "этом", "этот", "эту", "я"
440 changes: 440 additions & 0 deletions ham-samples.txt

Large diffs are not rendered by default.

134 changes: 134 additions & 0 deletions spam-samples.txt

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions stop-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
в личку
писать в лc
пишите в лс
в лuчные сообщенuя
личных сообщениях
заработок удалённо
заработок в интернете
заработок в сети
для yдaлённoгo зaрaбoткa
детали в ЛС
Ищу партнеров

0 comments on commit 45e9503

Please sign in to comment.