GithubHelp home page GithubHelp logo

thelastproject / droidtoberfest Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 2.0 24 KB

Check for Hacktoberfest-joining projects on F-Droid

Home Page: https://droidtoberfest.sylviavanos.nl/

License: Creative Commons Zero v1.0 Universal

Python 50.75% Jinja 5.51% CSS 43.74%

droidtoberfest's Introduction

Droidtoberfest

Goes through all apps on F-Droid to see which ones are joining Hacktoberfest.

It uses GitLab's API to get all apps in fdroiddata, extracts the repository from the metadata YAML and checks the topics using respectively GitHub or GitLab's API. It then generates a .html page which is pushed to the gh-pages branch, so GitHub hosts it.

This code is ugly, quickly hacked together, but it should work.

Contributing

If you want to contribute to the design, the easiest way is probably to just go to the gh-pages branch, try out your changes in the docs directory and if they look good apply them to the relevant files in the templates or static directory.

If you want to improve the Python script or want to test your changes more thoroughly, you'll want to make sure you have Python 3 installed, install the dependencies (probably in a venv to keep your system clean, but that's up to you) with pip3 install -r requirements.txt and run the script with python3 main.py.

Be aware that building the complete list of apps easily takes over an hour even when using a GitHub Personal Access Token in the GITHUB_TOKEN environment variable. It is therefore best to set the DEBUG_APP_LIMIT environment variable to a low value for testing purposes like this: GITHUB_TOKEN=your_github_token DEBUG_APP_LIMIT=5 python3 main.py.

License

CC0 1.0 Universal

droidtoberfest's People

Contributors

aeven-dev avatar obfusk avatar thelastproject avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

aeven-dev obfusk

droidtoberfest's Issues

Proper design

I'm not a web developer. The design that exists now is 5 lines of CSS, nothing more. Any decent redesign would be great.

Improve UI

some changes in UI can be made.
choosing the project with a description provided below it can make it user friendly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.