Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add GitLab Support#129

9BestAdmin started this conversation inIdeas
May 29, 2025· 2 comments· 20 replies
Discussion options

Currently, PocketFlow-Tutorial-Codebase-Knowledge only works with GitHub repositories.
It would be very useful to add support for GitLab as well, so users can generate tutorials and analyze discussions from both platforms.

You must be logged in to vote

Replies: 2 comments 20 replies

Comment options

Yeah would appreciate a PR. The main thing to extend is:https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge/blob/main/utils/crawl_github_files.py

You must be logged in to vote
17 replies
@9BestAdmin
Comment options

Great news!
The code works perfectly with GitLab repositories! Just one small but important thing to remember — when you specify the repository URL, make sure to add .git at the end.

For example, instead of:https://gitlab.com/your-username/your-repoUse:https://gitlab.com/your-username/your-repo.git

This little detail makes everything work smoothly and without any hiccups. Thank you 🙏

@9BestAdmin
Comment options

Could you please include this code in the next release?

@9BestAdmin
Comment options

You haven’t replied—maybe you didn’t see my messages.

@zachary62
Comment options

Yes thank you very much!

@9BestAdmin
Comment options

Thank you for your help.

Comment options

I would also like to know if it is possible to add the option to choose the language for creating documentation?

You must be logged in to vote
3 replies
@zachary62
Comment options

You can choose the language by using--language

For example:

# Or, generate a tutorial in Chinesepython main.py --repo https://github.com/username/repo --language "Chinese"
@9BestAdmin
Comment options

Thanks a lot for the quick and clear response! I’ll definitely try using the --language option for generating documentation in different languages. That’s exactly what I needed. 😊

@9BestAdmin
Comment options

It would be super helpful if there was an option to select the language directly in the interface instead of using the terminal.😊

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Ideas
Labels
None yet
2 participants
@9BestAdmin@zachary62

[8]ページ先頭

©2009-2025 Movatter.jp