Giter VIP home page Giter VIP logo

Comments (9)

Nestor75 avatar Nestor75 commented on May 18, 2024

some bold were not aplied and there are ** ** instead of the bold font :(

from twint.

pielco11 avatar pielco11 commented on May 18, 2024

Hi @Nestor75 , Issues are made for discussions. Can you fork and make a pull request, please?

We will discuss about it in the proper sections, thank you very much!

from twint.

Nestor75 avatar Nestor75 commented on May 18, 2024

Sure, I will and sorry for the inconvenience.
Thank you very much for your help
Best regards
Nestor

from twint.

pielco11 avatar pielco11 commented on May 18, 2024

No problems, Issues are good for requests and proposal but for code edits PRs fit at best our needs!

from twint.

haccer avatar haccer commented on May 18, 2024

@Nestor75 I forgot to add some fields to the DB thanks

from twint.

haccer avatar haccer commented on May 18, 2024

@Nestor75 I've also added the tweet link too. I feel like right now adding mentions is not really needed, but I might feel different in the future. Thanks for the suggestions.

from twint.

Nestor75 avatar Nestor75 commented on May 18, 2024

that's great :) I think including the header in the CSV file if the file does not exist could be very useful.

you would hace to import os and use a code like this but with the popper header fields in the output.py file :

if not (os.path.exists(file)):
with open(file, "a", newline='', encoding="utf-8") as csv_file:
writer = csv.writer(csv_file, delimiter="\t")
writer.writerow(["tweetid", "date", "time", "timezone", "user","text",
"replies","retweets","likes", "hashtags",
"mentions", "user_id", "permanent Link"])
writer.writerow(data)

    else:
               with open(file, "a", newline='', encoding="utf-8") as csv_file:
                    writer = csv.writer(csv_file, delimiter="\t")
                    writer.writerow(data)

from twint.

haccer avatar haccer commented on May 18, 2024

@Nestor75 Thanks, this led to me changing another issue w/ csv while making it aesthetically pleasing

from twint.

Nestor75 avatar Nestor75 commented on May 18, 2024

many thanks :)

from twint.

Related Issues (20)

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.