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

Rebuild bot on new platform #22

Draft
wants to merge 50 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a8fcac3
Add simple echo bot
Nachtalb Mar 27, 2023
02d4ea6
Create base structure for engines incl. a jpg metadata engine
Nachtalb Mar 28, 2023
bb40485
Extend structure for more image types
Nachtalb Mar 28, 2023
df70a3e
remove engines not needed for testing
Nachtalb Apr 12, 2023
3a89193
Rework base structure to make everything simple
Nachtalb Apr 12, 2023
cdfa01f
Update gitignore
Nachtalb Apr 12, 2023
04869c3
Extract first image from videos
Nachtalb Apr 12, 2023
8e13755
Only download file if needed
Nachtalb Apr 12, 2023
83e82c0
Add tons more engines
Nachtalb Apr 12, 2023
00bfe79
More or less implement the first provider again
Nachtalb Apr 17, 2023
2c8e3eb
Ensure common caption format across providers
Nachtalb Apr 18, 2023
3681103
Move file compatibility out of provider
Nachtalb Apr 18, 2023
8468dbf
Simplify setting tags
Nachtalb Apr 18, 2023
862c7fe
Prevent duplicate results by caching
Nachtalb Apr 18, 2023
5cb9926
Remove local testing url
Nachtalb Apr 22, 2023
8e3a84b
Don't add preview links but send files always as files
Nachtalb Apr 22, 2023
25087bb
Add ruff linter config
Nachtalb Apr 22, 2023
951d2ec
Ensure files are sent as whole
Nachtalb Apr 22, 2023
ec75918
Support multiple boorus
Nachtalb Apr 22, 2023
3c85904
Add image url button
Nachtalb Apr 22, 2023
f47783e
Fix urls
Nachtalb Apr 22, 2023
debfdc3
Show provider and search engine in result
Nachtalb Apr 22, 2023
b5505df
Fix yandere usage
Nachtalb Apr 22, 2023
5293e16
Try again with downloaded image
Nachtalb Apr 22, 2023
ca964cc
Again remove testing url
Nachtalb Apr 22, 2023
b5bb33a
Mypy conform
Nachtalb Apr 23, 2023
fb80e8d
Update imports
Nachtalb Apr 23, 2023
3995a88
Add konachan and gelbooru
Nachtalb Apr 23, 2023
79a14bf
Use different emoji for the first entry to differentiate it
Nachtalb Apr 23, 2023
a699703
Update project information and remove obsolete code
Nachtalb Apr 23, 2023
5f405cc
Make it an alpha as we have not released anything yet
Nachtalb Jul 7, 2023
df35c01
Add first pixiv integration
Nachtalb Jul 7, 2023
fcdfb4a
Be able to show multiple search results
Nachtalb Jul 9, 2023
2460a12
Send up to 10 images from pixiv
Nachtalb Jul 9, 2023
1c3705a
Add one main and max 10 additional files for each search result
Nachtalb Jul 9, 2023
fe2fa71
Improve type hints for engine -> provider communication
Nachtalb Jul 9, 2023
3e8f773
Update dependencies and add QA tools
Nachtalb Jul 12, 2023
ff2aa00
Update to latest tgtools
Nachtalb Jul 13, 2023
1e8d23e
Fix QA
Nachtalb Jul 14, 2023
2761581
Add simple github actions to test QA
Nachtalb Jul 14, 2023
427026f
Don't run tests twice on PR
Nachtalb Jul 14, 2023
eed7f85
Update deps
Nachtalb Jul 24, 2023
32b9aad
Remove testing url
Nachtalb Jul 24, 2023
f2159da
Throw warning if we can't send all additional files for some resaon
Nachtalb Jul 24, 2023
3e1026f
Add custom text for search result buttons
Nachtalb Jul 24, 2023
981101b
Fix not sending all additional files if less captions than files were…
Nachtalb Jul 24, 2023
fc603d1
Update deps
Nachtalb Aug 5, 2023
d6ee2fb
Update deps
Nachtalb Aug 27, 2023
7201126
Update deps
Nachtalb Sep 10, 2023
3780e0f
Remove check that is often not up to date with latest poetry
Nachtalb Sep 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add simple echo bot
  • Loading branch information
Nachtalb committed Apr 17, 2023
commit a8fcac35a5796e1cdf3b6069480ae21a9a997686
Loading