You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bot has run out of data to tweet. If any one wants to volunteer and contribute to adding data feel free to ping either me or @kumbhakaran on this thread and we can help you get started and things to take care of while adding data.
The text was updated successfully, but these errors were encountered:
Run the following regex replace for fixing the spacing for line headers: %s/^3\./\n3./g (3 will need to be changed to appropriate headline)
Run the following regex to trim spaces from lines at the beginning: %s/^ *//g
Run the following regex to remove double spaces: %s/\s\s\+/ /g (8e339a3)
Manually review any issues that are visible. (document them here)
Append the data in this file to data.txt (in case the chapter is ending, truncate the file and move it to data-2.txt and so on and add the work done above to data.txt)
In case there are duplicate rows while copying, we can run awk -i inplace '!seen[$0]++' data.txt
I used the above steps to add the following commits:
The bot has run out of data to tweet. If any one wants to volunteer and contribute to adding data feel free to ping either me or @kumbhakaran on this thread and we can help you get started and things to take care of while adding data.
The text was updated successfully, but these errors were encountered: