Skip to content
View arsenikov's full-sized avatar
As usual learning stuff !
As usual learning stuff !
Block or Report

Block or report arsenikov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. arsenikov.github.io arsenikov.github.io Public

    deprecated webpage archive

    HTML

  2. snoopdoggbot snoopdoggbot Public

    A telegram bot that converts text to gangsta

    Python

  3. Scrape lyrics from azlyrics.com Scrape lyrics from azlyrics.com
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    
                  
    4
    url = "http://www.azlyrics.com/lyrics/onyx/bacdafucup.html"
    5
    
                  
  4. gralybot gralybot Public archive

    A telegram bot that corrects grammar

    Python