Benjamin_Loison closed issue Benjamin_Loison/python-gitea-backup#4 2024-04-02 10:39:32 +02:00
'gaierror' object is not iterable on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#4 2024-04-02 10:38:01 +02:00
'gaierror' object is not iterable on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#3 2024-04-02 10:36:12 +02:00
unsupported operand type(s) for +: 'NoneType' and 'str' on gitea-backup Benjamin_Loison
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#2 2024-04-02 10:35:08 +02:00
Still github-backup mentions from upstream
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#1 2024-04-02 10:28:48 +02:00
Add shell syntax highlighting
Benjamin_Loison created repository Benjamin_Loison/python-gitea-backup 2024-04-02 10:28:40 +02:00
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-02 02:04:31 +02:00
7c376a65a1 Add the resumable part of the code
Benjamin_Loison commented on issue Benjamin_Loison/codeberg#1 2024-04-02 00:22:27 +02:00
The owner has already reached the limit of 100 repositories.

Note that the most repositories user have 468.

Benjamin_Loison commented on issue Benjamin_Loison/codeberg#1 2024-04-01 21:45:53 +02:00
The owner has already reached the limit of 100 repositories.

I asked on Codeberg Matrix:

Hello, I am new to this Matrix but not to Codeberg ([I joined on…

Benjamin_Loison commented on issue Benjamin_Loison/codeberg#1 2024-04-01 20:45:38 +02:00
The owner has already reached the limit of 100 repositories.
import requests
import json

GIT_INSTANCE_URL = 'https://codeberg.org'
TOKEN = 'CENSORED'

headers = {
    'Authorization': f'token {TOKEN}'
}

def getApi(url, params = {}):
   
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-01 01:44:43 +02:00
b7386c1ad8 Make main.py executable
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-01 01:43:28 +02:00
5a7ec3315a Make main.py executable
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-01 01:41:11 +02:00
fca2788dd4 Limit recursion to base having a word type having the original base in it
Benjamin_Loison opened issue Benjamin_Loison/Linguee_webscraper#1 2024-04-01 01:33:51 +02:00
Suggestions are still provided even if do not exactly contain provided base
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-01 01:22:13 +02:00
c90beee5fc Look only for French dictionary entries
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-01 01:09:46 +02:00
a39d22ab72 First recursive enumeration try
Benjamin_Loison created branch master in Benjamin_Loison/Linguee_webscraper 2024-04-01 00:58:10 +02:00
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-01 00:58:10 +02:00
8d0a889a0f Add main.py
Benjamin_Loison created repository Benjamin_Loison/Linguee_webscraper 2024-04-01 00:57:17 +02:00