Contribute¶
Here are all the ways you can contribute to this project.
Testing¶
The best way to help is by using the package, either on the command line or as a module, suggesting improvements and reporting bugs. You’re very welcome to open an issue.
Hacking¶
If you have Python skills, contribute to the code.
These are the prerequisites:
Python 3.10+
Poetry
Install from the source, following the From source instructions.
Brief explanation about the code under the Wayback Tweets directory:
app
: Streamlit application codeassets
: Title and logo imagesdocs
: Documentation generated with Sphinxlegacy_app
: Legacy Streamlit application codewaybacktweets/api
: Main package moduleswaybacktweets/config
: Global configuration modulewaybacktweets/exceptions
: Wayback Tweets Exceptionswaybacktweets/utils
: Helper functions used in the package