Skip to content

Conversation

@rachelwillow
Copy link
Collaborator

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

@mattmatters
Copy link
Collaborator

Run

$ ruff format
$ ruff check --fix

Then manually fix anything it can't

Copy link
Collaborator

@mattmatters mattmatters left a 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.

Comment on lines -7 to +8
import twitter
from atproto import Client
from atproto import IdResolver
Copy link
Collaborator

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()
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We certainly can

@rachelwillow
Copy link
Collaborator Author

rachelwillow commented Mar 20, 2025

Run

$ ruff format
$ ruff check --fix

Then manually fix anything it can't

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

@rachelwillow rachelwillow merged commit db7d164 into main Mar 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants