Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notion Version 2 #82

Merged
merged 74 commits into from
Jan 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
ff418d7
sqlalchemy installed
raghavTinker Dec 18, 2021
2dd8d93
models setup
raghavTinker Dec 18, 2021
e7f9df9
pipfile.lock
raghavTinker Dec 18, 2021
82314b2
bot init guild prefix server to server modification figured out
raghavTinker Dec 18, 2021
f752d40
add data api functionality ready
raghavTinker Dec 19, 2021
61368e0
Merge pull request #53 from raghavTinker/notion-v2-dev
raghavTinker Dec 19, 2021
7b4c1b7
serialising of data of all guilds done
raghavTinker Dec 19, 2021
d974690
Merge pull request #54 from raghavTinker/notion-v2-dev
raghavTinker Dec 19, 2021
ca99164
Updated .gitignore
rdotjain Dec 19, 2021
ce86da0
Added Bot Setup
rdotjain Dec 19, 2021
8fa3242
snall tweak
raghavTinker Dec 19, 2021
cfeb58b
Added Bot Setup
rdotjain Dec 19, 2021
05544d1
Merge pull request #55 from raghavTinker/notion-v2-dev
raghavTinker Dec 19, 2021
1e3922a
get prefixes fixed with global variables
raghavTinker Dec 19, 2021
9517937
Merge pull request #56 from raghavTinker/notion-v2-dev
raghavTinker Dec 19, 2021
88d789d
travis ci disable fir this branch
raghavTinker Dec 19, 2021
bf798b6
Merge pull request #57 from raghavTinker/notion-v2-dev
raghavTinker Dec 19, 2021
78616e5
searching by title made
raghavTinker Dec 20, 2021
97806e0
small glitch in the logic
raghavTinker Dec 20, 2021
453ce08
fuzzy wuzzy added
raghavTinker Dec 20, 2021
2e49810
Merge pull request #58 from raghavTinker/notion-v2-dev
raghavTinker Dec 20, 2021
55d8541
delete record api work done
raghavTinker Dec 20, 2021
782b524
adding fuzzywuzzy to pipfile
raghavTinker Dec 20, 2021
d4492c7
Merge pull request #59 from raghavTinker/notion-v2-dev
raghavTinker Dec 20, 2021
37450c8
tweak in searching
raghavTinker Dec 21, 2021
f2092b5
Merge pull request #60 from raghavTinker/notion-v2-dev
raghavTinker Dec 21, 2021
a10f0a5
delete by title made
raghavTinker Dec 21, 2021
6ed2e54
Merge pull request #61 from raghavTinker/notion-v2-dev
raghavTinker Dec 21, 2021
de267cd
check if guild is registered
raghavTinker Dec 21, 2021
126bb9d
Merge pull request #62 from raghavTinker/notion-v2-dev
raghavTinker Dec 21, 2021
166e45e
modification
raghavTinker Dec 21, 2021
12828a6
Merge pull request #63 from raghavTinker/notion-v2-dev
raghavTinker Dec 21, 2021
248813f
search functionality setup by title
raghavTinker Dec 22, 2021
1140735
Merge pull request #64 from raghavTinker/notion-v2-dev
raghavTinker Dec 22, 2021
f37c837
small glitches in searching
raghavTinker Dec 24, 2021
cdd3ee0
Merge pull request #65 from raghavTinker/notion-v2-dev
raghavTinker Dec 24, 2021
fb6f5fa
Bulk of the conversation moved from bot.py to setupBot.py
raghavTinker Dec 24, 2021
fdb7a36
Merge pull request #66 from raghavTinker/notion-v2-dev
raghavTinker Dec 24, 2021
84f6e5f
commenting and making sure new guilds only calling setup
raghavTinker Dec 24, 2021
fadfd4e
Merge pull request #67 from raghavTinker/notion-v2-dev
raghavTinker Dec 24, 2021
bf11826
line 70 removing colon
rdotjain Dec 24, 2021
c7f3080
added prefix change command
rdotjain Dec 25, 2021
bfbe18b
Bot setup command done
rdotjain Dec 25, 2021
81f455e
Merge pull request #69 from rdotjain/notion-v2-dev
rdotjain Dec 25, 2021
0e0c8f2
Cogs transfer success!
raghavTinker Dec 25, 2021
41fc57c
Merge pull request #70 from raghavTinker/notion-v2-dev
raghavTinker Dec 25, 2021
d89341b
add record command done
raghavTinker Dec 26, 2021
4bcf2f9
Merge pull request #71 from raghavTinker/notion-v2-dev
raghavTinker Dec 26, 2021
cbd7954
making a small script functional
raghavTinker Dec 29, 2021
be6e017
Merge pull request #72 from raghavTinker/notion-v2-dev
raghavTinker Dec 29, 2021
c0772f8
Moved bot setup and prefix to cogBot, minor bug fixes
rdotjain Dec 30, 2021
d3944a3
updated .gitignore
rdotjain Dec 30, 2021
05e8409
reload cogs after setup
rdotjain Dec 30, 2021
ca135ff
Merge pull request #73 from rdotjain/notion-v2-dev
rdotjain Dec 30, 2021
a96f3c2
Folder structure reorganisation
rdotjain Dec 30, 2021
45fd9d9
Merge branch 'notion-v2-dev' of https://github.com/Servatom/Notion-Di…
rdotjain Dec 30, 2021
0537188
Merge pull request #74 from rdotjain/notion-v2-dev
rdotjain Dec 30, 2021
76a5ed8
commenting
raghavTinker Dec 31, 2021
5c0c18d
database was being created in setupBot.py that should not happen
raghavTinker Dec 31, 2021
ca7c4af
Merge pull request #75 from raghavTinker/notion-v2-dev
raghavTinker Dec 31, 2021
775e810
Created a migrate file which when run allows you to create a table.
raghavTinker Dec 31, 2021
19b48d4
Merge pull request #76 from raghavTinker/notion-v2-dev
raghavTinker Dec 31, 2021
bdb369e
upload ready
raghavTinker Dec 31, 2021
3e449e3
Merge pull request #77 from raghavTinker/notion-v2-dev
raghavTinker Dec 31, 2021
f2258c5
making database docker ready
raghavTinker Dec 31, 2021
85adb39
Merge pull request #78 from raghavTinker/notion-v2-dev
raghavTinker Dec 31, 2021
bc252b2
Search functionality added
rdotjain Jan 1, 2022
e267eea
bug fix in lambda functions of setup
rdotjain Jan 1, 2022
9630694
Merge pull request #79 from rdotjain/notion-v2-dev
raghavTinker Jan 1, 2022
615b2f3
delete by tag and delete by title functions complete
raghavTinker Jan 1, 2022
9e4d857
Merge pull request #80 from raghavTinker/notion-v2-dev
rdotjain Jan 1, 2022
fcd62a3
clean up dependencies
rdotjain Jan 1, 2022
6c90fe8
cleanup directories
rdotjain Jan 1, 2022
62665e3
Merge pull request #81 from rdotjain/notion-v2-dev
raghavTinker Jan 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ dmypy.json
.pyre/

.vscode

.DS_Store
Bot/dataUploaded.txt
Creds/
Creds/
*.json
*.sqlite
*.sqlite3
*.sqlite3-journal
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.