-
Notifications
You must be signed in to change notification settings - Fork 1
Bsky #9
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
Bsky #9
Conversation
|
Run Then manually fix anything it can't |
mattmatters
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work ❤️! Just take care of the lint issues and follow up on some questions and we can get this in!
Since you got behave working again it would be worth adding it to the ci pipeline.
| import twitter | ||
| from atproto import Client | ||
| from atproto import IdResolver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't look like this was added to requirements/prod.txt
bluto/markov.py
Outdated
| return tweets | ||
| def get_avatar_url(username): | ||
| """Get the URL of <username>'s avatar""" | ||
| client = Client() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason we don't initialize this globally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We certainly can
There's a lot of conflicts with the features/ directory that Behave uses due to how Behave files are set up -edit Fixed where the directory should be excluded in pyproject.toml since I moved it |
Changes Twitter API calls to Bluesky AT Protocol calls
Adds missing 401.html and 500.html
Fixes results page not correctly loading
Updates Behave test location
Shiny new favicon image